Now — <%= (ssr && ssr.name) || 'Unknown' %>
<% if (ssr && ssr.current) { %><%= ssr.icon %>
<%= Math.round(ssr.current.temperature_2m) %>°
<%= ssr.desc %>
Feels like
<%= Math.round(ssr.current.apparent_temperature) %>°
Wind
<%= Math.round(ssr.current.wind_speed_10m) %> <%= ssr.windUnit %>
Humidity
<%= Math.round(ssr.current.relative_humidity_2m) %>%
Pressure
<%= Math.round(ssr.current.pressure_msl) %> hPa
Sunrise
<%= ssr.sunriseLocal %>
Sunset
<%= ssr.sunsetLocal %>
UV max
<%= ssr.daily.uv_index_max?.[0] ?? '—' %>
Precip prob (next hr)
<%= ssr.popNext ?? '—' %>%
No data to show.
<% } %>