MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    How I got my Magic Mirror working on a Raspberry Pi 0 (zero)

    Scheduled Pinned Locked Moved Tutorials
    raspberry pipi0zeropizeropi1
    204 Posts 47 Posters 617.3k Views 47 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O Offline
      ottobot
      last edited by

      sorry for asking something that I can google, but I’m on lunch and trying to be quick. after I have everything up and running can I:

      dd if=/dev/sdf of=/functioning_mm_image.iso
      

      that way I only have to fiddle with a few config options for the rest of the mirrors that I’m making?

      1 Reply Last reply Reply Quote 0
      • FallandeGubbeF Offline
        FallandeGubbe @Wieber
        last edited by

        @Wieber Thanks a lot for this tutorial! Now I have my Raspberry Pi 1 up and running with Magic mirror. … with some inspiration from https://maxkorlaar.com/post/?i=43&lang=en
        I also added the functionality to have the monitor to shut down when no one is using the mirror i.e. during night and when no one is at home! :)

        1 Reply Last reply Reply Quote 0
        • MitchfarinoM Offline
          Mitchfarino Module Developer @SebTota
          last edited by

          @SebTota
          Do you still have the image you can share? I’m struggling to follow the guide here…

          1 Reply Last reply Reply Quote 0
          • A Offline
            ArkantosArk
            last edited by

            @SebTota

            I tried to follow your guide (which is really well explained) but for some reason I´m having a few errors at the last step…Could you share your “Magic Mirror” only image with me please?

            MitchfarinoM 1 Reply Last reply Reply Quote 0
            • B Offline
              braik @Mar
              last edited by

              @Mar
              Hi there,
              I had the same problem and the I have realized that node serveronly was not launched.
              The problem is that the command :
              cd ~/MagicMirror was not working, so I have changed it for
              cd /home/pi/MagicMirror
              and that’s it.
              Hope this can help

              1 Reply Last reply Reply Quote 1
              • B Offline
                bmarofsky
                last edited by

                OK, so i am trying this again on a Pi Zero W

                I got stuck on Step 4
                so I ran:

                sudo apt-get remove nodered
                sudo apt-get remove nodejs nodejs-legacy
                sudo apt-get remove npm   # if you installed npm
                
                wget http://node-arm.herokuapp.com/node_archive_armhf.deb
                sudo dpkg -i node_archive_armhf.deb
                sudo apt-get install -y build-essential python-dev npm
                

                then again on Step 5 i got a ton of these:

                pi@raspberrypi:~/MagicMirror $ sudo npm install
                npm WARN engine feedme@1.0.0: wanted: {"node":">=0.12"} (current: {"node":"0.10.29","npm":"1.4.21"})
                npm WARN engine grunt-eslint@19.0.0: wanted: {"node":">=4"} (current: {"node":"0.10.29","npm":"1.4.21"})
                npm WARN engine request@2.81.0: wanted: {"node":">= 4"} (current: {"node":"0.10.29","npm":"1.4.21"})
                npm WARN engine eslint@3.17.1: wanted: {"node":">=4"} (current: {"node":"0.10.29","npm":"1.4.21"})
                
                

                Are the updated steps or an Image that can be downloaded?

                H 1 Reply Last reply Reply Quote 0
                • H Offline
                  Hawking @bmarofsky
                  last edited by Hawking

                  @bmarofsky
                  I’m also trying to install Magic Mirror on a Pi Zero W.

                  I think one reason for the problems might be that as far as I can tell

                  sudo wget http://node-arm.herokuapp.com/node_latest_armhf.deb
                  sudo dpkg -i node_latest_armhf.deb
                  

                  got me node v4.2.1 which is quite outdated (the regular installer of MM2 updates nodes if the version of node is below 5.1.0).
                  I therefore tried to install a more recent version of node following the commands here
                  https://github.com/sdesalas/node-pi-zero
                  However, the compilation of Magic Mirror worked neither with node 7.7.1 nor with node 6.9.1.

                  Before I go into details, did anybody got Magic Mirror working on Raspberry Pi Zero W?
                  Which node version (and npm version) did you use and how you he install it? Which browser did you use (I read that Midori has some problems)?

                  1 Reply Last reply Reply Quote 0
                  • MitchfarinoM Offline
                    Mitchfarino Module Developer @ArkantosArk
                    last edited by

                    @ArkantosArk

                    This is @SebTota 's link https://mega.nz/#!XlIU3QjI!QSdvAE3yXp1oMsdRGNte6lt4SncgvfozSDU7xhxtbbM

                    S 1 Reply Last reply Reply Quote 0
                    • H Offline
                      Hawking
                      last edited by

                      I could fix my issue with the blank screen by simply doing

                      cd ~/MagicMirror/vendor
                      npm install
                      

                      Then it seem to work (even with the node v 4.2.1). Nevertheless I will try to update to a more recent version of node, just to avoid other problems that are likely to exist in this old node version.

                      1 Reply Last reply Reply Quote 0
                      • L Offline
                        longod
                        last edited by

                        Hi! I have followed this guide step by step and so precisely, however I am still getting an error when I type in DISPLAY=:0 npm start through SSH. This is the output:

                        pi@raspberrypi:~/MagicMirror $ DISPLAY=:0 npm start
                        
                        > magicmirror@2.1.1 start /home/pi/MagicMirror
                        > sh run-start.sh
                        
                        /home/pi/MagicMirror/node_modules/electron/dist/electron: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory
                        
                        npm ERR! Linux 4.4.50+
                        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.1 start: `sh run-start.sh`
                        npm ERR! spawn ENOENT
                        npm ERR!
                        npm ERR! Failed at the magicmirror@2.1.1 start script 'sh run-start.sh'.
                        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!     sh run-start.sh
                        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
                        

                        Any help on what to do to solve this would be greatly appreciated!

                        H 1 Reply Last reply Reply Quote 0
                        • H Offline
                          Hawking @longod
                          last edited by

                          @longod

                          I didn’t try your way of starting the MagicMirror. However, is there a reason that you don’t use the commands in the guide to start the MagicMirror (using the start.sh and startMidori scripts)? There is no DISPLAY=:0 npm start mentioned in this thread.

                          1 Reply Last reply Reply Quote 0
                          • R Offline
                            RV @randombullet
                            last edited by

                            @randombullet i followed those steps but i got a error it says that he cannot connect with localhost: 8080 webpage?

                            1 Reply Last reply Reply Quote 0
                            • D Offline
                              dantodd
                              last edited by

                              have you tried just using “npm start” in ssh? That works for me.

                              R 1 Reply Last reply Reply Quote 0
                              • R Offline
                                RV @dantodd
                                last edited by

                                @dantodd you mean every time i start my rasp on i need to type npm start?

                                D B 2 Replies Last reply Reply Quote 0
                                • H Offline
                                  Hawking
                                  last edited by Hawking

                                  @RV said in How I got my Magic Mirror working on a Raspberry Pi 0 (zero):

                                  @dantodd you mean every time i start my rasp on i need to type npm start?

                                  no, that is definitely not necessary.

                                  I don’t know the reason for the error message (is there actually a space between localhost: and 8080?). What happens if you run

                                  cd ~/MagicMirror
                                  node serveronly &
                                  

                                  manually?

                                  1 Reply Last reply Reply Quote 0
                                  • D Offline
                                    dantodd @RV
                                    last edited by

                                    @RV said in How I got my Magic Mirror working on a Raspberry Pi 0 (zero):

                                    @dantodd you mean every time i start my rasp on i need to type npm start?

                                    Automating the process is fairly simple but let’s get you up and running first. You should also check your permissions in the config.js file. Make sure that your whitelist is properly configured.

                                    1 Reply Last reply Reply Quote 0
                                    • B Offline
                                      braik @RV
                                      last edited by braik

                                      @RV Hi, I don’t know if it can help, but I have noticed that the “~” shortcut to go tho the /home/pi folder does not work on the scripts.
                                      So when you do the same commands manually everything seems to be OK, but when you run the scripts then you get a bug.
                                      The solution, in my case, was to replace all the folder shortcuts (as ~ for home folder) with the complete explicit path inside the scripts.
                                      Good luck
                                      Braik

                                      R 1 Reply Last reply Reply Quote 0
                                      • R Offline
                                        RV @braik
                                        last edited by

                                        @braik as i said before i am not that experienced with Python, Linux or what so ever. I think you are right on this one. When i typed cd /home/pi/ i didn’t get a response or anything.

                                        I hope you can show me how to replace the folder, like you have told me before.

                                        H 1 Reply Last reply Reply Quote 0
                                        • H Offline
                                          Hawking @RV
                                          last edited by

                                          @RV said in How I got my Magic Mirror working on a Raspberry Pi 0 (zero):

                                          When i typed cd /home/pi/ i didn’t get a response or anything.

                                          This sounds strange. Did you type it in the unit terminal? cd is the comand to change directory. Maybe you have already been in the /home/pi/ directory (than the change would have no effect). Could you type pwd (print working directory)
                                          and give the result before and after the cd /home/pi/ command and give the results?

                                          1 Reply Last reply Reply Quote 0
                                          • 1 Offline
                                            12wsx
                                            last edited by

                                            Hello. I installed image of SebTota everything work, but i had to update and after put: "git pull"my MM don,t get up.
                                            error

                                            0 info it worked if it ends with ok
                                            1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'start' ]
                                            2 info using npm@2.14.7
                                            3 info using node@v4.2.1
                                            4 verbose run-script [ 'prestart', 'start', 'poststart' ]
                                            5 info prestart magicmirror@2.1.2
                                            6 info start magicmirror@2.1.2
                                            7 verbose unsafe-perm in lifecycle true
                                            8 info magicmirror@2.1.2 Failed to exec start script
                                            9 verbose stack Error: magicmirror@2.1.2 start: `sh run-start.sh`
                                            9 verbose stack spawn ENOENT
                                            9 verbose stack     at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:17:16)
                                            9 verbose stack     at emitTwo (events.js:87:13)
                                            9 verbose stack     at ChildProcess.emit (events.js:172:7)
                                            9 verbose stack     at maybeClose (internal/child_process.js:818:16)
                                            9 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
                                            10 verbose pkgid magicmirror@2.1.2
                                            11 verbose cwd /home/pi/MagicMirror
                                            12 error Linux 4.4.34+
                                            13 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
                                            14 error node v4.2.1
                                            15 error npm  v2.14.7
                                            16 error file sh
                                            17 error code ELIFECYCLE
                                            18 error errno ENOENT
                                            19 error syscall spawn
                                            20 error magicmirror@2.1.2 start: `sh run-start.sh`
                                            20 error spawn ENOENT
                                            21 error Failed at the magicmirror@2.1.2 start script 'sh run-start.sh'.
                                            21 error This is most likely a problem with the magicmirror package,
                                            21 error not with npm itself.
                                            21 error Tell the author that this fails on your system:
                                            21 error     sh run-start.sh
                                            21 error You can get their info via:
                                            21 error     npm owner ls magicmirror
                                            21 error There is likely additional logging output above.
                                            22 verbose exit [ 1, true ]
                                            ```how can i resolved this problem?
                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 10
                                            • 11
                                            • 1 / 11
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy