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 570.4k 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.
    • B Offline
      bmarofsky @Kobie
      last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • 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
                        • 1
                        • 2
                        • 6
                        • 7
                        • 8
                        • 9
                        • 10
                        • 20
                        • 21
                        • 8 / 21
                        • 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