disabled some displays to test faster

This commit is contained in:
Chuck
2025-07-24 09:42:15 -05:00
parent fe6272bf3a
commit 7963ac77b9

View File

@@ -75,18 +75,18 @@
"use_short_date_format": true "use_short_date_format": true
}, },
"clock": { "clock": {
"enabled": true, "enabled": false,
"format": "%I:%M %p", "format": "%I:%M %p",
"update_interval": 1 "update_interval": 1
}, },
"weather": { "weather": {
"enabled": true, "enabled": false,
"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": true, "enabled": false,
"update_interval": 600, "update_interval": 600,
"scroll_speed": 1, "scroll_speed": 1,
"scroll_delay": 0.01, "scroll_delay": 0.01,
@@ -97,7 +97,7 @@
"display_format": "{symbol}: ${price} ({change}%)" "display_format": "{symbol}: ${price} ({change}%)"
}, },
"crypto": { "crypto": {
"enabled": true, "enabled": false,
"update_interval": 600, "update_interval": 600,
"symbols": [ "symbols": [
"BTC-USD", "ETH-USD" "BTC-USD", "ETH-USD"
@@ -105,7 +105,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.01, "scroll_delay": 0.01,
@@ -128,7 +128,7 @@
"show_channel_logos": true "show_channel_logos": true
}, },
"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,
@@ -175,7 +175,7 @@
} }
}, },
"nfl_scoreboard": { "nfl_scoreboard": {
"enabled": true, "enabled": false,
"show_odds": true, "show_odds": true,
"test_mode": false, "test_mode": false,
"update_interval_seconds": 3600, "update_interval_seconds": 3600,