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.

    Error on update to MM 2.11.0

    Scheduled Pinned Locked Moved Solved Troubleshooting
    32 Posts 2 Posters 7.4k 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.
    • S Offline
      sdetweil @killing joke
      last edited by

      @killing-joke do

      cd MagicMirror
      git remote -v
      grep version package.json

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      K 1 Reply Last reply Reply Quote 0
      • K Offline
        killing joke @sdetweil
        last edited by killing joke

        @sdetweil result as followed

        pi@raspberrypi:~/MagicMirror $ git remote -v
        origin	https://github.com/MichMich/MagicMirror.git (fetch)
        origin	https://github.com/MichMich/MagicMirror.git (push)
        pi@raspberrypi:~/MagicMirror $ grep version package.json
          "version": "2.11.0",
        pi@raspberrypi:~/MagicMirror $ 
        
        
        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @killing joke
          last edited by

          @killing-joke said in Error on update to MM 2.11.0:

          “version”: “2.11.0”,

          definitely NOT the latest

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          S K 2 Replies Last reply Reply Quote 0
          • S Offline
            sdetweil @sdetweil
            last edited by

            @sdetweil please run my script…

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • K Offline
              killing joke @sdetweil
              last edited by killing joke

              @sdetweil
              ok, i will do

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

                @killing-joke please run my script…

                https://forum.magicmirror.builders/topic/15862/error-on-update-to-mm-2-11-0/9?_=1636915152762

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                K 1 Reply Last reply Reply Quote 0
                • K Offline
                  killing joke @sdetweil
                  last edited by

                  @sdetweil

                  pi@raspberrypi:~/MagicMirror $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" force
                  No LSB modules are available.
                  doing test run = false
                  update log will be in /home/pi/MagicMirror/installers/upgrade.log
                  Check current Node installation ...
                  Node currently installed. Checking version number.
                  Minimum Node version: v14.0.0
                  Installed Node version: v9.11.2
                  Node should be upgraded.
                  A Node process is currently running. Can't upgrade.
                  Please quit all Node processes and restart the installer.
                  pi 813 764 0 19:45 ? 00:00:00 sh -c DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js pi 817 813 0 19:45 ? 00:00:00 node ./node_modules/.bin/electron js/electron.js pi 876 817 0 19:45 ? 00:00:05 /home/pi/MagicMirror/node_modules/electron/dist/electron js/electron.js pi 882 876 0 19:45 ? 00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=zygote pi 968 882 0 19:46 ? 00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=zygote pi 1133 876 0 19:46 ? 00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=gpu-process --field-trial-handle=16961185687081278422,14233476580341739937,131072 --disable-features=LayoutNG,SpareRendererForSitePerProcess --gpu-preferences=IAAAAAAAAAAgAAAgAAAAAAAAYAAAAAAACAAAAAAAAAAIAAAAAAAAAA== --service-request-channel-token=5596814612634470352 pi 1946 1944 0 20:03 pts/0 00:00:00 grep node
                  
                  

                  how can I end a Node process to try again?

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

                    @killing-joke

                    pm2 stop all

                    then

                    ps -ef | grep node | grep -v color
                    

                    it should return no output

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    K 1 Reply Last reply Reply Quote 0
                    • K Offline
                      killing joke @sdetweil
                      last edited by

                      @sdetweil

                      pi@raspberrypi:~/MagicMirror $ pm2 stop all
                      [PM2] Applying action stopProcessId on app [all](ids: 0)
                      [PM2] [MagicMirror](0) ✓
                      ┌─────────────┬────┬──────┬─────┬─────────┬─────────┬────────┬─────┬────────┬──────┬──────────┐
                      │ App name    │ id │ mode │ pid │ status  │ restart │ uptime │ cpu │ mem    │ user │ watching │
                      ├─────────────┼────┼──────┼─────┼─────────┼─────────┼────────┼─────┼────────┼──────┼──────────┤
                      │ MagicMirror │ 0  │ fork │ 0   │ stopped │ 0       │ 0      │ 0%  │ 0 B    │ pi   │ disabled │
                      └─────────────┴────┴──────┴─────┴─────────┴─────────┴────────┴─────┴────────┴──────┴──────────┘
                       Use `pm2 show <id|name>` to get more details about an app
                      pi@raspberrypi:~/MagicMirror $ ps -ef | grep node | grep -v color
                      pi@raspberrypi:~/MagicMirror $ 
                      
                      
                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @killing joke
                        last edited by

                        @killing-joke ok, now run my script again

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

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