A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Weather Module
-
My Weather does not work. Whats wrong?
{ module: "weather", position: "top_right", header: "Wetter", config: { weatherProvider: "openweathermap", apiBase: "https://api.openweathermap.org/data/", apikey: "xxxxxxxxxxxxxxxxxxxxxxxxx", //Home_MM Api locationID: "2876865", lat: 51.676380, //number works here lon: 8.346650, //so does a string weatherEndpoint: '/onecall', type: "current", apiVersion: '3.0' } },
-
-
@Sebi76-0 did you get the new apikey? requires a credit card
also see
-
Yes.
It works with MMM-OpenWeatherMapForecast, but not with the regular Weather Module -
@Sebi76-0 ok, take off the apibase, endpoint options
start MagicMirror like this
npm run start:dev
in the developers window console tab, put weath in the filter field and see if there are any errors reported
-
This is an Error
weather.js:164 New weather information available. weather.js:169 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'replace') at Class.updateAvailable (weather.js:169:106) at Class.updateAvailable (weatherprovider.js:104:17) at openweathermap.js:47:24 at <anonymous> updateAvailable @ weather.js:169 updateAvailable @ weatherprovider.js:104 (anonymous) @ openweathermap.js:47
-
-
i julaughingst . Youre Right!Thanks. Little Misstakes
-