mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
Add individual NHL display mode control - Add display_modes section to NHL config - Add granular control over nhl_live, nhl_recent, and nhl_upcoming - Update DisplayController to respect individual mode settings
This commit is contained in:
@@ -66,17 +66,18 @@
|
||||
},
|
||||
"nhl_scoreboard": {
|
||||
"enabled": true,
|
||||
"favorite_teams": [
|
||||
"TBL",
|
||||
"DAL"
|
||||
],
|
||||
"test_mode": true,
|
||||
"logo_dir": "assets/sports/nhl_logos",
|
||||
"test_mode": false,
|
||||
"update_interval_seconds": 60,
|
||||
"live_update_interval": 30,
|
||||
"recent_update_interval": 300,
|
||||
"upcoming_update_interval": 300,
|
||||
"recent_update_interval": 3600,
|
||||
"upcoming_update_interval": 3600,
|
||||
"recent_game_hours": 48,
|
||||
"show_only_favorites": true,
|
||||
"cycle_game_duration_seconds": 10
|
||||
"favorite_teams": ["TBL", "DAL"],
|
||||
"logo_dir": "assets/sports/nhl_logos",
|
||||
"display_modes": {
|
||||
"nhl_live": true,
|
||||
"nhl_recent": true,
|
||||
"nhl_upcoming": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user