From 9fadca17be690bf6692f29ae5d8d1719a6dc2533 Mon Sep 17 00:00:00 2001 From: accius Date: Sun, 1 Feb 2026 17:31:14 -0500 Subject: [PATCH] added celsius --- public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 1cd8d71..21ebae8 100644 --- a/public/index.html +++ b/public/index.html @@ -4169,7 +4169,7 @@ {localWeather.data ? (
- {localWeather.data.icon} {localWeather.data.temp}°F • {localWeather.data.description} + {localWeather.data.icon} {localWeather.data.temp}°F / {Math.round((localWeather.data.temp - 32) * 5/9)}°C • {localWeather.data.description}
) : (
@@ -5353,7 +5353,7 @@ {localWeather.data && (
{localWeather.data.icon} - {localWeather.data.temp}°F + {localWeather.data.temp}°F / {Math.round((localWeather.data.temp - 32) * 5/9)}°C
)}
SFI {spaceWeather.data?.solarFlux || '--'}