disable other displays other than spotify

This commit is contained in:
ChuckBuilds
2025-05-24 10:16:41 -05:00
parent d544c98251
commit eae2235e2c

View File

@@ -63,18 +63,18 @@
} }
}, },
"clock": { "clock": {
"enabled": true, "enabled": false,
"format": "%H:%M:%S", "format": "%H:%M:%S",
"update_interval": 1 "update_interval": 1
}, },
"weather": { "weather": {
"enabled": true, "enabled": false,
"update_interval": 600, "update_interval": 600,
"units": "imperial", "units": "imperial",
"display_format": "{temp}°F\n{condition}" "display_format": "{temp}°F\n{condition}"
}, },
"stocks": { "stocks": {
"enabled": true, "enabled": false,
"update_interval": 300, "update_interval": 300,
"symbols": [ "symbols": [
"ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SPEST", "SMCI" "ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SPEST", "SMCI"
@@ -82,7 +82,7 @@
"display_format": "{symbol}: ${price} ({change}%)" "display_format": "{symbol}: ${price} ({change}%)"
}, },
"crypto": { "crypto": {
"enabled": true, "enabled": false,
"update_interval": 300, "update_interval": 300,
"symbols": [ "symbols": [
"BTC-USD", "ETH-USD" "BTC-USD", "ETH-USD"
@@ -90,7 +90,7 @@
"display_format": "{symbol}: ${price} ({change}%)" "display_format": "{symbol}: ${price} ({change}%)"
}, },
"stock_news": { "stock_news": {
"enabled": true, "enabled": false,
"update_interval": 3600, "update_interval": 3600,
"scroll_speed": 1, "scroll_speed": 1,
"scroll_delay": 0.001, "scroll_delay": 0.001,
@@ -98,7 +98,7 @@
"headlines_per_rotation": 2 "headlines_per_rotation": 2
}, },
"calendar": { "calendar": {
"enabled": true, "enabled": false,
"credentials_file": "credentials.json", "credentials_file": "credentials.json",
"token_file": "token.pickle", "token_file": "token.pickle",
"update_interval": 3600, "update_interval": 3600,
@@ -106,7 +106,7 @@
"calendars": ["birthdays"] "calendars": ["birthdays"]
}, },
"nhl_scoreboard": { "nhl_scoreboard": {
"enabled": true, "enabled": false,
"test_mode": false, "test_mode": false,
"update_interval_seconds": 300, "update_interval_seconds": 300,
"live_update_interval": 15, "live_update_interval": 15,
@@ -198,11 +198,11 @@
} }
}, },
"youtube": { "youtube": {
"enabled": true, "enabled": false,
"update_interval": 3600 "update_interval": 3600
}, },
"mlb": { "mlb": {
"enabled": true, "enabled": false,
"test_mode": false, "test_mode": false,
"update_interval_seconds": 300, "update_interval_seconds": 300,
"live_update_interval": 20, "live_update_interval": 20,
@@ -218,7 +218,7 @@
} }
}, },
"text_display": { "text_display": {
"enabled": true, "enabled": false,
"text": "Subscribe to ChuckBuilds", "text": "Subscribe to ChuckBuilds",
"font_path": "assets/fonts/5x7.bdf", "font_path": "assets/fonts/5x7.bdf",
"font_size": 7, "font_size": 7,