You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a live weather display by querying Open-Meteo’s API for the user’s current weather (temperature and weather code) and rendering the matching SVG icon from the Makin-Things/weather-icons set (https://github.com/Makin-Things/weather-icons). The widget should fetch current_weather.temperature_2m and current_weather.weathercode on page load (and refresh at a sensible interval, e.g. every 15 minutes) to keep the display up to date.
Add a live weather display by querying Open-Meteo’s API for the user’s current weather (temperature and weather code) and rendering the matching SVG icon from the Makin-Things/weather-icons set (https://github.com/Makin-Things/weather-icons). The widget should fetch
current_weather.temperature_2m
andcurrent_weather.weathercode
on page load (and refresh at a sensible interval, e.g. every 15 minutes) to keep the display up to date.Use the official Open-Meteo documentation (https://open-meteo.com/en/docs?forecast_days=1&hourly=temperature_2m,weather_code¤t=weather_code) to map each weather code to its meaning and corresponding icon filename. Reference that guide when wiring up your code so every code renders the correct icon and tooltip.
The text was updated successfully, but these errors were encountered: