From 1d018db749ed6c3465e7b074256f88ad60266506 Mon Sep 17 00:00:00 2001 From: ztimson Date: Wed, 24 Jun 2026 17:00:21 -0400 Subject: [PATCH] Fixes --- client/src/App.vue | 2 +- client/src/components/ForecastStrip.vue | 2 +- sensors/main.py | 2 +- server/src/forecast.mjs | 22 ++++++++++++---------- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index b04122c..1399e19 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -11,7 +11,7 @@ function toggleDark() { dark.value = !dark.value }