mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
turn off soccer, NFL, and NBA displays
This commit is contained in:
@@ -130,8 +130,8 @@
|
|||||||
"live_game_duration": 30
|
"live_game_duration": 30
|
||||||
},
|
},
|
||||||
"nfl_scoreboard": {
|
"nfl_scoreboard": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"test_mode": true,
|
"test_mode": false,
|
||||||
"update_interval_seconds": 3600,
|
"update_interval_seconds": 3600,
|
||||||
"live_update_interval": 15,
|
"live_update_interval": 15,
|
||||||
"past_fetch_days": 7,
|
"past_fetch_days": 7,
|
||||||
@@ -179,7 +179,7 @@
|
|||||||
"background_color": [0, 0, 0]
|
"background_color": [0, 0, 0]
|
||||||
},
|
},
|
||||||
"soccer_scoreboard": {
|
"soccer_scoreboard": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"test_mode": false,
|
"test_mode": false,
|
||||||
"update_interval_seconds": 300,
|
"update_interval_seconds": 300,
|
||||||
"live_update_interval": 20,
|
"live_update_interval": 20,
|
||||||
|
|||||||
Reference in New Issue
Block a user