Updated forecast summary
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user