Read the statement by Michael Teeuw here.
MMM-DailyPower
-
@uros76 said in MMM-DailyPower:
The module keeps giving me “Loading …”
that is the message most modules put up until the data arrives. but if the data doesn’t arrive…
so, you can look in the developers window, console tab to see if there are any errors
or in the messages where u start mm… either npm start or using pm2, the pm2 logs command
-
@sdetweil said in MMM-DailyPower:
pm2 logs
Thanks. I checked pm2 logs and found below repeating under errors.
Interestingly DailyPower module is not mentioned. MMM-News and currentweather modules still work despite being mentioned in errors.
The MMM-MarineWeather is another one that doesn’t work and it is mentioned in errors.I have no clue why all a sudden two modules stopped working. Did something change on mm core?
0|MagicMir | [08.11.2021 18:00.25.067] [WARN] The module 'currentweather' is deprecated in favor of the 'weather'-module, please refer to the documentation for a migration path 0|MagicMir | [08.11.2021 18:00.28.669] [ERROR] [NEWS] WARNING 0|MagicMir | [08.11.2021 18:00.28.670] [ERROR] [NEWS] MMM-News search a new owner ! 0|MagicMir | [08.11.2021 18:00.28.670] [ERROR] [NEWS] Contact @bugsounet in forum -- http://forum.bugsounet.fr -- 0|MagicMir | [08.11.2021 18:00.28.671] [ERROR] [NEWS] MMM-News is now in end of life ! 0|MagicMir | [08.11.2021 18:00.28.672] [ERROR] [NEWS] This module will going down at 2021-05-01 0|MagicMir | [08.11.2021 18:00.28.697] [ERROR] (node:7944) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. 0|MagicMir | [08.11.2021 18:00.29.125] [ERROR] (node:7944) UnhandledPromiseRejectionWarning: FetchError: request to https://api.stormglass.io/v2/weather/point?lat=54.4075&lng=18.631389¶ms=airTemperature,waterTemperature,pressure,cloudCover,windSpeed,windDirection,waveHeight,waveDirection&source=sg&start=1636390828&end=1636390828 failed, reason: certificate has expired 0|MagicMir | at ClientRequest.<anonymous> (/home/pi/MagicMirror/modules/MMM-MarineWeather/node_modules/node-fetch/lib/index.js:1455:11) 0|MagicMir | at ClientRequest.emit (events.js:315:20) 0|MagicMir | at TLSSocket.socketErrorListener (_http_client.js:426:9) 0|MagicMir | at TLSSocket.emit (events.js:315:20) 0|MagicMir | at emitErrorNT (internal/streams/destroy.js:92:8) 0|MagicMir | at emitErrorAndCloseNT (internal/streams/destroy.js:60:3) 0|MagicMir | at processTicksAndRejections (internal/process/task_queues.js:84:21) 0|MagicMir | [08.11.2021 18:00.29.126] [ERROR] (node:7944) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) 0|MagicMir | [08.11.2021 18:00.29.128] [ERROR] (node:7944) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. 0|MagicMir | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
-
@uros76 what MM version are you on? there is a bug in releases prior to 2.17.1 in e;lectron handling expired certificates…
use my script to upgrade if on 2.16 or earlier
-
-
Hot damn, it works! Thanks @sdetweil for the suggestion to upgrade mm.
After upgrading to the latest version everything started to work as before.
Yor rock! :flexed_biceps: -
@uros76 would u be willing to share your installers/upgrade.log with me via email
same userid at gmail.
there is no user info in the file, I don’t echo or print any config info
-
@sdetweil sure thing. Will send you over. I still have your email address from some other thing you helped me with.
-
@uros76 I am the new owner of MMM-News. You can rename the current version and clone it from my Github repo. The errors should go away. All functionality remains the same so you would not need to change anything in your config for it. I have updated the module to no longer use request and moment.
Just clone the module and then do npm install in the module folder.
MMM-News -
@mumblebaj thats good to know. Thanks for the suggestion, I cloned the latest version and it works. I don’t see MMM-News mentioned in errors log anymore. Good work :call_me_hand:
-
@uros76 Happy that has been resolved.