Read the statement by Michael Teeuw here.
message Remote Control
-
-
@pat59 this is caused by the updatenotification module
as we just installed a fresh copy, i dont understand why this is showing again
so you have 2 choices
disable the updatenotification module in config.js
module:"updatenotification", disabled:true,
or
add the MMM-Remote-Control module to the updateNotification ignore list
module:"updatenotification". position:"...." config:{ ignoreModules:['MMM-Remote-Control'] }
-
Hello
Sorry ,but l forgot to mention that this is a second mirror ,not the one you repaired for me .
l tried your instruction, but it doen’t reboot .
module: “updatenotification”,
position: “”,
config: {
ignoreModules: [‘MMM-Remote-Control’]
updateAutorestart: true, // restart MagicMirror automaticaly after update
updates: [
// MMM-MeteoFrance rule
{
“MMM-MeteoFrance”: “npm run update”
},
]
}
},
{ -
position: “”,
yes, this is invalid
i put that line there to make sure you understood where the following lines should be. not to indicate exact text
you have to learn how to debug and resolve these kinds of issue
1st thing is to look at the logs, as you use pm2 to autolaunch MagicMirror
that is
pm2 logs --lines=xxxxwhere xxxx is some number, default 15
-
Okay, thanks, I’ll look at it again, thanks.
-
@pat59 did you find and fix the problem?
-
Good evening.
No, I haven’t found anything. I’ve searched extensively and tried for 5 hours, but to no avail.
I tried this: /{
}/ It doesn’t work. I went to the forum and tried some things in js.conf.
This morning, I turned on the one you fixed for me, and the update message came back. I’ll continue using it. Thanks again for your message. -
@pat59 can you do this
From a terminal window
pm2 stop all cd ~/MagicMirror npm start &>somefile.txt
The post the contents of somefile.txt
-
Thank you, it works.
I was far from finding this. Thanks again for everything.
Sincerely, -
I spoke too quickly after performing the manipulation it restarts by itself no more messages however once I restart the raspberry the message reappears.
In the message it tells me https://github.com Username