mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
change weather logging, changed odds api call to only pull odds for games we will see, expanded game fetch window to see more games on odds ticker (50days from 30).
This commit is contained in:
@@ -114,11 +114,12 @@
|
||||
"max_games_per_league": 5,
|
||||
"show_odds_only": false,
|
||||
"sort_order": "soonest",
|
||||
"enabled_leagues": ["nfl","mlb", "ncaa_fb"],
|
||||
"enabled_leagues": ["nfl","mlb", "ncaa_fb", "milb"],
|
||||
"update_interval": 3600,
|
||||
"scroll_speed": 1,
|
||||
"scroll_delay": 0.01,
|
||||
"loop": true
|
||||
"loop": true,
|
||||
"future_fetch_days": 50
|
||||
},
|
||||
"calendar": {
|
||||
"enabled": true,
|
||||
|
||||
Reference in New Issue
Block a user