MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. noorm91
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 20
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: How to apply changes on the MM other than reboot? ftp?

      @Mykle1
      Thanks again for trying, I will look it up tomorrow and try before reinstall. I think it is best to get a clean installation after everything I’ve tested now, start.sh might even be wrong at this moment. All I get when I reboot is localhost:8080 error something…

      This is what I got after those commands though, npm start gives me electron error, I read somewhere before about rpi zero/1 can´t handle electron.js somehow I think.

      pi@raspberrypi:~/MagicMirror $ DISPLAY=:0 nohup npm start &
      [1] 890
      pi@raspberrypi:~/MagicMirror $ nohup: ignoring input and appending output to ‘nohup.out’
      ^C
      [1]+ Exit 1 DISPLAY=:0 nohup npm start
      pi@raspberrypi:~/MagicMirror $ ^C
      pi@raspberrypi:~/MagicMirror $
      pi@raspberrypi:~/MagicMirror $
      pi@raspberrypi:~/MagicMirror $ npm start

      magicmirror@2.1.0 start /home/pi/MagicMirror
      electron js/electron.js

      /home/pi/MagicMirror/node_modules/electron/dist/electron: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

      npm ERR! Linux 4.4.34+
      npm ERR! argv “/usr/local/bin/node” “/usr/local/bin/npm” “start”
      npm ERR! node v4.2.1
      npm ERR! npm v2.14.7
      npm ERR! file sh
      npm ERR! code ELIFECYCLE
      npm ERR! errno ENOENT
      npm ERR! syscall spawn
      npm ERR! magicmirror@2.1.0 start: electron js/electron.js
      npm ERR! spawn ENOENT
      npm ERR!
      npm ERR! Failed at the magicmirror@2.1.0 start script ‘electron js/electron.js’.
      npm ERR! This is most likely a problem with the magicmirror package,
      npm ERR! not with npm itself.
      npm ERR! Tell the author that this fails on your system:
      npm ERR! electron js/electron.js
      npm ERR! You can get their info via:
      npm ERR! npm owner ls magicmirror
      npm ERR! There is likely additional logging output above.

      npm ERR! Please include the following file with any support request:
      npm ERR! /home/pi/MagicMirror/npm-debug.log

      posted in Tutorials
      N
      noorm91
    • RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)

      @bhepler
      I can’t seem to start MM with npm start, tried through SSH and directly on rpi with keyboard.

      pi@raspberrypi:~/MagicMirror $ DISPLAY=:0 nohup npm start &
      [1] 890
      pi@raspberrypi:~/MagicMirror $ nohup: ignoring input and appending output to ‘nohup.out’
      ^C
      [1]+ Exit 1 DISPLAY=:0 nohup npm start

      pi@raspberrypi:~/MagicMirror $
      pi@raspberrypi:~/MagicMirror $ npm start

      magicmirror@2.1.0 start /home/pi/MagicMirror
      electron js/electron.js

      /home/pi/MagicMirror/node_modules/electron/dist/electron: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

      npm ERR! Linux 4.4.34+
      npm ERR! argv “/usr/local/bin/node” “/usr/local/bin/npm” “start”
      npm ERR! node v4.2.1
      npm ERR! npm v2.14.7
      npm ERR! file sh
      npm ERR! code ELIFECYCLE
      npm ERR! errno ENOENT
      npm ERR! syscall spawn
      npm ERR! magicmirror@2.1.0 start: electron js/electron.js
      npm ERR! spawn ENOENT
      npm ERR!
      npm ERR! Failed at the magicmirror@2.1.0 start script ‘electron js/electron.js’.
      npm ERR! This is most likely a problem with the magicmirror package,
      npm ERR! not with npm itself.
      npm ERR! Tell the author that this fails on your system:
      npm ERR! electron js/electron.js
      npm ERR! You can get their info via:
      npm ERR! npm owner ls magicmirror
      npm ERR! There is likely additional logging output above.

      npm ERR! Please include the following file with any support request:
      npm ERR! /home/pi/MagicMirror/npm-debug.log

      posted in Tutorials
      N
      noorm91
    • RE: How to apply changes on the MM other than reboot? ftp?

      @Mykle1
      Yes Rpi zero and 1 only supports server only at this moment. What I’ve figured out so far and no I’m using Tera Term (almost like PuTTY) accessing it with SSH. But I connected my mouse and keyboard to find the mouse cursor, so I saw the X button on the Midori browser and closed it.

      posted in Tutorials
      N
      noorm91
    • RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)

      What does npm start do in /MagicMirror

      posted in Tutorials
      N
      noorm91
    • RE: How to apply changes on the MM other than reboot? ftp?

      @Mykle1
      Ok thank you! I get electron.js failed at MM start script when using npm start.
      I will try reinstalling the MM instead tomorrow!

      posted in Tutorials
      N
      noorm91
    • RE: How to apply changes on the MM other than reboot? ftp?

      @Mykle1
      I followed this guide https://forum.magicmirror.builders/topic/1183/how-i-got-my-magic-mirror-working-on-a-raspberry-pi-0-zero/8?page=1 everything went pretty well mostly…but I still haven’t figured out how to quit and relaunch the MM.

      posted in Tutorials
      N
      noorm91
    • How to apply changes on the MM other than reboot? ftp?

      Is it possible to install ftp on the raspberry to access and edit the config files etc easier on your computer, or you’re stuck with making all the changes through ssh.
      After changes how do you apply the settings, what I’ve done so far is reboot the Rpi :(
      Using Raspberry Pi 1 Model B.

      posted in Tutorials
      N
      noorm91
    • RE: How to MANUALLY install MM on your Pi. For absolute beginners.

      @Mykle1
      The MM autostarts when booting up the Pi, what’s the command you use to apply/run the config.js right after you save it?

      posted in Troubleshooting
      N
      noorm91
    • RE: How to MANUALLY install MM on your Pi. For absolute beginners.

      How do you apply after each module you try out? Is there a way or do you have to reboot every time?

      posted in Troubleshooting
      N
      noorm91
    • 1
    • 2
    • 2 / 2