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.

    2.32.0 to 2.33.0 fails due to "some node app still running"

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    3 Posts 2 Posters 187 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.
    • M Offline
      Martensite
      last edited by

      Hi,
      I am new to the Raspberry Pi and there are a lot of things that I am unfamiliar with. I have a Raspberry Pi 5 and I managed to get the MagicMirror up and running for the first time using a manual installation.

      I am now getting notifications saying I should update to version 2.33.0 and I am trying to do so by using the script from sdetweil

      bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"
      

      The output from this is

      bash: line 148: cd: /home/usr/MagicMirror/installers: No such file or directory
      update log will be in /home/usr/MagicMirror/upgrade.log
      
      doing test run = true, NO updates will be applied!
      
      Check current Node installation ...
      Node currently installed. Checking version number.
      Minimum Node version: v22.18.0
      Installed Node version: v22.18.0
      No Node.js upgrade necessary.
      Check current NPM installation ...
      NPM currently installed. Checking version number.
      Minimum npm version: V10.9.2
      Installed npm version: V10.9.3
      No npm upgrade necessary.
      
      saving custom.css
      
      upgrading from version 2.32.0 to 2.33.0
      some node app still running, please shutdown MagicMirror and restart
      

      I have tried several times to reboot the Pi. I have used ps aux | grep MagicMirror to kill any process related to it. This results in
      4768 0.0 0.0 7520 1812 pts/4 S+ 22:23 0:00 grep --color=auto MagicMirror
      and the PID changes whenever I try to kill the process.

      I have tried both the apply and force command with the upgrade script, but to no luck.

      Any help on this issue? What could be the “node app” still running that prevents this from running?

      EDIT:
      Writing this acted as rubber-ducking and my final resort was to close my remote ssh-connection and manually type in the command on my touch-screen.
      That seemed to do it. Anyone knows how to be able to do this through ssh?

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

        @Martensite I fixed the upgrade script if you didn’t use the installer script… for missing installers folder

        now, some NODE app, not MM app

        ps -ef | grep node

        there is only ONE node lib being used so, ANY app (discord, visual studio)…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @Martensite the ssh session is not node…I do EVERYTHING over ssh…(well, I LOOK at the screen behind me!)

          send me the installers/upgrade.log

          same userid as here at gmail

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • 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