Read the statement by Michael Teeuw here.
Update MMM
-
@sdetweil said in Update MMM:
@mattx38 do
cd ~/MagicMirror git checkout package.json
I did it but the command did not return any information.
-
@Stoffbeuteluwe you guys should really use my upgrade script
-
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.
-
@mattx38 don’t worry about the audit stuff… does it run?
-
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… -
@mattx38
pm2 stop mm
cd ~/magicMirror
npm start dev
alt-spacebar, n to minimize MM,… any messages on the terminal window?
select the MM window to reopen, select the console, and scroll up to see if any errors…
there is a fatal one somewhere -
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 rebuild
ornpm install
).and other errors still with PIR module, but the errors are written in white
EDIT : I try a “npm rebuild” ?
-
@mattx38 pir is a pain in the rear… I would disable it in config.js for now
add
disabled:true,
after module:“MMM-PIR-Sensor”,
-
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
-
@mattx38 yep, snowboy is broke too… disable MMM-Hotword