re-enabling displays

This commit is contained in:
ChuckBuilds
2025-04-25 11:18:17 -05:00
parent c8f6f724db
commit 0cbe5b14f3

View File

@@ -51,13 +51,13 @@
"update_interval": 1 "update_interval": 1
}, },
"weather": { "weather": {
"enabled": false, "enabled": true,
"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": false, "enabled": true,
"update_interval": 300, "update_interval": 300,
"symbols": [ "symbols": [
"ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SPEST", "SMCI" "ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SPEST", "SMCI"
@@ -65,7 +65,7 @@
"display_format": "{symbol}: ${price} ({change}%)" "display_format": "{symbol}: ${price} ({change}%)"
}, },
"crypto": { "crypto": {
"enabled": false, "enabled": true,
"update_interval": 300, "update_interval": 300,
"symbols": [ "symbols": [
"BTC-USD", "ETH-USD" "BTC-USD", "ETH-USD"
@@ -73,7 +73,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.001, "scroll_delay": 0.001,
@@ -81,7 +81,7 @@
"headlines_per_rotation": 2 "headlines_per_rotation": 2
}, },
"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,
@@ -106,7 +106,7 @@
"live_game_duration": 30 "live_game_duration": 30
}, },
"nba_scoreboard": { "nba_scoreboard": {
"enabled": false, "enabled": true,
"test_mode": false, "test_mode": false,
"update_interval_seconds": 300, "update_interval_seconds": 300,
"live_update_interval": 20, "live_update_interval": 20,