mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-21 00:52:59 +00:00
Update NHL configuration for new manager structure - Add separate display durations for live/recent/upcoming games - Add specific update intervals for each manager type - Add recent_game_hours setting - Add logo_dir configuration - Remove old update interval settings
This commit is contained in:
@@ -32,7 +32,9 @@
|
|||||||
"hourly_forecast": 15,
|
"hourly_forecast": 15,
|
||||||
"daily_forecast": 15,
|
"daily_forecast": 15,
|
||||||
"stock_news": 30,
|
"stock_news": 30,
|
||||||
"nhl": 20
|
"nhl_live": 30,
|
||||||
|
"nhl_recent": 20,
|
||||||
|
"nhl_upcoming": 20
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
@@ -69,8 +71,11 @@
|
|||||||
"DAL"
|
"DAL"
|
||||||
],
|
],
|
||||||
"test_mode": true,
|
"test_mode": true,
|
||||||
"update_interval_seconds": 15,
|
"logo_dir": "assets/sports/nhl_logos",
|
||||||
"idle_update_interval_seconds": 600,
|
"live_update_interval": 30,
|
||||||
|
"recent_update_interval": 300,
|
||||||
|
"upcoming_update_interval": 300,
|
||||||
|
"recent_game_hours": 48,
|
||||||
"show_only_favorites": true,
|
"show_only_favorites": true,
|
||||||
"cycle_game_duration_seconds": 10
|
"cycle_game_duration_seconds": 10
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user