Read the statement by Michael Teeuw here.
Errors trying to run MM on Pi3
-
@Esinem you installed it in /home/pi instead of /home/pi/MagicMirror
-
@strawberry-3.141 Thanks. Isn’t that what I was told to do or am I completely misunderstanding things?
First, go to your home directory: cd ~
Then install electron: npm install electron@1.4.15I think I need to study some very basic tutorials before I even try to install stuff!
-
@Esinem its a dependency of magicmirror so it should be installed in the magicmirror directory or globally. Try
cd ~/MagicMirror
and then the install command again -
Aha! Many thanks. We seem to be getting somewhere now but not out of the woods yet. MM loads, which is a result, and I get a black screen with a little drop-down with options like full screen, properties, session info but no data displayed. Something flashed up fast as it loaded which I think indicated it couldn’t find something. Helper module? I’m not sure it’s relevant as I see some modules don’t have helper files
I had errors relating to electron@1.17.10 so tried installing that but no change.
Here’s my screen: https://photos.app.goo.gl/4Qbew2OasrjvqhWH2 Doh! Just figured out the drop down is to do with VNC not MM.
I ran dev and I can see the line with config.js is highlighted. It tested without syntax errors. I appreciate sample stuff needs localising but should the clone of the sample show something or do I need to make any changes to display anything?
-
Hurrah!! I found a post dated 3 days ago by Lange which solved it:
npm install --unsafe-perm
Thanks for your input.