• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

After update 2.29.0 PM2 does not work

Scheduled Pinned Locked Moved Solved Troubleshooting
20 Posts 4 Posters 3.6k Views 4 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 @sdetweil
    last edited by Oct 1, 2024, 8:18 PM

    also try

    sudo npm i pm2 -g

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • S Offline
      sdetweil @butchkemper
      last edited by Oct 1, 2024, 8:22 PM

      @butchkemper can you do to show the nodejs version
      node -v

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • B Offline
        butchkemper
        last edited by Oct 1, 2024, 8:24 PM

        pi@MagicMirror:~ $ node -v
        v20.17.0
        pi@MagicMirror:~ $
        
        

        Resistance is not Futile!
        It is voltage divided by current.

        1 Reply Last reply Reply Quote 0
        • M Offline
          MarcLandis @htilburgs
          last edited by Oct 1, 2024, 8:28 PM

          @htilburgs said in After update 2.29.0 PM2 does not work:

          VERSIONS: electron: undefined; used node: 20.9.0; installed node: 20.9.0; npm: 10.1.0; pm2: 5.4.2

          for whatever reason MM doesn’t recognises your electron version

          S 1 Reply Last reply Oct 1, 2024, 8:35 PM Reply Quote 0
          • S Offline
            sdetweil @MarcLandis
            last edited by Oct 1, 2024, 8:35 PM

            @MarcLandis yeh weird.

            @htilburgs can you do
            grep version node_modules/electron/package.json

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • B Offline
              butchkemper
              last edited by Oct 1, 2024, 8:38 PM

              @sdetweil said in After update 2.29.0 PM2 does not work:

              grep version node_modules/electron/package.json

              This is what I get:

              pi@MagicMirror:~/MagicMirror $ sudo grep version node_modules/electron/package.json
                "version": "31.1.0"
              pi@MagicMirror:~/MagicMirror $
              
              

              Resistance is not Futile!
              It is voltage divided by current.

              S 1 Reply Last reply Oct 1, 2024, 8:41 PM Reply Quote 0
              • S Offline
                sdetweil @butchkemper
                last edited by Oct 1, 2024, 8:41 PM

                @butchkemper which is the correct value

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • B Offline
                  butchkemper
                  last edited by Oct 1, 2024, 8:48 PM

                  @butchkemper said in After update 2.29.0 PM2 does not work:

                  @sdetweil

                  Sam, did you see where I mention the problem continues even after I deleted the 2.29.0 MM directory and restored the 2.28.0 directory?

                  Also, I am in the DFW area and available by phone if you would like.

                  Butch

                  Resistance is not Futile!
                  It is voltage divided by current.

                  S 1 Reply Last reply Oct 1, 2024, 8:51 PM Reply Quote 0
                  • S Offline
                    sdetweil @butchkemper
                    last edited by Oct 1, 2024, 8:51 PM

                    @butchkemper i did, but only other thing is nodejs version.

                    can you post the upgrade.log to a new issue for my scripts

                    i have grandchildren duty til tomorrow morning

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    H B 2 Replies Last reply Oct 1, 2024, 8:52 PM Reply Quote 0
                    • H Offline
                      htilburgs @sdetweil
                      last edited by htilburgs Oct 1, 2024, 8:54 PM Oct 1, 2024, 8:52 PM

                      @sdetweil

                      pi@mm:~ $ pm2 delete 0
                      [PM2] Applying action deleteProcessId on app [0](ids: [ '0' ])
                      [PM2] [MagicMirror](0) ✓
                      ┌────┬───────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
                      │ id │ name      │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
                      └────┴───────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
                      [PM2][WARN] Current process list is not synchronized with saved list. App MagicMirror differs. Type 'pm2 save' to synchronize.
                      pi@mm:~ $ pm2 save -f
                      [PM2] Saving current process list...
                      [PM2] Successfully saved in /home/pi/.pm2/dump.pm2
                      pi@mm:~ $ bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)"
                      the log will be saved in /home/pi/MagicMirror/installers/pm2_setup.log
                      [PM2][WARN] Applications MagicMirror not running, starting...
                      [PM2][ERROR] Error: Script not found: /home/pi/MagicMirror/installers/mm.sh
                      [PM2] Saving current process list...
                      [PM2][WARN] PM2 is not managing any process, skipping save...
                      [PM2][WARN] To force saving use: pm2 save --force
                      
                      pi@mm:~ $ node -v
                      v20.9.0
                      
                      pi@mm:~ $ grep version node_modules/electron/package.json
                        "version": "31.6.0"
                      

                      (still trying to learn JS, but not afraid to ask) ☺

                      S 1 Reply Last reply Oct 1, 2024, 8:54 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        9/20
                        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