Read the statement by Michael Teeuw here.
How I got my Magic Mirror working on a Raspberry Pi 0 (zero)
-
@janth - thanks I also used pm2 but your way is better.
But I have other problem - I do not see right modules on the mirror. There is no problem from the local net.
I checked top_right and bottom_right - same result.
I moved clock module from top_left to top_right and it became invisible.
Any clue? -
@jpvalery I did have the same problem with black and/or white screen as you had, it seems it was related to the old v4.xx version of nodejs.
Once i installed the newest armv6 version (at this time: https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-armv6l.tar.xz) it started working in Chromium but not in Midori. Good enough for me though.
-
Hi,
I have Pi1, beend following the guide with the exception of installing latest software.
I was not installing wifi, using wired connection.So now I’m on step 6
cd /home/pi/
sudo apt-get install git
git clone https://github.com/MichMich/MagicMirror
cd MagicMirrorall good, but on next command sudo npm install getting error message:
pi@raspberrypi:~/MagicMirror $ sudo npm install
/usr/bin/nodejs: relocation error: /usr/bin/nodejs: symbol , version GLIBC_2.4 not defined in file libc.so.6 with link time reference -
Anyhow, I did a fresh install and tried this both with the latest and originally mentioned software and it does not work. I think this guide is outdated.
-
Hello,
I tried running the instructions provided in the guide and I get stuck on running npm install . The error occurs when trying to download electron package. how did you all proceed.
I am running rasbian Stretch lite
Thanks
-
How did you upgrade Node ?
-
- sudo wget http://node-arm.herokuapp.com/node_latest_armhf.deb
- sudo dpkg -i node_latest_armhf.deb
- sudo apt-get install npm
My problem:
I made fresh installation of whole magic mirror about 2 weeks ago because I had a problem with screen size - have huge black part of screen which is “covering” right modules.
I tried electronOptions, modifiyng the /boot/config.txt and without luck.
I am running 2.4.1 on fresh installation of Stretch Lite