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.

    Compatibility with raspberry Pi 5 right now and in the future.

    Scheduled Pinned Locked Moved Hardware
    15 Posts 8 Posters 9.8k Views 8 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.
    • H Offline
      Hugo
      last edited by

      The MagicMirror software is primarily developed and tested to run on the Raspberry Pi platform. The latest version of MagicMirror requires at least a Raspberry Pi 2, 3, or 4 running the latest full version of Raspberry Pi OS (previously called Raspbian), because of Electron like said in the builders wiki. However I didn’t found any info in its github page https://github.com/electron/electron.

      The search I made do not indicate any official support or testing for the Raspberry Pi 5 at this time. However, the Raspberry Pi 5 was just “recently” released, so it’s likely that future versions of MagicMirror will add compatibility and support for the new Raspberry Pi 5 hardware.

      Some key points:

      • The Raspberry Pi 5 is a new model that was just released, so it may not have full compatibility yet with the current version of MagicMirror.
      • As the Raspberry Pi 5 gains wider adoption, it’s expected that future versions will likely add support and optimize the software to run on the new hardware.
      • Current price of Raspberry Pi 5 (4GB ) (CPU 2.4 GHz) is the same that Raspberry Pi 4 (4GB) (CPU 1.5GHz). Around 70€ in my country. Maybe I can multi use the raspberry or something.

      In summary, the Raspberry Pi 5 is likely not fully compatible with the current version of MagicMirror, but future versions of the software involved will probably add support as the new hardware becomes more widely used.

      What do you think about this subject? I am a bit concerned about purchasing a Pi 4 instead of Pi 5 at this time. If any of you have been using the Pi 5, I’d love to hear your comments.

      S BKeyportB karsten13K PierreGodeP 4 Replies Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @Hugo
        last edited by sdetweil

        @Hugo pi 5 works fine.

        like the other devices, use my script to install MagicMirror.

        I should note that pi4 and 5 on the latest os (bookworm) will run Wayland as the display manager.

        a few modules have been impacted, mostly in screen off/on. some authors have responded with module fixes.

        I put a pcie m2 hat on my pi5, and use it to boot instead of the sd card. 256gb.

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        H L 2 Replies Last reply Reply Quote 2
        • H Offline
          Hugo @sdetweil
          last edited by

          @sdetweil Thanks you for the answer!

          1 Reply Last reply Reply Quote 0
          • L Offline
            Linas123 @sdetweil
            last edited by

            @sdetweil
            I want to upgrade my Magic Mirror from a Pi 3 to the new Pi 5 because my old one takes almost an hour to boot — it’s basically dead already.

            A lot of the modules I use don’t really get updates anymore.
            Do you think I could run into serious problems if I reinstall all of them on the new Pi 5?

            When I set everything up last time, I had issues with almost every module because of Node.js versions and similar things.

            I’m not a coder, so I’m not really able to tweak the modules myself to fix compatibility issues.

            S A 2 Replies Last reply Reply Quote 0
            • S Do not disturb
              sdetweil @Linas123
              last edited by sdetweil

              @Linas123 should work…

              use my backup script to save all that, install script to put MM on new system
              and then restore script to put back your MM setup (modules and all)

              backup/restore - save to github (recommended) then you can backup to there whenever and restore from there, perfect for a machine move!
              https://github.com/sdetweil/MagicMirror-backup-restore

              install
              https://github.com/sdetweil/MagicMirror_scripts

              use a new sd card, then you don’t break anything in the process

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              L 1 Reply Last reply Reply Quote 1
              • L Offline
                Linas123 @sdetweil
                last edited by

                @sdetweil Thank you very much for your answer and great work. You are the person how holds this forum together

                1 Reply Last reply Reply Quote 1
                • BKeyportB Offline
                  BKeyport Module Developer @Hugo
                  last edited by

                  @Hugo the only real thing that is a concern really is the OS. As the Pi foundation (and the community as a whole) continues to move away from old windowing systems into new ones, there may be compatibility issues with underlying tech MM uses as it catches up. As long as node.js and electron moves with the core windowing system we’re fine…

                  just a dance you do with any open source…

                  The "E" in "Javascript" stands for "Easy"

                  1 Reply Last reply Reply Quote 1
                  • karsten13K Offline
                    karsten13 @Hugo
                    last edited by

                    @Hugo said in Compatibility with raspberry Pi 5 right now and in the future.:

                    The latest version of MagicMirror requires at least a Raspberry Pi 2, 3, or 4

                    we have the Pi 5 in the docs too, see https://docs.magicmirror.builders/getting-started/requirements.html

                    @BKeyport said in Compatibility with raspberry Pi 5 right now and in the future.:

                    thing that is a concern really is the OS

                    next fun is coming, debian trixie is already released so it is a matter of time getting a new raspberry pi os wtih trixie …

                    BKeyportB mumblebajM 2 Replies Last reply Reply Quote 0
                    • BKeyportB Offline
                      BKeyport Module Developer @karsten13
                      last edited by

                      @karsten13 No mention of our desktop enviroments in the main release, so I guess it’s up to RPF to what they’re gonna do.

                      The "E" in "Javascript" stands for "Easy"

                      S 1 Reply Last reply Reply Quote 0
                      • S Do not disturb
                        sdetweil @BKeyport
                        last edited by

                        @BKeyport I just installed on Trixie amd64, 2.32 and 2.33-develop no issues…

                        course this isn’t raspi… as its not released there yet

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • A Offline
                          alex2 @Linas123
                          last edited by

                          @Linas123 said in Compatibility with raspberry Pi 5 right now and in the future.:

                          @sdetweil
                          I want to upgrade my Magic Mirror from a Pi 3 to the new Pi 5 because my old one takes almost an hour to boot — it’s basically dead already.

                          A lot of the modules I use don’t really get updates anymore.
                          Do you think I could run into serious problems if I reinstall all of them on the new Pi 5?

                          When I set everything up last time, I had issues with almost every module because of Node.js versions and similar things.

                          I’m not a coder, so I’m not really able to tweak the modules myself to fix compatibility issues.

                          I have a unit with a 3B+ and I’m having much of the same issue. It seems to just hang and many modules are no longer updating.

                          S BKeyportB 2 Replies Last reply Reply Quote 0
                          • S Do not disturb
                            sdetweil @alex2
                            last edited by

                            @alex2 see my reply in your other post

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            1 Reply Last reply Reply Quote 0
                            • mumblebajM Offline
                              mumblebaj Module Developer @karsten13
                              last edited by

                              @karsten13 @BKeyport and @Linas123 I have been running MM on trixie since Feb or April I think, No issues. Only issues I had was with the control of my monitor on and off via a scripts but I documented that and posted it in the forum as well.

                              Check out my modules at: https://github.com/mumblebaj?tab=repositories
                              Check my blog-post: https://mumblebaj.xyz/
                              Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                              1 Reply Last reply Reply Quote 2
                              • BKeyportB Offline
                                BKeyport Module Developer @alex2
                                last edited by

                                @alex2 Could just need a refresh of the core - sometimes over many updates things will stick just because the OS, NPM, node.js and/or Magicmirror have updated so many times and they just get confused.

                                I generally rebuild my system with every major OS release that supports my PIs. Copy off the config files and start fresh.

                                The "E" in "Javascript" stands for "Easy"

                                1 Reply Last reply Reply Quote 0
                                • PierreGodeP Offline
                                  PierreGode Module Developer @Hugo
                                  last edited by

                                  @Hugo I been running magic mirror on pi5 since they released it.

                                  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 / 1
                                  • 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