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.

    Update

    Scheduled Pinned Locked Moved Solved Troubleshooting
    4 Posts 2 Posters 258 Views 2 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
      pat59
      last edited by

      hello my MagicMirror asks me for an update I wanted to do it by remote control but my MagicMirror does not restart what to do thank you.

      pi@raspberrypi:~ $ uname -a
      Linux raspberrypi 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l GNU/Linux
      pi@raspberrypi:~ $ lsb_release -a
      No LSB modules are available.
      Distributor ID: Raspbian
      Description: Raspbian GNU/Linux 10 (buster)
      Release: 10
      Codename: buster
      pi@raspberrypi:~ $ node -v
      v18.18.0
      pi@raspberrypi:~ $ grep version ~/MagicMirror/package.json
      “version”: “2.28.0”,
      pi@raspberrypi:~ $

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

        @pat59 the latest release will not run on buster, as it requires system libraries not available on buster.

        the last release that will work on buster is 2.27.0

        you can get back with

        cd ~/MagicMirror 
        git fetch --tags
        git checkout -b temp v2.27.0
        rm -rf node_modules
        rm package-lock.json
        npm run install-mm
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @pat59 I have updated my upgrade script to abort if on buster

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • P Offline
            pat59
            last edited by

            Thank you very much it works I don’t know how to thank you so happy cordially

            1 Reply Last reply Reply Quote 0
            • S sdetweil has marked this topic as solved on
            • 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