Updated forecast summary

This commit is contained in:
2026-06-24 15:16:33 -04:00
parent a69867406b
commit 56cbfb3967
2 changed files with 1 additions and 2 deletions

View File

@@ -212,7 +212,6 @@ export async function hourlyWeather(lat, lon, start, end) {
uv_index: uv,
uv_index_label: uvLabel(uv),
solar_wm2: data.hourly.shortwave_radiation[i],
clouds,
clouds_label: cloudsLabel(clouds),
visibility: data.hourly.visibility[i] != null
? Math.round(data.hourly.visibility[i] / 1000 * 10) / 10 // m → km