• 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.

Running MM2 on Pi Zero W

Scheduled Pinned Locked Moved Troubleshooting
not loadingpi zeroservermode
9 Posts 2 Posters 1.3k Views 3 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.
  • S Offline
    sdetweil @pattanner92
    last edited by Jul 2, 2020, 9:51 PM

    @pattanner92 u need to move the current MagicMirror folder out of the way, or delete it

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • P Offline
      pattanner92 @sdetweil
      last edited by Jul 3, 2020, 10:36 PM

      @sdetweil I know of and appreciate the work you do, and this did work, however I am someone who likes to know what is going awry when tinkering. So I can apply that knowledge later when something is broken again. Which is why I ask. I am not using the browser on the Pi itself. Is a browser still needed when running server only mode? I figured the Pi just shares the information to whatever device is requesting it to allow it to be analyzed and displayed on the client.

      S 1 Reply Last reply Jul 3, 2020, 11:31 PM Reply Quote 0
      • S Offline
        sdetweil @pattanner92
        last edited by Jul 3, 2020, 11:31 PM

        @pattanner92 browser is not needed. you can set

        serverOnly: true, 
        

        in config.js to have it not start the browser.
        to access mm from outside the pi, u need to enable outside access

        address:"0.0.0.0",
        ipWhitelist:[],
        

        it’s a lot for people to learn all at once. I want to get you running, then you feel accomplished and can move on to other changes.

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        P 1 Reply Last reply Jul 4, 2020, 12:02 AM Reply Quote 0
        • P Offline
          pattanner92 @sdetweil
          last edited by pattanner92 Jul 4, 2020, 12:04 AM Jul 4, 2020, 12:02 AM

          @sdetweil I understand all that, I was just getting tripped up on making it show things. For some reason it was displaying a black screen on remote devices. It was properly connecting to the Pi as the tab in the browser showed “MagicMirror2”, but no modules loaded. I couldn’t make sense of the logs either.

          I appreciate your script as it got me going. I can indeed move to other changes, and I have plenty to do if I want something to look as nice as the one in my office (photo attached - including my custom Christmas snow)!

          https://imgur.com/rQcRCWH

          S 1 Reply Last reply Jul 4, 2020, 12:31 AM Reply Quote 0
          • S Offline
            sdetweil @pattanner92
            last edited by Jul 4, 2020, 12:31 AM

            @pattanner92 open the developers window on the remote browser
            ctrl-shift-i and select the console tab

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              9/9
              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