This update broke a lot of things… What a pain !
Read the statement by Michael Teeuw here.
Posts
-
RE: Update MMM
Done.
I did again a “npm start dev” and I have new errors written in red :
[2020-04-01 22:14:46.668] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘/home/pi/MagicMirror/modules/MMM-Hotword/snowboy/lib/node/binding/Release/electron-v6.1-linux-arm/snowboy.node’
Require stack:- /home/pi/MagicMirror/modules/MMM-Hotword/snowboy/lib/node/index.js
- /home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js
- /home/pi/MagicMirror/js/app.js
- /home/pi/MagicMirror/js/electron.js
- /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
-
RE: Update MMM
Yes there is an error in red :
[2020-04-01 22:06:21.797] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: The module ‘/home/pi/MagicMirror/modules/MMM-PIR-Sensor/node_modules/epoll/build/Release/epoll.node’
was compiled against a different Node.js version using
NODE_MODULE_VERSION 64. This version of Node.js requires
NODE_MODULE_VERSION 73. Please try re-compiling or re-installing
the module (for instance, usingnpm rebuildornpm install).and other errors still with PIR module, but the errors are written in white
EDIT : I try a “npm rebuild” ?
-
RE: Update MMM
No, the mirror stays black with the mouse arrow in the left upper corner.
I did a reboot and a “pm2 restart mm”, but nothing works… -
RE: Update MMM
I did the “npm install”.
I fixed 2 moderate vulnerabilities and it still remains 8 low severity vulnerabilities.I don’t get if this can have consequences or not.
-
RE: Update MMM
@sdetweil said in Update MMM:
@mattx38 do
cd ~/MagicMirror git checkout package.jsonI did it but the command did not return any information.
-
RE: Update MMM
@sdetweil said in Update MMM:
@mattx38 erase package-lock.json
Did u modify package.json?
And git checkout package.json to restore it if u are ok w that
Ok, I erased the package-lock.json file.
What command should I use to check package.json ?
I’m a beginner… -
RE: Update MMM
@sdetweil How can I acknowledge the update anyway (it will overwrite the two files) ?
-
RE: Update MMM
don’t remember doing so…
I’m backuping my whole “MagicMirror” folder from the pi. -
Update MMM
Hello,
I juste saw there is an update of MMM.
I try to launch the " git pull && npm install " command but I have a warning message that the following packages would be crushed :
-package-lock.json
-package.jsonThen, how can I manage updating my MMM ?
-
RE: Modules don't update
@sdetweil I know, but for example, the domoticz module has an update interval of 5000ms, then when I see that the temperature of my outside probe has changed 15 minutes ago and the one I see on the MMM is still the old one, there is a problem.
If I restart the MMM by the SSH command “pm2 restart mm”, then all datas are up to date…
-
Modules don't update
Hello,
I see that certain modules as News feeds and domoticz do not update datas.
My temperature probes stay not updated, while it changes in domoticz.
How can I fix this issue ? -
RE: MMM-Fortnite
Ok, thank you for this information.
I’ll search for the API -
RE: MMM-Fortnite
Hello,
The module keeps showing me « Loading ».
What could be wrong ?Thanks for help.
-
RE: MMM-Assistant: Register your Mirror as Google Assistant related device invalid JSON
@jck said in MMM-Assistant: Register your Mirror as Google Assistant related device invalid JSON:
@Sean
I found the problem! As always, it was very simple as soon as you see it. The error did precisely report the problem but I was to blind to spot it! It said it expected a value, and it could’t read the one I provided.
I used the wrong kind of " to make the input seen as STRING. If I had used the sample you provided in the module, all would have been good, but I copied the example on the github… and that one uses the slanted version of ".
My mirror now shows up on the Google Home app! Thanks for all the hard work!
Hello,
Was the correction made in the deviceInstance.json file ?
Could you precise ?
I have the same kind of issue and I’m quite frustated.
Thank you