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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,13 @@ cd weather-forecast
43
43
-`OPENWEATHERMAP_API_VERSION` — The API tier to use:
44
44
-`3.0` (default) — [One Call API 3.0](https://openweathermap.org/api/one-call-3) (paid subscription)
45
45
-`2.5` — [One Call API 2.5](https://openweathermap.org/api/one-call-api) (legacy paid subscription)
46
-
-`free` — Free tier using the standard [Weather](https://openweathermap.org/current) + [Forecast](https://openweathermap.org/forecast5) endpoints (no UV index, 3-hour forecast intervals instead of hourly)
46
+
-`free` — Free tier using the standard [Weather](https://openweathermap.org/current) + [Forecast](https://openweathermap.org/forecast5) endpoints (no UV index, 3-hour forecast intervals instead of hourly)
47
+
-`LANGUAGE` — UI language: `en` (default) for English or `de` for German. Also affects weather descriptions from the API and date/time formatting.
48
+
47
49
> [!Note]
48
50
> Choose the API version based on your OpenWeatherMap subscription. The `free` option allows you to run the dashboard without a paid subscription, but with limited features and less granular forecast data.
0 commit comments