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 package list

    Scheduled Pinned Locked Moved Solved Troubleshooting
    45 Posts 2 Posters 11.9k 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

      pi@raspberrypi:~/MagicMirror $ npm start

      magicmirror@2.27.0 start
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      [2025-09-11 16:56:55.039] [LOG] Starting MagicMirror: v2.27.0
      [2025-09-11 16:56:55.176] [LOG] Loading config …
      [2025-09-11 16:56:55.192] [LOG] config template file not exists, no envsubst
      [2025-09-11 16:56:55.206] [LOG] Loading module helpers …
      [2025-09-11 16:56:55.858] [LOG] Initializing new module helper …
      [2025-09-11 16:56:55.860] [LOG] Module helper loaded: MMM-Remote-Control
      [2025-09-11 16:56:55.863] [LOG] No helper found for module: alert.
      [2025-09-11 16:56:55.885] [LOG] Initializing new module helper …
      [2025-09-11 16:56:55.887] [LOG] Module helper loaded: MMM-Saint
      [2025-09-11 16:56:55.913] [LOG] Initializing new module helper …
      [2025-09-11 16:56:55.915] [LOG] Module helper loaded: MMM-BME280
      [2025-09-11 16:56:55.933] [LOG] No helper found for module: MMM-FlipClock.
      [2025-09-11 16:56:56.121] [LOG] Initializing new module helper …
      [2025-09-11 16:56:56.122] [LOG] Module helper loaded: MMM-network-signal
      [2025-09-11 16:56:56.827] [LOG] Initializing new module helper …
      [2025-09-11 16:56:56.828] [LOG] Module helper loaded: calendar
      [2025-09-11 16:56:58.426] [LOG] Initializing new module helper …
      [2025-09-11 16:56:58.427] [LOG] Module helper loaded: MMM-Jast
      [2025-09-11 16:57:00.066] [LOG] Initializing new module helper …
      [2025-09-11 16:57:00.069] [LOG] Module helper loaded: MMM-GooglePhotos
      [2025-09-11 16:57:00.088] [LOG] No helper found for module: MMM-WiFiPassword.
      [2025-09-11 16:57:00.093] [LOG] No helper found for module: MMM-OpenmapWeather.
      [2025-09-11 16:57:00.107] [LOG] No helper found for module: MMM-WeatherOrNot.
      [2025-09-11 16:57:00.122] [WARN] No /home/pi/MagicMirror/js/…/modules/MMM-Linky/MMM-Linky.js found for module: MMM-Linky.
      [2025-09-11 16:57:00.124] [LOG] No helper found for module: MMM-Linky.
      [2025-09-11 16:57:00.569] [LOG] Initializing new module helper …
      [2025-09-11 16:57:00.571] [LOG] Module helper loaded: newsfeed
      [2025-09-11 16:57:00.573] [LOG] All module helpers loaded.
      [2025-09-11 16:57:00.599] [LOG] Starting server on port 8080 …
      [2025-09-11 16:57:00.649] [WARN] You’re using a full whitelist configuration to allow for all IPs
      [2025-09-11 16:57:03.916] [ERROR] Whoops! There was an uncaught exception…
      [2025-09-11 16:57:03.930] [ERROR] Error: listen EADDRINUSE: address already in use 0.0.0.0:8080
      at Server.setupListenHandle [as _listen2] (node:net:1872:16)
      at listenInCluster (node:net:1920:12)
      at doListen (node:net:2069:7)
      at process.processTicksAndRejections (node:internal/process/task_queues:83:21) {
      code: ‘EADDRINUSE’,
      errno: -98,
      syscall: ‘listen’,
      address: ‘0.0.0.0’,
      port: 8080
      }
      [2025-09-11 16:57:03.933] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2025-09-11 16:57:03.936] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MagicMirrorOrg/MagicMirror/issues
      [2025-09-11 16:57:40.629] [INFO] System information:

      SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 3 Model B Plus Rev 1.3; raspberry: [object Object]; virtual: false

      OS: platform: linux; distro: Raspbian GNU/Linux; release: 10; arch: arm; kernel: 6.12.45-v7+

      VERSIONS: electron: 29.1.6; used node: 20.9.0; installed node: 18.18.0; npm: 9.8.1; pm2: 5.3.1

      OTHER: timeZone: Europe/Paris; ELECTRON_ENABLE_GPU: undefined

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

        @pat59 so, you already have an instance running, probably under pm2

        when I said stop MM I meant in whatever way running…

        pm2’s JOB is to start and KEEP MM running… no matter what
        you ctrl-Q
        pm2 says, oops, app crashed, restart…

        so, you have to use the pm2 commands to tell it what to do

        pm2 status
        

        will show the managed apps, one line per
        you can control the app, by using the name or number of the app in a row

        pm2 stop 0
        pm2 stop MagicMirror 
        

        could both be for the same app

        once stopped, THEN you can go to the MM folder and do the npm start to see the possible errors easier…

        once you fix the errors, you can stop the temp MM with ctrl-q (as you started it manually)
        and then tell pm2 to manage it again

        pm2 start 0/MagicMirror
        

        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

          pi@raspberrypi:~/MagicMirror $ rm -rf node_modules
          pi@raspberrypi:~/MagicMirror $ npm install

          magicmirror@2.27.0 postinstall
          npm run install-vendor && npm run install-fonts && echo "MagicMirror² installation finished successfully!
          "

          magicmirror@2.27.0 install-vendor
          echo "Installing vendor files …
          " && cd vendor && npm install --loglevel=error --no-audit --no-fund --no-update-notifier

          Installing vendor files …

          up to date in 3s

          magicmirror@2.27.0 install-fonts
          echo "Installing fonts …
          " && cd fonts && npm install --loglevel=error --no-audit --no-fund --no-update-notifier

          Installing fonts …

          up to date in 3s
          MagicMirror² installation finished successfully!

          magicmirror@2.27.0 prepare
          [ -f node_modules/.bin/husky ] && husky || echo no husky installed.

          added 976 packages in 8m

          205 packages are looking for funding
          run npm fund for details
          pi@raspberrypi:~/MagicMirror $

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

            @pat59 and now

            npm start 
            

            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

              I don’t know how to thank you, it’s working again, thank you, thank you

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

                Well, it’s working normally again. I don’t know how to thank you. Thank you, thank you.

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

                  Hello, I must have missed a step. I started my mirror this morning, same problem.

                  pi@raspberrypi:~/MagicMirror $ pm2 stop MagicMirror
                  [PM2] Applying action stopProcessId on app [MagicMirror](ids: [ 1 ])
                  [PM2] MagicMirror ✓
                  ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
                  │ id │ name │ mode │ ↺ │ status │ cpu │ memory │
                  ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
                  │ 1 │ MagicMirror │ fork │ 0 │ stopped │ 0% │ 0b │
                  │ 0 │ mm │ fork │ 0 │ online │ 0% │ 2.4mb │
                  └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
                  pi@raspberrypi:~/MagicMirror $ npm start

                  magicmirror@2.27.0 start
                  DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

                  [2025-09-12 07:06:24.742] [LOG] Starting MagicMirror: v2.27.0
                  [2025-09-12 07:06:24.863] [LOG] Loading config …
                  [2025-09-12 07:06:24.888] [LOG] config template file not exists, no envsubst
                  [2025-09-12 07:06:24.899] [LOG] Loading module helpers …
                  [2025-09-12 07:06:25.265] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:25.269] [LOG] Module helper loaded: MMM-Remote-Control
                  [2025-09-12 07:06:25.273] [LOG] No helper found for module: alert.
                  [2025-09-12 07:06:25.286] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:25.290] [LOG] Module helper loaded: MMM-Saint
                  [2025-09-12 07:06:25.299] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:25.301] [LOG] Module helper loaded: MMM-BME280
                  [2025-09-12 07:06:25.303] [LOG] No helper found for module: MMM-FlipClock.
                  [2025-09-12 07:06:25.467] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:25.469] [LOG] Module helper loaded: MMM-network-signal
                  [2025-09-12 07:06:26.004] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:26.005] [LOG] Module helper loaded: calendar
                  [2025-09-12 07:06:27.471] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:27.474] [LOG] Module helper loaded: MMM-Jast
                  [2025-09-12 07:06:28.921] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:28.923] [LOG] Module helper loaded: MMM-GooglePhotos
                  [2025-09-12 07:06:28.926] [LOG] No helper found for module: MMM-WiFiPassword.
                  [2025-09-12 07:06:28.929] [LOG] No helper found for module: MMM-OpenmapWeather.
                  [2025-09-12 07:06:28.931] [LOG] No helper found for module: MMM-WeatherOrNot.
                  [2025-09-12 07:06:28.933] [WARN] No /home/pi/MagicMirror/js/…/modules/MMM-Linky/MMM-Linky.js found for module: MMM-Linky.
                  [2025-09-12 07:06:28.935] [LOG] No helper found for module: MMM-Linky.
                  [2025-09-12 07:06:29.442] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:29.444] [LOG] Module helper loaded: newsfeed
                  [2025-09-12 07:06:29.446] [LOG] All module helpers loaded.
                  [2025-09-12 07:06:29.475] [LOG] Starting server on port 8080 …
                  [2025-09-12 07:06:29.494] [WARN] You’re using a full whitelist configuration to allow for all IPs
                  [2025-09-12 07:06:31.407] [ERROR] Whoops! There was an uncaught exception…
                  [2025-09-12 07:06:31.452] [ERROR] Error: listen EADDRINUSE: address already in use 0.0.0.0:8080
                  at Server.setupListenHandle [as _listen2] (node:net:1872:16)
                  at listenInCluster (node:net:1920:12)
                  at doListen (node:net:2069:7)
                  at process.processTicksAndRejections (node:internal/process/task_queues:83:21) {
                  code: ‘EADDRINUSE’,
                  errno: -98,
                  syscall: ‘listen’,
                  address: ‘0.0.0.0’,
                  port: 8080
                  }
                  [2025-09-12 07:06:31.459] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
                  [2025-09-12 07:06:31.461] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MagicMirrorOrg/MagicMirror/issues
                  [2025-09-12 07:06:44.850] [INFO] System information:

                  SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 3 Model B Plus Rev 1.3; raspberry: [object Object]; virtual: false

                  OS: platform: linux; distro: Raspbian GNU/Linux; release: 10; arch: arm; kernel: 6.12.45-v7+

                  VERSIONS: electron: 29.1.6; used node: 20.9.0; installed node: 18.18.0; npm: 9.8.1; pm2: 5.3.1

                  OTHER: timeZone: Europe/Paris; ELECTRON_ENABLE_GPU: undefined

                  pi@raspberrypi:~/MagicMirror $ pm2 stop MagicMirror
                  [PM2] Applying action stopProcessId on app [MagicMirror](ids: [ 1 ])
                  [PM2] MagicMirror ✓
                  ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
                  │ id │ name │ mode │ ↺ │ status │ cpu │ memory │
                  ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
                  │ 1 │ MagicMirror │ fork │ 0 │ stopped │ 0% │ 0b │
                  │ 0 │ mm │ fork │ 0 │ online │ 0% │ 2.4mb │
                  └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
                  pi@raspberrypi:~/MagicMirror $ npm start

                  magicmirror@2.27.0 start
                  DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

                  [2025-09-12 07:06:24.742] [LOG] Starting MagicMirror: v2.27.0
                  [2025-09-12 07:06:24.863] [LOG] Loading config …
                  [2025-09-12 07:06:24.888] [LOG] config template file not exists, no envsubst
                  [2025-09-12 07:06:24.899] [LOG] Loading module helpers …
                  [2025-09-12 07:06:25.265] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:25.269] [LOG] Module helper loaded: MMM-Remote-Control
                  [2025-09-12 07:06:25.273] [LOG] No helper found for module: alert.
                  [2025-09-12 07:06:25.286] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:25.290] [LOG] Module helper loaded: MMM-Saint
                  [2025-09-12 07:06:25.299] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:25.301] [LOG] Module helper loaded: MMM-BME280
                  [2025-09-12 07:06:25.303] [LOG] No helper found for module: MMM-FlipClock.
                  [2025-09-12 07:06:25.467] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:25.469] [LOG] Module helper loaded: MMM-network-signal
                  [2025-09-12 07:06:26.004] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:26.005] [LOG] Module helper loaded: calendar
                  [2025-09-12 07:06:27.471] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:27.474] [LOG] Module helper loaded: MMM-Jast
                  [2025-09-12 07:06:28.921] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:28.923] [LOG] Module helper loaded: MMM-GooglePhotos
                  [2025-09-12 07:06:28.926] [LOG] No helper found for module: MMM-WiFiPassword.
                  [2025-09-12 07:06:28.929] [LOG] No helper found for module: MMM-OpenmapWeather.
                  [2025-09-12 07:06:28.931] [LOG] No helper found for module: MMM-WeatherOrNot.
                  [2025-09-12 07:06:28.933] [WARN] No /home/pi/MagicMirror/js/…/modules/MMM-Linky/MMM-Linky.js found for module: MMM-Linky.
                  [2025-09-12 07:06:28.935] [LOG] No helper found for module: MMM-Linky.
                  [2025-09-12 07:06:29.442] [LOG] Initializing new module helper …
                  [2025-09-12 07:06:29.444] [LOG] Module helper loaded: newsfeed
                  [2025-09-12 07:06:29.446] [LOG] All module helpers loaded.
                  [2025-09-12 07:06:29.475] [LOG] Starting server on port 8080 …
                  [2025-09-12 07:06:29.494] [WARN] You’re using a full whitelist configuration to allow for all IPs
                  [2025-09-12 07:06:31.407] [ERROR] Whoops! There was an uncaught exception…
                  [2025-09-12 07:06:31.452] [ERROR] Error: listen EADDRINUSE: address already in use 0.0.0.0:8080
                  at Server.setupListenHandle [as _listen2] (node:net:1872:16)
                  at listenInCluster (node:net:1920:12)
                  at doListen (node:net:2069:7)
                  at process.processTicksAndRejections (node:internal/process/task_queues:83:21) {
                  code: ‘EADDRINUSE’,
                  errno: -98,
                  syscall: ‘listen’,
                  address: ‘0.0.0.0’,
                  port: 8080
                  }
                  [2025-09-12 07:06:31.459] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
                  [2025-09-12 07:06:31.461] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MagicMirrorOrg/MagicMirror/issues
                  [2025-09-12 07:06:44.850] [INFO] System information:

                  SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 3 Model B Plus Rev 1.3; raspberry: [object Object]; virtual: false

                  OS: platform: linux; distro: Raspbian GNU/Linux; release: 10; arch: arm; kernel: 6.12.45-v7+

                  VERSIONS: electron: 29.1.6; used node: 20.9.0; installed node: 18.18.0; npm: 9.8.1; pm2: 5.3.1

                  OTHER: timeZone: Europe/Paris; ELECTRON_ENABLE_GPU: undefined

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

                    @pat59

                    Did you stop it manually ctrl-q
                    Yesterday after we finished testing?

                    pm2 status
                    

                    Is anything listed as running?
                    If not then do this

                    ps -ef| grep MagicMirror 
                    

                    You should only get one line of output

                    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 sdetweil

                      pi@raspberrypi:~ $ cd ~/MagicMirror
                      pi@raspberrypi:~/MagicMirror $ pm2 status

                      ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
                      │ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
                      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
                      │ 1  │ MagicMirror        │ fork     │ 0    │ online    │ 0%       │ 2.5mb    │
                      │ 0  │ mm                 │ fork     │ 0    │ online    │ 0%       │ 2.3mb    │
                      └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
                      

                      so you have two instances

                      pi@raspberrypi:~/MagicMirror $ ps -ef|grep MagicMirror
                      pi        1037   818  0 14:29 ?        00:00:00 bash /home/pi/MagicMirror/installers/mm.sh
                      pi        1096  1075 26 14:29 ?        00:00:56 /home/pi/MagicMirror/node_modules/electron/dist/electron js/electron.js
                      pi        1097  1077 24 14:29 ?        00:00:52 /home/pi/MagicMirror/node_modules/electron/dist/electron js/electron.js
                      pi        1102  1097  0 14:29 ?        00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=zygote --no-zygote-sandbox
                      pi        1103  1096  0 14:29 ?        00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=zygote --no-zygote-sandbox
                      pi        1104  1096  0 14:29 ?        00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=zygote
                      pi        1106  1097  0 14:29 ?        00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=zygote
                      pi        1109  1104  0 14:29 ?        00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=zygote
                      pi        1110  1106  0 14:29 ?        00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=zygote
                      pi        1407  1103  1 14:31 ?        00:00:01 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=gpu-process --enable-crash-reporter=d92a2a3b-ea77-4f26-9bb3-aaab877f322e,no_channel --user-data-dir=/home/pi/.config/Electron --gpu-preferences=WAAAAAAAAAAgAAAEAAAAAAAAAAAAAAAAAABgAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAGAAAAAAAAAAYAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAIAAAAAAAAAA== --use-gl=angle --use-angle=swiftshader-webgl --shared-files --field-trial-handle=0,i,17126282988831355409,13634691343321116781,262144 --enable-features=kWebSQLAccess --disable-features=SpareRendererForSitePerProcess --variations-seed-version
                      pi        1408  1102  0 14:31 ?        00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=gpu-process --enable-crash-reporter=d92a2a3b-ea77-4f26-9bb3-aaab877f322e,no_channel --user-data-dir=/home/pi/.config/Electron --gpu-preferences=WAAAAAAAAAAgAAAEAAAAAAAAAAAAAAAAAABgAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAGAAAAAAAAAAYAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAIAAAAAAAAAA== --use-gl=angle --use-angle=swiftshader-webgl --shared-files --field-trial-handle=0,i,4975378740503322807,8852675362163135929,262144 --enable-features=kWebSQLAccess --disable-features=SpareRendererForSitePerProcess --variations-seed-version
                      pi        1478  1097  0 14:31 ?        00:00:00 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=utility --utility-sub-type=network.mojom.NetworkService --lang=fr --service-sandbox-type=none --enable-crash-reporter=d92a2a3b-ea77-4f26-9bb3-aaab877f322e,no_channel --user-data-dir=/home/pi/.config/Electron --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,4975378740503322807,8852675362163135929,262144 --enable-features=kWebSQLAccess --disable-features=SpareRendererForSitePerProcess --variations-seed-version
                      pi        1498  1096  1 14:31 ?        00:00:01 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=utility --utility-sub-type=network.mojom.NetworkService --lang=fr --service-sandbox-type=none --enable-crash-reporter=d92a2a3b-ea77-4f26-9bb3-aaab877f322e,no_channel --user-data-dir=/home/pi/.config/Electron --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,17126282988831355409,13634691343321116781,262144 --enable-features=kWebSQLAccess --disable-features=SpareRendererForSitePerProcess --variations-seed-version
                      pi        1517  1109  4 14:31 ?        00:00:04 /home/pi/MagicMirror/node_modules/electron/dist/electron --type=renderer --enable-crash-reporter=d92a2a3b-ea77-4f26-9bb3-aaab877f322e,no_channel --user-data-dir=/home/pi/.config/Electron --app-path=/home/pi/MagicMirror/js --enable-sandbox --autoplay-policy=no-user-gesture-required --disable-gpu-compositing --lang=fr --num-raster-threads=2 --enable-main-frame-before-activation --renderer-client-id=4 --time-ticks-at-unix-epoch=-1757680110193681 --launch-time-ticks=192347868 --shared-files=v8_context_snapshot_data:100 --field-trial-handle=0,i,17126282988831355409,13634691343321116781,262144 --enable-features=kWebSQLAccess --disable-features=SpareRendererForSitePerProcess --variations-seed-version
                      pi        1662  1367  0 14:33 pts/1    00:00:00 grep --color=auto MagicMirror
                      pi@raspberrypi:~/MagicMirror $
                      
                      S 1 Reply Last reply Reply Quote 0
                      • P Offline
                        pat59
                        last edited by

                        Hello, I stopped it with smartphone remote control.

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

                          @pat59 you have two instances… pick one… delete the other

                          pm2 --help

                          will give you the command options

                          what is the remote control function to stop it?

                          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

                            I used restart RPII used restart RPI

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

                              pi@raspberrypi:~ $ cd ~/MagicMirror
                              pi@raspberrypi:~/MagicMirror $ pm2 --help

                              Usage: pm2 [cmd] app

                              Options:

                              -V, --version                                                output the version number
                              -v --version                                                 print pm2 version
                              -s --silent                                                  hide all messages
                              --ext <extensions>                                           watch only this file extensions
                              -n --name <name>                                             set a name for the process in the process list
                              -m --mini-list                                               display a compacted list without formatting
                              --interpreter <interpreter>                                  set a specific interpreter to use for executing app, default: node
                              --interpreter-args <arguments>                               set arguments to pass to the interpreter (alias of --node-args)
                              --node-args <node_args>                                      space delimited arguments to pass to node
                              -o --output <path>                                           specify log file for stdout
                              -e --error <path>                                            specify log file for stderr
                              -l --log [path]                                              specify log file which gathers both stdout and stderr
                              --filter-env [envs]                                          filter out outgoing global values that contain provided strings (default: )
                              --log-type <type>                                            specify log output style (raw by default, json optional)
                              --log-date-format <date format>                              add custom prefix timestamp to logs
                              --time                                                       enable time logging
                              --disable-logs                                               disable all logs storage
                              --env <environment_name>                                     specify which set of environment variables from ecosystem file must be injected
                              -a --update-env                                              force an update of the environment with restart/reload (-a <=> apply)
                              -f --force                                                   force actions
                              -i --instances <number>                                      launch [number] instances (for networked app)(load balanced)
                              --parallel <number>                                          number of parallel actions (for restart/reload)
                              --shutdown-with-message                                      shutdown an application with process.send('shutdown') instead of process.kill(pid, SIGINT)
                              -p --pid <pid>                                               specify pid file
                              -k --kill-timeout <delay>                                    delay before sending final SIGKILL signal to process
                              --listen-timeout <delay>                                     listen timeout on application reload
                              --max-memory-restart <memory>                                Restart the app if an amount of memory is exceeded (in bytes)
                              --restart-delay <delay>                                      specify a delay between restarts (in milliseconds)
                              --exp-backoff-restart-delay <delay>                          specify a delay between restarts (in milliseconds)
                              -x --execute-command                                         execute a program using fork system
                              --max-restarts [count]                                       only restart the script COUNT times
                              -u --user <username>                                         define user when generating startup script
                              --uid <uid>                                                  run target script with <uid> rights
                              --gid <gid>                                                  run target script with <gid> rights
                              --namespace <ns>                                             start application within specified namespace
                              --cwd <path>                                                 run target script from path <cwd>
                              --hp <home path>                                             define home path when generating startup script
                              --wait-ip                                                    override systemd script to wait for full internet connectivity to launch pm2
                              --service-name <name>                                        define service name when generating startup script
                              -c --cron <cron_pattern>                                     restart a running process based on a cron pattern
                              -c --cron-restart <cron_pattern>                             (alias) restart a running process based on a cron pattern
                              -w --write                                                   write configuration in local folder
                              --no-daemon                                                  run pm2 daemon in the foreground if it doesn't exist already
                              --source-map-support                                         force source map support
                              --only <application-name>                                    with json declaration, allow to only act on one application
                              --disable-source-map-support                                 force source map support
                              --wait-ready                                                 ask pm2 to wait for ready event from your app
                              --merge-logs                                                 merge logs from different instances but keep error and out separated
                              --watch [paths]                                              watch application folder for changes (default: )
                              --ignore-watch <folders|files>                               List of paths to ignore (name or regex)
                              --watch-delay <delay>                                        specify a restart delay after changing files (--watch-delay 4 (in sec) or 4000ms)
                              --no-color                                                   skip colors
                              --no-vizion                                                  start an app without vizion feature (versioning control)
                              --no-autostart                                               add an app without automatic start
                              --no-autorestart                                             start an app without automatic restart
                              --stop-exit-codes <exit_codes...>                            specify a list of exit codes that should skip automatic restart
                              --no-treekill                                                Only kill the main process, not detached children
                              --no-pmx                                                     start an app without pmx
                              --no-automation                                              start an app without pmx
                              --trace                                                      enable transaction tracing with km
                              --disable-trace                                              disable transaction tracing with km
                              --sort <field_name:sort>                                     sort process according to field's name
                              --attach                                                     attach logging after your start/restart/stop/reload
                              --v8                                                         enable v8 data collecting
                              --event-loop-inspector                                       enable event-loop-inspector dump in pmx
                              --deep-monitoring                                            enable all monitoring tools (equivalent to --v8 --event-loop-inspector --trace)
                              -h, --help                                                   output usage information
                              

                              Commands:

                              start [options] [name|namespace|file|ecosystem|id...]        start and daemonize an app
                              trigger <id|proc_name|namespace|all> <action_name> [params]  trigger process action
                              deploy <file|environment>                                    deploy your json
                              startOrRestart <json>                                        start or restart JSON file
                              startOrReload <json>                                         start or gracefully reload JSON file
                              pid [app_name]                                               return pid of [app_name] or all
                              create                                                       return pid of [app_name] or all
                              startOrGracefulReload <json>                                 start or gracefully reload JSON file
                              stop [options] <id|name|namespace|all|json|stdin...>         stop a process
                              restart [options] <id|name|namespace|all|json|stdin...>      restart a process
                              scale <app_name> <number>                                    scale up/down a process in cluster mode depending on total_number param
                              profile:mem [time]                                           Sample PM2 heap memory
                              profile:cpu [time]                                           Profile PM2 cpu
                              reload <id|name|namespace|all>                               reload processes (note that its for app using HTTP/HTTPS)
                              id <name>                                                    get process id by name
                              inspect <name>                                               inspect a process
                              delete|del <name|id|namespace|script|all|json|stdin...>      stop and delete a process from pm2 process list
                              sendSignal <signal> <pm2_id|name>                            send a system signal to the target process
                              ping                                                         ping pm2 daemon - if not up it will launch it
                              updatePM2                                                    update in-memory PM2 with local PM2
                              update                                                       (alias) update in-memory PM2 with local PM2
                              install|module:install [options] <module|git:/>              install or update a module and run it forever
                              module:update <module|git:/>                                 update a module and run it forever
                              module:generate [app_name]                                   Generate a sample module in current folder
                              uninstall|module:uninstall <module>                          stop and uninstall a module
                              package [target]                                             Check & Package TAR type module
                              publish|module:publish [options] [folder]                    Publish the module you are currently on
                              set [key] [value]                                            sets the specified config <key> <value>
                              multiset <value>                                             multiset eg "key1 val1 key2 val2
                              get [key]                                                    get value for <key>
                              conf [key] [value]                                           get / set module config values
                              config <key> [value]                                         get / set module config values
                              unset <key>                                                  clears the specified config <key>
                              report                                                       give a full pm2 report for https://github.com/Unitech/pm2/issues
                              link [options] [secret] [public] [name]                      link with the pm2 monitoring dashboard
                              unlink                                                       unlink with the pm2 monitoring dashboard
                              monitor [name]                                               monitor target process
                              unmonitor [name]                                             unmonitor target process
                              open                                                         open the pm2 monitoring dashboard
                              plus|register [options] [command] [option]                   enable pm2 plus
                              login                                                        Login to pm2 plus
                              logout                                                       Logout from pm2 plus
                              dump|save [options]                                          dump all processes for resurrecting them later
                              cleardump                                                    Create empty dump file
                              send <pm_id> <line>                                          send stdin to <pm_id>
                              attach <pm_id> [comman]                                      attach stdin/stdout to application identified by <pm_id>
                              resurrect                                                    resurrect previously dumped processes
                              unstartup [platform]                                         disable the pm2 startup hook
                              startup [platform]                                           enable the pm2 startup hook
                              logrotate                                                    copy default logrotate configuration
                              ecosystem|init [mode]                                        generate a process conf file. (mode = null or simple)
                              reset <name|id|all>                                          reset counters for process
                              describe <name|id>                                           describe all parameters of a process
                              desc <name|id>                                               (alias) describe all parameters of a process
                              info <name|id>                                               (alias) describe all parameters of a process
                              show <name|id>                                               (alias) describe all parameters of a process
                              env <id>                                                     list all environment variables of a process id
                              list|ls                                                      list all processes
                              l                                                            (alias) list all processes
                              ps                                                           (alias) list all processes
                              status                                                       (alias) list all processes
                              jlist                                                        list all processes in JSON format
                              sysmonit                                                     start system monitoring daemon
                              slist|sysinfos [options]                                     list system infos in JSON
                              prettylist                                                   print json in a prettified JSON
                              monit                                                        launch termcaps monitoring
                              imonit                                                       launch legacy termcaps monitoring
                              dashboard|dash                                               launch dashboard with monitoring and logs
                              flush [api]                                                  flush logs
                              reloadLogs                                                   reload all logs
                              logs [options] [id|name|namespace]                           stream logs file. Default stream all logs
                              kill                                                         kill daemon
                              pull <name> [commit_id]                                      updates repository for a given app
                              forward <name>                                               updates repository to the next commit for a given app
                              backward <name>                                              downgrades repository to the previous commit for a given app
                              deepUpdate                                                   performs a deep update of PM2
                              serve|expose [options] [path] [port]                         serve a directory over http via port
                              autoinstall
                              examples                                                     display pm2 usage examples
                              *
                              

                              pi@raspberrypi:~/MagicMirror $

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

                                @pat59 said in update package list:

                                I used restart RPII used restart RPI

                                I don’t know what that means in reality under the covers

                                so, you need to delete one of the apps… unless you intentionally have two instances.

                                they show online, and no restarts, which is weird

                                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

                                  Well, thank you, I’m going to stop now. I’m 65 years old and I don’t always understand what to do. I’m a novice. I don’t know which application to delete. Thanks again for your help.

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

                                    @pat59 im 74… so its never too late

                                    try this

                                    pm2 stop mm
                                    pm2 restart MagicMirror
                                    

                                    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 sdetweil

                                      pi@raspberrypi:~ $ cd ~/MagicMirror
                                      pi@raspberrypi:~/MagicMirror $ pm2 stop mm
                                      [PM2] Applying action stopProcessId on app [mm](ids: [ 0 ])
                                      [PM2] mm ✓

                                      ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
                                      │ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
                                      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
                                      │ 1  │ MagicMirror        │ fork     │ 0    │ online    │ 0%       │ 2.4mb    │
                                      │ 0  │ mm                 │ fork     │ 0    │ stopped   │ 0%       │ 0b       │
                                      └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
                                      

                                      pi@raspberrypi:~/MagicMirror $ pm2 restart MagicMirror
                                      Use --update-env to update environment variables
                                      [PM2] Applying action restartProcessId on app [MagicMirror](ids: [ 1 ])
                                      [PM2] MagicMirror ✓

                                      ┌────┬────────────────────┬──────────┬──────┬───────────┬──────────┬──────────┐
                                      │ id │ name               │ mode     │ ↺    │ status    │ cpu      │ memory   │
                                      ├────┼────────────────────┼──────────┼──────┼───────────┼──────────┼──────────┤
                                      │ 1  │ MagicMirror        │ fork     │ 1    │ online    │ 0%       │ 2.4mb    │
                                      │ 0  │ mm                 │ fork     │ 0    │ stopped   │ 0%       │ 0b       │
                                      └────┴────────────────────┴──────────┴──────┴───────────┴──────────┴──────────┘
                                      

                                      pi@raspberrypi:~/MagicMirror $

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

                                        Congratulations on your courage
                                        Do I have to restart after that?

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

                                          @pat59 is it working? after the pm2 restart?

                                          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

                                            Hello
                                            No, I have the other apps working fine except for Calendar, which is still loading, and Newsfeed, which is also loading.

                                            S 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • 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