Solved "an update is available" remains displayed
-
Hello,
“an update is available” is displayed on my MM.
After uptaded GATEWAY, MMM-GoogleAssistant, EXT-Alert and EXT-UpdateNotification bynpm run update
the message remains displayed “an update is available”what should I do ?
Thank you. -
It’s a MagicMirror update to v2.23.0 it’s not GA related. You can use a script for updating your MM. Instructions via this link sdetweil_scripts
-
Hi @RIKO14,
EXT-UpdateNotification
can ONLY updateMMM-GoogleAssistant
,Gateway
and allEXTs
since ~3 years,
npm run update
is an @bugsounet program for updating ANY of my modules or plugins
So it’s not compatible withMagicMirror
core and otherMMM
modulesEXT-UpdateNotification
will only inform you that an update is available but it will NOT apply it
You have to do MagicMirror update yourselfcd ~/MagicMirror git reset --hard && git pull && npm install
WARN:
- If you have modified something in main core of MagicMirror, it will be deleted
- maybe me you have to reinstall sensible library in GA suite
-
bugsounet
-
Thank you.
-
This post is deleted! -
bugsounet