Read the statement by Michael Teeuw here.
BigBot89 MMM-AccuWeatherForecastDeluxe TypeError Cannot read properties of undefined (reading 'Temperature')
-
Re: MMM-AccuWeatherForecastDeluxe stuck loading.
I installed the BigBot89 MMM-AccuWeatherForecastDeluxe and it is not loading and the console shows below error.
MMM-AccuWeatherForecastDeluxe.js:338 MMM-AccuWeatherForecastDeluxe in notification === ACCUWEATHER_ONE_CALL_FORECAST_DATA Object
MMM-AccuWeatherForecastDeluxe.js:386 MMM-AccuWeatherForecastDeluxe processWeatherData Partly sunny this weekend
MMM-AccuWeatherForecastDeluxe.js:407 MMM-AccuWeatherForecastDeluxe about to create dailies
MMM-AccuWeatherForecastDeluxe.js:420 MMM-AccuWeatherForecastDeluxe daily Object
MMM-AccuWeatherForecastDeluxe.js:420 MMM-AccuWeatherForecastDeluxe daily Object
MMM-AccuWeatherForecastDeluxe.js:420 MMM-AccuWeatherForecastDeluxe daily Object
MMM-AccuWeatherForecastDeluxe.js:499 MMM-AccuWeatherForecastDeluxe forecastItemFactory Object 1 12.6 29.3
MMM-AccuWeatherForecastDeluxe.js:766 icons/4c/partly-cloudy-day.svg
MMM-AccuWeatherForecastDeluxe.js:517 Object
MMM-AccuWeatherForecastDeluxe.js:499 MMM-AccuWeatherForecastDeluxe forecastItemFactory Object 2 12.6 29.3
MMM-AccuWeatherForecastDeluxe.js:766 icons/4c/clear-day.svg
MMM-AccuWeatherForecastDeluxe.js:517 Object
MMM-AccuWeatherForecastDeluxe.js:499 MMM-AccuWeatherForecastDeluxe forecastItemFactory Object 3 12.6 29.3
MMM-AccuWeatherForecastDeluxe.js:766 icons/4c/clear-day.svg
MMM-AccuWeatherForecastDeluxe.js:517 Object
MMM-AccuWeatherForecastDeluxe.js:435 [MMM-AccuWeatherForecastDeluxe] 10-Dec-24 01:33 unitsFormatted: Metric
MMM-AccuWeatherForecastDeluxe.js:439 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘Temperature’)
at Class.processWeatherData (MMM-AccuWeatherForecastDeluxe.js:439:76)
at Class.socketNotificationReceived (MMM-AccuWeatherForecastDeluxe.js:348:46)
at module.js:240:9
at Socket. (socketclient.js:32:4)
at Emitter.emit (index.js:136:20)
at Socket.emitEvent (socket.js:553:20)
at Socket.onevent (socket.js:540:18)
at MMSocket.socket.onevent (socketclient.js:26:11)
at Socket.onpacket (socket.js:508:22)
at Emitter.emit (index.js:136:20)
weather.js:164 -
@sdetweil Thanks Sam.
Finally found the fix. In config if there is no APIkey2 then it has to be null so commented it out.
//apikey2: "SUPER SECRET!!!",
-
@anakin15969 looks like that is a reported problem
https://github.com/maxbethge/MMM-AccuWeatherForecastDeluxe/issues/4
-
@sdetweil Thanks Sam.
Finally found the fix. In config if there is no APIkey2 then it has to be null so commented it out.
//apikey2: "SUPER SECRET!!!",
-