Read the statement by Michael Teeuw here.
hourly forecast openweathermap doesn't show data, MagicMirror v2.28
-
@stephanvdplas the default weather module works
{ module: "weather", disabled: false, position: "top_right", classes: "current", label: "instance 1", order: "*", index: 0, config: { apiKey: // mine, //locationID: "5128581", // removed //location: "New York", // removed lat: /// mine, lon: // mine, units: "imperial", tempUnits: "metric", windUnits: "mph", timeFormat: "12", useBeaufort: true, lang: "en", degreeLabel: true, useKmh: false, showHumidity: false, type: "hourly", maxEntries: 10, fadePoint: 0.12, colored: true, fade: false, weatherEndpoint:"/onecall" // added } },
I do not know about this module. it is 3 years since last update
-
@sdetweil said in hourly forecast openweathermap doesn't show data:
units: “imperial”,
tempUnits: “metric”,
windUnits: “mph”,
timeFormat: “12”,
useBeaufort: true,
lang: “en”,
degreeLabel: true,
useKmh: false,
showHumidity: false,
type: “hourly”,
maxEntries: 10,
fadePoint: 0.12,
colored: true,
fade: false,
weatherEndpoint:“/onecall” // addedHmm, with these same settings (but with my lon/lat and api-kay) it doesn’t work.
Yesterday I changed my subscription to this:
The API is working:
I’ll send you a PB with my API key so you can test this yourself.
-
@stephanvdplas that is what we have been saying
-
@stephanvdplas are you on MagicMirror version 2.29?
if not, then addapiVersion:"3.0",
-
@sdetweil said in hourly forecast openweathermap doesn't show data:
@stephanvdplas are you on MagicMirror version 2.29?
if not, then addapiVersion:"3.0",
Thank you! This did the trick!
I am on 2.28 (and updating is not possible at the moment), but this extra line makes it work again! -