diff --git a/config/config.template.json b/config/config.template.json index 92c404a6..aeea9c3e 100644 --- a/config/config.template.json +++ b/config/config.template.json @@ -39,6 +39,7 @@ "daily_forecast": 30, "stock_news": 20, "odds_ticker": 60, + "leaderboard": 60, "nhl_live": 30, "nhl_recent": 30, "nhl_upcoming": 30, @@ -152,6 +153,46 @@ "max_duration": 300, "duration_buffer": 0.1 }, + "leaderboard": { + "enabled": false, + "enabled_sports": { + "nfl": { + "enabled": true, + "top_teams": 10 + }, + "nba": { + "enabled": false, + "top_teams": 10 + }, + "mlb": { + "enabled": false, + "top_teams": 10 + }, + "ncaa_fb": { + "enabled": true, + "top_teams": 25, + "show_ranking": true + }, + "nhl": { + "enabled": false, + "top_teams": 10 + }, + "ncaam_basketball": { + "enabled": false, + "top_teams": 25 + } + }, + "update_interval": 3600, + "scroll_speed": 1, + "scroll_delay": 0.01, + "display_duration": 60, + "loop": false, + "request_timeout": 30, + "dynamic_duration": true, + "min_duration": 45, + "max_duration": 600, + "duration_buffer": 0.1 + }, "calendar": { "enabled": false, "credentials_file": "credentials.json",