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.

    Raspberry Pi Zero W for Magic Mirror

    Scheduled Pinned Locked Moved Hardware
    73 Posts 8 Posters 42.7k Views 9 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.
    • D Offline
      davidgagne @sdetweil
      last edited by

      @sdetweil Right. That’s my confusion. I have been able to run the script a dozen (or more) times on the Zero W, but it always fails on the 3B+, which I had assumed would be faster / better than the Zero W.

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @davidgagne
        last edited by

        @davidgagne always fails?

        what os? I’d pick the 32 it due to memory size

        send me the install.log.

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • C Offline
          capedbuffethero @davidgagne
          last edited by

          @davidgagne Wow, your summary above is just amazing! This is exactly what I was looking for.

          Can you comment on why the choice of legacy OS was selected? Is there some kind of tradeoff that is being made here?

          S D 2 Replies Last reply Reply Quote 1
          • S Offline
            sdetweil @capedbuffethero
            last edited by

            @capedbuffethero the pi0 is older armv6l processor, it can only run 32 bit mode. the memory is small on pi0,

            everything that doesn’t fit in memory causes swapping, to the sd card. pi0 has the older slower sd chip.

            so, use the legacy 32 bit image to reduce the footprint

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • D Offline
              davidgagne @capedbuffethero
              last edited by

              @capedbuffethero Thanks! Please upvote if you found it valuable. I’m fairly new here and trying to improve my rep so all my posts aren’t held for moderation. :)

              C 1 Reply Last reply Reply Quote 0
              • C Offline
                capedbuffethero @davidgagne
                last edited by

                @davidgagne It appears I need 1 reputation to upvote.

                S 2 Replies Last reply Reply Quote 1
                • S Offline
                  sdetweil @capedbuffethero
                  last edited by

                  @capedbuffethero really? I’ll check on that. didn’t used to be.

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 2
                  • S Offline
                    sdetweil @capedbuffethero
                    last edited by sdetweil

                    @capedbuffethero can you try this again… we should have reset this option to 0
                    downvote still requires rep of 1 or above…

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 1
                    • plainbrokeP Offline
                      plainbroke @davidgagne
                      last edited by

                      @davidgagne
                      Does it matter that you install firefox-esr
                      but in the mm.sh script you just call it firefox ?
                      I went to midori to get mine to work it would not recognize the firefox in mm.sh for some reason.

                      Slow learner. But trying anyways.

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @plainbroke
                        last edited by sdetweil

                        @plainbroke the package is called firefox-esr

                        the program name is firefox
                        it must be on the path for mm.sh to execute it.
                        I don’t know if installing the package does that.
                        I don’t remember worrying about it

                        the command

                        which firefox
                        should return the full path to the executable if it’s on the path.
                        otherwise you can add its folder onto the path in the .profile or .bashrc scripts
                        that setup the shell environment

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 8
                        • 4 / 8
                        • 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