• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 508.7k 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.
  • P Offline
    piziie @bhepler
    last edited by piziie Jan 15, 2017, 5:04 PM Jan 15, 2017, 5:01 PM

    @bhepler pm2 doesnt appear to be installed, however i do have npm installed. Could that cause a conflict?

    Any way to the sources from which start the mirror process is starting?

    Also i may have created a conflict by following the OP steps as well as the steps outlined by @kobie

    Also…
    
    Instead of adding start.sh to the end of .bashrc, it’s better practice to have the
    script run automatically on start-up. To do this:
    
    sudo mv /home/pi/start.sh /etc/init.d/startMagicMirror.sh
    sudo update-rc.d startMagicMirror.sh defaults 100
    
    This moves the script to the standard location for start-up scripts and tells the
    system to run it after each boot.
    

    I went back and deleted the startMagicMirror.sh file, however. Does update-rc.d need to be rolled back as well?

    B 1 Reply Last reply Jan 15, 2017, 6:52 PM Reply Quote 0
    • B Offline
      bhepler Module Developer @piziie
      last edited by bhepler Jan 15, 2017, 6:53 PM Jan 15, 2017, 6:52 PM

      @piziie That sounds right. Without tracing too closely, it sounds like your startMagicMirror.sh scripts and your start.sh script are both starting the mirror process.

      P 1 Reply Last reply Jan 15, 2017, 6:56 PM Reply Quote 0
      • P Offline
        piziie @bhepler
        last edited by Jan 15, 2017, 6:56 PM

        @bhepler after deleting startMagicMirror.sh the same problem exists

        B 1 Reply Last reply Jan 15, 2017, 6:59 PM Reply Quote 0
        • B Offline
          bhepler Module Developer @piziie
          last edited by Jan 15, 2017, 6:59 PM

          @piziie After you deleted the startMagicMirror.sh did you run the update command you quoted?
          sudo update-rc.d startMagicMirror.sh remove
          (more information at the the update-rc man page)

          P 1 Reply Last reply Jan 15, 2017, 7:17 PM Reply Quote 0
          • P Offline
            piziie @bhepler
            last edited by Jan 15, 2017, 7:17 PM

            @bhepler i have run that command, same issue persists.
            Could it have something to do with VNCserver?

            1 Reply Last reply Reply Quote 0
            • M Offline
              Mar
              last edited by Jan 16, 2017, 2:34 PM

              I have MM2 running quite well on my Pi3 but I’d like to free up the Pi3 and use my zero for the MM2. Has anyone seen any real downsides to using the Pi Zero over the Pi3?

              W 1 Reply Last reply Jan 16, 2017, 2:54 PM Reply Quote 0
              • W Offline
                Wieber @Mar
                last edited by Wieber Jan 16, 2017, 2:55 PM Jan 16, 2017, 2:54 PM

                @Mar compared to the Pi3 the processing power is way lower, so from that point of view some modules wouldnt work properly. That said, for the ‘stock’ modules and API driven modules it should all work fine. Besides that the installing process is a bit more difficult as you can read above ;)

                M 1 Reply Last reply Jan 16, 2017, 2:58 PM Reply Quote 1
                • M Offline
                  Mar @Wieber
                  last edited by Jan 16, 2017, 2:58 PM

                  @Wieber Thanks, I would be using the Button module, PIR sensor module, Wunderlist module, and I want to try adding the Alexa module once i transfer it over to the Pi?

                  Another thing I was thinking would be to integrate this into my openhab setup to bring in the status of various sensors.

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    SebTota
                    last edited by Jan 16, 2017, 9:06 PM

                    I have another question. How could i get into the terminal when the pi goes right into the browser? I cant ssh into it for some reason so is there anyway to exit the browser and go into the terminal?

                    B 1 Reply Last reply Jan 16, 2017, 10:20 PM Reply Quote 0
                    • B Offline
                      bhepler Module Developer @SebTota
                      last edited by bhepler Jan 16, 2017, 10:21 PM Jan 16, 2017, 10:20 PM

                      @SebTota Try CTRL+ALT+F2 (note: I have not tried this myself, but it works on other systems I use)

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 20
                      • 21
                      • 4 / 21
                      4 / 21
                      • First post
                        40/204
                        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