format gambling displays for all sports, add gambling ticker

This commit is contained in:
Chuck
2025-07-20 17:19:21 -05:00
parent 85f46e8024
commit ab7d0278cc
9 changed files with 1081 additions and 250 deletions

View File

@@ -38,6 +38,7 @@
"hourly_forecast": 15,
"daily_forecast": 15,
"stock_news": 20,
"odds_ticker": 25,
"nhl_live": 30,
"nhl_recent": 20,
"nhl_upcoming": 20,
@@ -106,6 +107,15 @@
"max_headlines_per_symbol": 1,
"headlines_per_rotation": 2
},
"odds_ticker": {
"enabled": true,
"show_favorite_teams_only": false,
"enabled_leagues": ["nfl", "nba", "mlb", "ncaa_fb"],
"update_interval": 3600,
"scroll_speed": 2,
"scroll_delay": 0.05,
"display_duration": 30
},
"calendar": {
"enabled": true,
"credentials_file": "credentials.json",
@@ -137,6 +147,8 @@
"test_mode": false,
"update_interval_seconds": 3600,
"live_update_interval": 30,
"live_odds_update_interval": 3600,
"odds_update_interval": 3600,
"recent_update_interval": 3600,
"upcoming_update_interval": 3600,
"recent_game_hours": 72,
@@ -154,6 +166,8 @@
"test_mode": false,
"update_interval_seconds": 3600,
"live_update_interval": 30,
"live_odds_update_interval": 3600,
"odds_update_interval": 3600,
"past_fetch_days": 7,
"future_fetch_days": 7,
"favorite_teams": ["TB", "DAL"],
@@ -170,6 +184,8 @@
"test_mode": false,
"update_interval_seconds": 3600,
"live_update_interval": 30,
"live_odds_update_interval": 3600,
"odds_update_interval": 3600,
"past_fetch_days": 7,
"future_fetch_days": 7,
"favorite_teams": ["UGA", "AUB"],
@@ -222,6 +238,8 @@
"test_mode": false,
"update_interval_seconds": 3600,
"live_update_interval": 30,
"live_odds_update_interval": 3600,
"odds_update_interval": 3600,
"recent_update_interval": 3600,
"upcoming_update_interval": 3600,
"recent_game_hours": 48,