• 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.

Fresh install but pm2 error

Scheduled Pinned Locked Moved Solved Troubleshooting
37 Posts 2 Posters 9.1k 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.
  • H Offline
    Hubschra01 @sdetweil
    last edited by Jan 22, 2020, 6:41 AM

    @sdetweil
    The Mirror start an work fine now. :-) Thanks to you
    So i have to consider the error in the log as normal?

    S 1 Reply Last reply Jan 22, 2020, 12:08 PM Reply Quote 0
    • S Away
      sdetweil @Hubschra01
      last edited by Jan 22, 2020, 12:08 PM

      @Hubschra01 i wonder if that is the shutdown log, on the reboot…

      but there should be more on restart

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      H 1 Reply Last reply Jan 22, 2020, 12:15 PM Reply Quote 0
      • H Offline
        Hubschra01 @sdetweil
        last edited by Jan 22, 2020, 12:15 PM

        @sdetweil
        if i understand you right your oppinion is that this error meassage is the shutdown message and not a start up error?

        S 1 Reply Last reply Jan 22, 2020, 12:21 PM Reply Quote 0
        • S Away
          sdetweil @Hubschra01
          last edited by Jan 22, 2020, 12:21 PM

          @Hubschra01 yes
          do

          pm2 logs --lines=100
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          H 1 Reply Last reply Jan 22, 2020, 3:44 PM Reply Quote 0
          • H Offline
            Hubschra01 @sdetweil
            last edited by Jan 22, 2020, 3:44 PM

            @sdetweil
            [TAILING] Tailing last 100 lines for [all] processes (change the value with --lines option)

            /home/pi/.pm2/logs/MagicMirror-error.log last 100 lines:
            0|MagicMir | npm ERR! code ELIFECYCLE
            0|MagicMir | npm ERR! errno 1
            0|MagicMir | npm ERR! magicmirror@2.10.1 start: ./run-start.sh
            0|MagicMir | npm ERR! Exit status 1
            0|MagicMir | npm ERR!
            0|MagicMir | npm ERR! Failed at the magicmirror@2.10.1 start script.
            0|MagicMir | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
            0|MagicMir |
            0|MagicMir | npm ERR! A complete log of this run can be found in:
            0|MagicMir | npm ERR! /home/pi/.npm/_logs/2020-01-21T16_37_02_810Z-debug.log

            /home/pi/.pm2/logs/MagicMirror-out.log last 100 lines:
            0|MagicMir |
            0|MagicMir | > magicmirror@2.10.1 start /home/pi/MagicMirror
            0|MagicMir | > ./run-start.sh
            0|MagicMir |
            0|MagicMir |
            0|MagicMir | > magicmirror@2.10.1 start /home/pi/MagicMirror
            0|MagicMir | > ./run-start.sh
            0|MagicMir |
            0|MagicMir | [17:37:28.657] [LOG] Starting MagicMirror: v2.10.1
            0|MagicMir | [17:37:28.673] [LOG] Loading config …
            0|MagicMir | [17:37:28.686] [LOG] Loading module helpers …
            0|MagicMir | [17:37:28.689] [LOG] No helper found for module: alert.
            0|MagicMir | [17:37:28.825] [LOG] Initializing new module helper …
            0|MagicMir | [17:37:28.827] [LOG] Module helper loaded: updatenotification
            0|MagicMir | [17:37:28.829] [LOG] No helper found for module: clock.
            0|MagicMir | [17:37:30.081] [LOG] Initializing new module helper …
            0|MagicMir | [17:37:30.082] [LOG] Module helper loaded: calendar
            0|MagicMir | [17:37:30.083] [LOG] No helper found for module: currentweather.
            0|MagicMir | [17:37:30.084] [LOG] No helper found for module: weatherforecast.
            0|MagicMir | [17:37:30.172] [LOG] Initializing new module helper …
            0|MagicMir | [17:37:30.173] [LOG] Module helper loaded: newsfeed
            0|MagicMir | [17:37:30.173] [LOG] All module helpers loaded.
            0|MagicMir | [17:37:30.175] [LOG] Starting server on port 8080 …
            0|MagicMir | [17:37:30.199] [LOG] Server started …
            0|MagicMir | [17:37:30.201] [LOG] Connecting socket for: updatenotification
            0|MagicMir | [17:37:30.202] [LOG] Connecting socket for: calendar
            0|MagicMir | [17:37:30.204] [LOG] Starting node helper for: calendar
            0|MagicMir | [17:37:30.205] [LOG] Connecting socket for: newsfeed
            0|MagicMir | [17:37:30.206] [LOG] Starting module: newsfeed
            0|MagicMir | [17:37:30.207] [LOG] Sockets connected & modules started …
            0|MagicMir | [17:37:30.821] [LOG] Launching application.

            S 1 Reply Last reply Jan 22, 2020, 3:58 PM Reply Quote 0
            • S Away
              sdetweil @Hubschra01
              last edited by Jan 22, 2020, 3:58 PM

              @Hubschra01 said in Fresh install but pm2 error:

              yeh,
              there are two launches,

              1 ended at 2020-01-21T16_37_02_810Z
              1 still running,

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              H 1 Reply Last reply Jan 22, 2020, 5:02 PM Reply Quote 0
              • H Offline
                Hubschra01 @sdetweil
                last edited by Jan 22, 2020, 5:02 PM

                @sdetweil
                I restart the Mirror again an no there are no Errors in the Log. :-)
                I can´t post the log because Akismet mark this as span… wierd

                Thanks Sam

                S 1 Reply Last reply Jan 22, 2020, 5:04 PM Reply Quote 0
                • S Away
                  sdetweil @Hubschra01
                  last edited by Jan 22, 2020, 5:04 PM

                  @Hubschra01 no problem… glad we got it working…

                  –lines=nnn only shows the last nnn lines, so old errors could be above that

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  H 1 Reply Last reply Jan 22, 2020, 5:14 PM Reply Quote 0
                  • H Offline
                    Hubschra01 @sdetweil
                    last edited by Hubschra01 Jan 22, 2020, 5:18 PM Jan 22, 2020, 5:14 PM

                    @sdetweil

                    I Think the errors come if i reboot the Mirror by

                    sudo reboot
                    

                    without to stop the mirror.
                    the log show

                    PM2| 2020-01-22T17:48:05: PM2 log: Stop watching MagicMirror
                    PM2| 2020-01-22T17:48:05: PM2 log: Stopping app:MagicMirror id:0
                    PM2| 2020-01-22T17:48:05: PM2 log: pid=802 msg=failed to kill - retrying in 100ms
                    PM2| 2020-01-22T17:48:05: PM2 log: App [MagicMirror:0] exited with code [0] via signal [SIGINT]
                    PM2| 2020-01-22T17:48:05: PM2 log: pid=802 msg=process killed
                    PM2| 2020-01-22T17:48:06: PM2 log: PM2 successfully stopped
                    
                    

                    If i do this

                    pm2 stop MagicMirror
                    sudo reboot
                    

                    after reboot the log show this

                    PM2| 2020-01-22T17:51:13: PM2 log: pm2 has been killed by signal, dumping process list before exit...
                    PM2| 2020-01-22T17:51:13: PM2 log: Exited peacefully
                    

                    I can´t post the log because Akismet mark this as spam… wierd

                    S 1 Reply Last reply Jan 22, 2020, 5:22 PM Reply Quote 0
                    • S Away
                      sdetweil @Hubschra01
                      last edited by Jan 22, 2020, 5:22 PM

                      @Hubschra01 yes, askimet is a pain…

                      thanks for your information…
                      I suspect the other bad failure info is reboot after just npm start

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 4 / 4
                      4 / 4
                      • First post
                        32/37
                        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