A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
UnhandledPromiseRejectionWarning on launch
-
@selyjohns I don’t know why either.
this is likely the updatenotification module
edit the config.js and add
disabled: true,
after the line
module: “updatenotification”
make sure there is a comma on the end of the module line{ module:"updatenotification", disabled: true },
-
@sdetweil
Hi sam,Thank you for this quickly response.
I confirm, move this module to disabled and i don’t have UnhandledPromiseRejectionWarning anymore…But i think this is not a good solution ?
-
@selyjohns but we confirmed it is that module… I would open an issue in the github repo for MagicMirror
-
@sdetweil I think it’s an sudoers ;)
-
Hi,
Issue posted on github :)
https://github.com/MichMich/MagicMirror/issues/2717I’ll keep you informed.
Nice day. -
Solved, please see issue on github.
My fault :)