A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Screencast erro
-
How did I update my MM? I installed it from scratch … Already in this version.
-
@iorifly ok, installed… good (update just came out, so most have updated from 2.9)
can u tell me the output of
node -v
npm -v -
pi@raspberrypi:~/MagicMirror $ node -v v10.18.0 pi@raspberrypi:~/MagicMirror $ npm -v 6.13.4 pi@raspberrypi:~/MagicMirror $
-
That is why almost no module works for me … I’m struggling to put the Home assistant and also nothing !!
-
@iorifly seems one of the module dependencies is garbled… try this
cd ~/MagicMirror/modules/MMM-Screencast rm -rf node_modules npm install cd ~/MagicMirror npm start
-
@sdetweil said in MMM-Screencast erro:
npm install
pi@raspberrypi:~/MagicMirror/modules/MMM-Screencast $ npm install > electron@3.1.13 postinstall /home/pi/MagicMirror/modules/MMM-Screencast/node_modules/electron > node install.js added 208 packages from 211 contributors and audited 369 packages in 55.818s 1 package is looking for funding run `npm fund` for details found 11 vulnerabilities (5 low, 2 moderate, 4 high) run `npm audit fix` to fix them, or `npm audit` for details pi@raspberrypi:~/MagicMirror/modules/MMM-Screencast $
-
@iorifly ok, and restarting ?
-
Worked, thank you!!
-
Could you help me with the Home Assistant module?
-
@iorifly sorry, don’t know anything about it… what is the problem?