Read the statement by Michael Teeuw here.
message Remote Control
-
@pat59 said in message Remote Control:
in the message it tells me https://github.com Username
sorry, I don’t understand that text
as I said, you have to disable the updateNotification module
{ module: "updatenotification", disabled: true, }
OR
you have to list the modules to ignore{ module:"updatenotification", position: whatever it is, config: { ignoreModules:["MMM-Remote-Control"] } }
these messages in the pm2 log
[2025-03-14 20:51:34.981] [INFO] Checking git for module: MMM-MealieMenu [2025-03-14 20:51:35.028] [INFO] Checking git for module: MMM-pages [2025-03-14 20:51:35.070] [INFO] Checking git for module: MMM-CurlToNotification
are from the updateNotification module checking each module not ignored
-
{
module: "updatenotification", disabled :true, position: "top_center", config: { ignoreModules:["MMM-Remote-Control"], updateAutorestart: true, // restart MagicMirror automaticaly after update updates: [ // MMM-MeteoFrance rule { "MMM-MeteoFrance": "npm run update" }, ] } }, { the message is still there , l don't know anymotre after several attempts to modify the js config
-
@pat59 and you restarted MagicMirror after changing config?
can you show the screen again?
are there multiple instances of updatenotification in the config.js? -
Yes, I systematically restart after each change in js.
Well, you did find that there were indeed two update notifications in config.js.
Something I would never have thought of after making the change in the second update notification in config.js. This one works, no more messages, even though I spent hours solving a lesson in restraint. Thanks again. -
@pat59 great work…
-
The excellent work is partly due to your patience, thank you for everything, I am so happy.
-
@pat59 I think you should try my MMM-Config module, as you continue to have problems with config.js
https://github.com/sdetweil/MMM-Config
this will present a form for the system and module properties.
it will also support adding modules too…
it will also show you when you have multiple instances…