re-enable other displays

This commit is contained in:
Chuck
2025-07-23 13:42:20 -05:00
parent 258ae8e654
commit d371b5ad09

View File

@@ -75,18 +75,18 @@
"use_short_date_format": true "use_short_date_format": true
}, },
"clock": { "clock": {
"enabled": false, "enabled": true,
"format": "%I:%M %p", "format": "%I:%M %p",
"update_interval": 1 "update_interval": 1
}, },
"weather": { "weather": {
"enabled": false, "enabled": true,
"update_interval": 1800, "update_interval": 1800,
"units": "imperial", "units": "imperial",
"display_format": "{temp}°F\n{condition}" "display_format": "{temp}°F\n{condition}"
}, },
"stocks": { "stocks": {
"enabled": false, "enabled": true,
"update_interval": 600, "update_interval": 600,
"symbols": [ "symbols": [
"ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SMCI" "ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SMCI"
@@ -94,7 +94,7 @@
"display_format": "{symbol}: ${price} ({change}%)" "display_format": "{symbol}: ${price} ({change}%)"
}, },
"crypto": { "crypto": {
"enabled": false, "enabled": true,
"update_interval": 600, "update_interval": 600,
"symbols": [ "symbols": [
"BTC-USD", "ETH-USD" "BTC-USD", "ETH-USD"
@@ -102,7 +102,7 @@
"display_format": "{symbol}: ${price} ({change}%)" "display_format": "{symbol}: ${price} ({change}%)"
}, },
"stock_news": { "stock_news": {
"enabled": false, "enabled": true,
"update_interval": 3600, "update_interval": 3600,
"scroll_speed": 1, "scroll_speed": 1,
"scroll_delay": 0.01, "scroll_delay": 0.01,
@@ -110,7 +110,7 @@
"headlines_per_rotation": 2 "headlines_per_rotation": 2
}, },
"odds_ticker": { "odds_ticker": {
"enabled": false, "enabled": true,
"show_favorite_teams_only": true, "show_favorite_teams_only": true,
"games_per_favorite_team": 1, "games_per_favorite_team": 1,
"max_games_per_league": 5, "max_games_per_league": 5,
@@ -125,7 +125,7 @@
"show_channel_logos": true "show_channel_logos": true
}, },
"calendar": { "calendar": {
"enabled": false, "enabled": true,
"credentials_file": "credentials.json", "credentials_file": "credentials.json",
"token_file": "token.pickle", "token_file": "token.pickle",
"update_interval": 3600, "update_interval": 3600,
@@ -172,7 +172,7 @@
} }
}, },
"nfl_scoreboard": { "nfl_scoreboard": {
"enabled": false, "enabled": true,
"show_odds": true, "show_odds": true,
"test_mode": false, "test_mode": false,
"update_interval_seconds": 3600, "update_interval_seconds": 3600,
@@ -192,7 +192,7 @@
} }
}, },
"ncaa_fb_scoreboard": { "ncaa_fb_scoreboard": {
"enabled": false, "enabled": true,
"show_odds": true, "show_odds": true,
"test_mode": false, "test_mode": false,
"update_interval_seconds": 3600, "update_interval_seconds": 3600,
@@ -249,11 +249,11 @@
} }
}, },
"youtube": { "youtube": {
"enabled": false, "enabled": true,
"update_interval": 3600 "update_interval": 3600
}, },
"mlb": { "mlb": {
"enabled": false, "enabled": true,
"show_odds": true, "show_odds": true,
"test_mode": false, "test_mode": false,
"update_interval_seconds": 3600, "update_interval_seconds": 3600,
@@ -275,7 +275,7 @@
} }
}, },
"milb": { "milb": {
"enabled": false, "enabled": true,
"test_mode": false, "test_mode": false,
"update_interval_seconds": 3600, "update_interval_seconds": 3600,
"live_update_interval": 30, "live_update_interval": 30,
@@ -325,7 +325,7 @@
} }
}, },
"music": { "music": {
"enabled": false, "enabled": true,
"preferred_source": "ytm", "preferred_source": "ytm",
"YTM_COMPANION_URL": "http://192.168.86.12:9863", "YTM_COMPANION_URL": "http://192.168.86.12:9863",
"POLLING_INTERVAL_SECONDS": 1 "POLLING_INTERVAL_SECONDS": 1