mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
ensure leaderboard is in webui
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
"daily_forecast": 30,
|
"daily_forecast": 30,
|
||||||
"stock_news": 20,
|
"stock_news": 20,
|
||||||
"odds_ticker": 60,
|
"odds_ticker": 60,
|
||||||
|
"leaderboard": 60,
|
||||||
"nhl_live": 30,
|
"nhl_live": 30,
|
||||||
"nhl_recent": 30,
|
"nhl_recent": 30,
|
||||||
"nhl_upcoming": 30,
|
"nhl_upcoming": 30,
|
||||||
@@ -152,6 +153,46 @@
|
|||||||
"max_duration": 300,
|
"max_duration": 300,
|
||||||
"duration_buffer": 0.1
|
"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": {
|
"calendar": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"credentials_file": "credentials.json",
|
"credentials_file": "credentials.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user