From 66ef7cab3be7ff24916013d48647abd0c6369628 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Sun, 25 May 2025 15:12:18 -0500 Subject: [PATCH] test spotify --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index 46ef7032..545bd68f 100644 --- a/config/config.json +++ b/config/config.json @@ -68,7 +68,7 @@ "update_interval": 1 }, "weather": { - "enabled": true, + "enabled": false, "update_interval": 600, "units": "imperial", "display_format": "{temp}°F\n{condition}" @@ -247,7 +247,7 @@ }, "music": { "enabled": true, - "preferred_source": "ytm", + "preferred_source": "spotify", "YTM_COMPANION_URL": "http://192.168.86.12:9863", "POLLING_INTERVAL_SECONDS": 1 }