mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
implementing minor league baseball display
This commit is contained in:
@@ -53,6 +53,9 @@
|
||||
"mlb_live": 30,
|
||||
"mlb_recent": 20,
|
||||
"mlb_upcoming": 20,
|
||||
"milb_live": 30,
|
||||
"milb_recent": 20,
|
||||
"milb_upcoming": 20,
|
||||
"text_display": 10,
|
||||
"soccer_live": 30,
|
||||
"soccer_recent": 20,
|
||||
@@ -218,6 +221,22 @@
|
||||
"mlb_upcoming": true
|
||||
}
|
||||
},
|
||||
"milb": {
|
||||
"enabled": true,
|
||||
"test_mode": false,
|
||||
"update_interval_seconds": 3600,
|
||||
"live_update_interval": 30,
|
||||
"recent_update_interval": 3600,
|
||||
"upcoming_update_interval": 3600,
|
||||
"recent_game_hours": 48,
|
||||
"favorite_teams": ["TAM"],
|
||||
"logo_dir": "assets/sports/milb_logos",
|
||||
"display_modes": {
|
||||
"milb_live": true,
|
||||
"milb_recent": true,
|
||||
"milb_upcoming": true
|
||||
}
|
||||
},
|
||||
"text_display": {
|
||||
"enabled": true,
|
||||
"text": "Subscribe to ChuckBuilds",
|
||||
|
||||
Reference in New Issue
Block a user