mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 13:23:00 +00:00
added NFL manager
This commit is contained in:
@@ -38,6 +38,9 @@
|
|||||||
"nba_live": 30,
|
"nba_live": 30,
|
||||||
"nba_recent": 20,
|
"nba_recent": 20,
|
||||||
"nba_upcoming": 20,
|
"nba_upcoming": 20,
|
||||||
|
"nfl_live": 30,
|
||||||
|
"nfl_recent": 15,
|
||||||
|
"nfl_upcoming": 15,
|
||||||
"calendar": 30,
|
"calendar": 30,
|
||||||
"youtube": 20,
|
"youtube": 20,
|
||||||
"mlb_live": 30,
|
"mlb_live": 30,
|
||||||
@@ -112,7 +115,7 @@
|
|||||||
"nba_scoreboard": {
|
"nba_scoreboard": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"test_mode": false,
|
"test_mode": false,
|
||||||
"update_interval_seconds": 300,
|
"update_interval_seconds": 3600,
|
||||||
"live_update_interval": 20,
|
"live_update_interval": 20,
|
||||||
"recent_update_interval": 3600,
|
"recent_update_interval": 3600,
|
||||||
"upcoming_update_interval": 3600,
|
"upcoming_update_interval": 3600,
|
||||||
@@ -126,6 +129,24 @@
|
|||||||
},
|
},
|
||||||
"live_game_duration": 30
|
"live_game_duration": 30
|
||||||
},
|
},
|
||||||
|
"nfl_scoreboard": {
|
||||||
|
"enabled": true,
|
||||||
|
"test_mode": false,
|
||||||
|
"update_interval_seconds": 3600,
|
||||||
|
"live_update_interval": 15,
|
||||||
|
"past_fetch_days": 7,
|
||||||
|
"future_fetch_days": 7,
|
||||||
|
"favorite_teams": ["TB", "DAL"],
|
||||||
|
"logo_dir": "assets/sports/nfl_logos",
|
||||||
|
"display_modes": {
|
||||||
|
"nfl_live": true,
|
||||||
|
"nfl_recent": true,
|
||||||
|
"nfl_upcoming": true
|
||||||
|
},
|
||||||
|
"live_game_duration": 30,
|
||||||
|
"recent_game_duration": 30,
|
||||||
|
"upcoming_game_duration": 30
|
||||||
|
},
|
||||||
"youtube": {
|
"youtube": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"update_interval": 3600
|
"update_interval": 3600
|
||||||
|
|||||||
1040
src/nfl_managers.py
Normal file
1040
src/nfl_managers.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user