make team logos larger on ticker and enable NFL & NCAA FB displays. Limit data pulls based on future fetch days and games per favorite

This commit is contained in:
Chuck
2025-07-21 16:14:50 -05:00
parent 574ea020c1
commit 87b0064d7a
2 changed files with 37 additions and 60 deletions

View File

@@ -168,8 +168,8 @@
}
},
"nfl_scoreboard": {
"enabled": false,
"show_odds": false,
"enabled": true,
"show_odds": true,
"test_mode": false,
"update_interval_seconds": 3600,
"live_update_interval": 30,
@@ -187,7 +187,7 @@
}
},
"ncaa_fb_scoreboard": {
"enabled": false,
"enabled": true,
"show_odds": true,
"test_mode": false,
"update_interval_seconds": 3600,