Updated forecast summary
This commit is contained in:
@@ -205,7 +205,7 @@ function summarise(slots) {
|
||||
time: slots[0].time.slice(0, 10),
|
||||
label: dominant.label,
|
||||
code: dominant.code,
|
||||
icon: dominant.icon ?? null,
|
||||
icon: `/icons/${dominant.icon}.png`,
|
||||
temperature: Math.max(...temps),
|
||||
temperature_max: Math.max(...temps),
|
||||
temperature_min: Math.min(...temps),
|
||||
|
||||
Reference in New Issue
Block a user