MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Martensite
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    Martensite

    @Martensite

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Martensite Unfollow Follow

    Latest posts made by Martensite

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

      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?

      posted in Troubleshooting
      M
      Martensite