switched from spotify to YTM, added album art saturation control, re-enabled other displays, added Spotify instructions to ReadMe

This commit is contained in:
ChuckBuilds
2025-05-24 12:12:56 -05:00
parent b73d3c2341
commit 7da676f636
3 changed files with 67 additions and 46 deletions

View File

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