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.

    my mirror freezes!

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    98 Posts 5 Posters 37.0k 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 @Manu85
      last edited by

      @Manu85 correct… what is my userid here? yours is manu85

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • M Offline
        Manu85
        last edited by

        I just sent you an email thank you for confirming that it is correct

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

          @Manu85 from the log
          looks like MMM-SoccerLiveScore/ had a fatal error when no data was presented

           [ERROR]  2020-04-07T09:00:27 <error> SyntaxError: Unexpected token u in JSON at position 0
          0|MagicMir |     at JSON.parse (<anonymous>)
          0|MagicMir |     at Request._callback (/home/pi/MagicMirror/modules/MMM-SoccerLiveScore/node_helper.js:192:29)
          

          and that error killed MM

          0|MagicMir | [2020-04-07 09:00:27.567] [LOG]    2020-04-07T09:00:27 <log> Whoops! There was an uncaught exception... (/home/pi/MagicMirror/js/app.js:39 process.<anonymous>)
          0|MagicMir | [2020-04-07 09:00:27.592] [LOG]    2020-04-07T09:00:27 <log> MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? (/home/pi/MagicMirror/js/app.js:41 process.<anonymous>)
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • M Offline
            Manu85
            last edited by

            @sdetweil well done !!! Do we have to do something?

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

              @Manu85 yes, short term, disable the MMM-SoccerLiveScore module
              add

              disabled:true, 
              

              to its module definition on config.js

              the system should no longer crash

              then work with the module author to get a fix

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • M Offline
                Manu85
                last edited by sdetweil

                @sdetweil like that?

                {
                			disabled:true,
                			module: 'MMM-SoccerLiveScore',
                			position: 'top_right',
                			header: 'Scores en direct',
                			config: {
                				leagues: [34, 8],
                		        showNames: true,
                		        showLogos: true,
                		        displayTime: 60 * 1000,
                		        showTables: true
                			}
                		},
                
                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @Manu85
                  last edited by

                  @Manu85

                  yes

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    Manu85
                    last edited by

                    @sdetweil ok i will try thank you again you are a genius

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

                      @Manu85 the module author posted in 2018 that he no longer had time to maintain this module…

                      I looked at the code and all the data operations do not check for errors. so there is quite a bit of work to fix the module

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • M Offline
                        mr_cd
                        last edited by

                        Hi guys,

                        my name is Chris and im from Germany.

                        I face the same problem with freezing mirror, i read all your files an did the same at my mirror.

                        Now the mirror has created a lot of logfiles, and im not sure which one is the correct one. Also im not able to find the Errors the freezing problem could belong.

                        So im asking you guys to support me with this Situation.

                        I figured out, that wehen the mirror freezes the MMM-NetworkSignal has also no connection.

                        Here is an overwiev of my actual configuration:

                        Pi 3b+
                        Magic Mirror latest Version

                        Modules :
                        Default :
                        alert - in use
                        calender-in use
                        clock - in use
                        currentweather - in use
                        weatherforecast - in use
                        newsfeed - in use

                        Third Party:
                        MMM-ImagesPhotos - in use
                        MMM-Logging - in use
                        MMM-MyWastePickup - in use
                        MMM-Network Signal - in use

                        MMM-DWD Warn Weather - installed but commendet out in config file
                        MMM-Globe - installed but commendet out in config file
                        MMM-MyCalender – installed but commendet out in config file
                        MMM-MyScoreboard - installed but commendet out in config file (during corona)
                        MMM-MyWheater - installed but commendet out in config file
                        MMM-NowPlaying on Spotify - installed but commendet out in config file
                        MMM-PIR Sensor - installed but commendet out in config file
                        MMM-Remote Control - installed but commendet out in config file

                        The Mirror is starting using pm 2.

                        Here are some lines from the mm-error logfile located at /home/pi/.pm2/logs

                        [2020-04-28 00:39:19.687] [ERROR]  Calendar Error. Could not fetch calendar:  Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2195:0428/003919.718891:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2020-04-28 00:39:19.720] [ERROR]  Calendar Error. Could not fetch calendar: Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2195:0428/003919.744610:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2020-04-28 00:39:19.746] [ERROR]  Calendar Error. Could not fetch calendar:  Another Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2195:0428/003919.753595:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0428/003919.784061:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0428/003919.860876:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0428/003919.882695:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0428/003919.891740:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0428/003919.908750:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0428/003919.916802:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0428/004727.451754:INFO:CONSOLE(205)] "weatherforecast is resumed.", source: http://localhost:8080/js/module.js (205)
                        [2195:0428/005514.543522:INFO:CONSOLE(205)] "currentweather is resumed.", source: http://localhost:8080/js/module.js (205)
                        
                        [2020-04-30 00:08:59.708] [ERROR]  Calendar Error. Could not fetch calendar:  Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2020-04-30 00:08:59.724] [ERROR]  Calendar Error. Could not fetch calendar: Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2195:0430/000859.736313:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/000859.745465:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/000859.761144:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/000859.775211:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/000859.792361:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/000859.807923:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2020-04-30 00:09:18.623] [ERROR]  fatal: unable to access 'https://github.com/roramirez/MMM-ImagesPhotos.git/': Could not resolve host: github.com
                        
                        [2020-04-30 00:09:18.725] [ERROR]  fatal: unable to access 'https://github.com/jclarke0000/MMM-MyWastePickup.git/': Could not resolve host: github.com
                        
                        [2020-04-30 00:09:18.728] [ERROR]  fatal: unable to access 'https://github.com/PoOwAa/MMM-network-signal/': Could not resolve host: github.com
                        
                        [2020-04-30 00:09:18.771] [ERROR]  fatal: unable to access 'https://github.com/shbatm/MMM-Logging.git/': Could not resolve host: github.com
                        
                        [2020-04-30 00:09:18.844] [ERROR]  fatal: unable to access 'https://github.com/MichMich/MagicMirror/': Could not resolve host: github.com
                        
                        [2195:0430/000920.383795:INFO:CONSOLE(271)] "weatherforecast: Could not load weather.", source: http://localhost:8080/modules/default/weatherforecast//weatherforecast.js (271)
                        [2020-04-30 00:09:39.751] [ERROR]  Calendar Error. Could not fetch calendar:  Another Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2195:0430/000939.791582:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/000939.804267:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/000939.824935:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2020-04-30 00:10:19.793] [ERROR]  Calendar Error. Could not fetch calendar:  Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2020-04-30 00:10:19.809] [ERROR]  Calendar Error. Could not fetch calendar: Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2195:0430/001019.833930:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001019.840701:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001019.857296:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001019.885040:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001019.905215:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001019.919681:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2020-04-30 00:10:59.835] [ERROR]  Calendar Error. Could not fetch calendar:  Another Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2195:0430/001059.840348:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2020-04-30 00:10:59.847] [ERROR]  Calendar Error. Could not fetch calendar:  Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2195:0430/001059.858241:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001059.865001:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001059.872447:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001059.881979:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001059.890498:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2020-04-30 00:11:39.882] [ERROR]  Calendar Error. Could not fetch calendar: Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2195:0430/001139.901071:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2020-04-30 00:11:39.901] [ERROR]  Calendar Error. Could not fetch calendar:  Another Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2195:0430/001139.908785:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001139.916964:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001139.929157:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001139.935884:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001139.943338:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2020-04-30 00:12:19.927] [ERROR]  Calendar Error. Could not fetch calendar:  Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2020-04-30 00:12:19.936] [ERROR]  Calendar Error. Could not fetch calendar: Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2195:0430/001219.953136:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001219.973069:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001219.978405:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001219.989848:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001219.997470:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001220.005115:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar:Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2020-04-30 00:12:59.964] [ERROR]  Calendar Error. Could not fetch calendar:  Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2195:0430/001259.973595:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2020-04-30 00:12:59.974] [ERROR]  Calendar Error. Could not fetch calendar:  Another Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        [2195:0430/001300.000064:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001300.008861:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001300.023657:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001300.036013:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2195:0430/001300.051823:INFO:CONSOLE(137)] "Calendar Error. Could not fetch calendar: Another Path to my private google calendar.ics", source: http://localhost:8080/modules/default/calendar//calendar.js (137)
                        [2020-04-30 00:13:40.001] [ERROR]  Calendar Error. Could not fetch calendar: Path to my private google calendar.ics Error: getaddrinfo EAI_AGAIN calendar.google.com
                            at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:60:26) {
                          errno: 'EAI_AGAIN',
                          code: 'EAI_AGAIN',
                          syscall: 'getaddrinfo',
                          hostname: 'calendar.google.com'
                        }
                        

                        And here are some lines from the logfile pm2.log

                        2020-04-21T21:02:02: PM2 log: Stopping app:mm id:0
                        2020-04-21T21:02:02: PM2 log: pid=1523 msg=failed to kill - retrying in 100ms
                        2020-04-21T21:02:02: PM2 log: pid=1523 msg=failed to kill - retrying in 100ms
                        2020-04-21T21:02:02: PM2 log: App [mm:0] exited with code [0] via signal [SIGINT]
                        2020-04-21T21:02:02: PM2 log: pid=1523 msg=process killed
                        2020-04-21T21:13:08: PM2 log: App [mm:0] starting in -fork mode-
                        2020-04-21T21:13:08: PM2 log: App [mm:0] online
                        2020-04-22T20:59:11: PM2 log: [PM2] This PM2 is not UP TO DATE
                        2020-04-22T20:59:11: PM2 log: [PM2] Upgrade to version 4.3.1
                        2020-04-23T20:59:11: PM2 log: [PM2] This PM2 is not UP TO DATE
                        2020-04-23T20:59:11: PM2 log: [PM2] Upgrade to version 4.3.1
                        2020-04-24T20:59:11: PM2 log: [PM2] This PM2 is not UP TO DATE
                        2020-04-24T20:59:11: PM2 log: [PM2] Upgrade to version 4.4.0
                        2020-04-25T20:59:11: PM2 log: [PM2] This PM2 is not UP TO DATE
                        2020-04-25T20:59:11: PM2 log: [PM2] Upgrade to version 4.4.0
                        2020-04-26T20:59:11: PM2 log: [PM2] This PM2 is not UP TO DATE
                        2020-04-26T20:59:11: PM2 log: [PM2] Upgrade to version 4.4.0
                        2020-04-27T20:59:11: PM2 log: [PM2] This PM2 is not UP TO DATE
                        2020-04-27T20:59:11: PM2 log: [PM2] Upgrade to version 4.4.0
                        2020-04-28T20:59:11: PM2 log: [PM2] This PM2 is not UP TO DATE
                        2020-04-28T20:59:11: PM2 log: [PM2] Upgrade to version 4.4.0
                        2020-04-29T20:59:12: PM2 log: [PM2] This PM2 is not UP TO DATE
                        2020-04-29T20:59:12: PM2 log: [PM2] Upgrade to version 4.4.0
                        2020-04-30T07:24:43: PM2 log: Stopping app:mm id:0
                        2020-04-30T07:24:43: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:43: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:43: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:43: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:44: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:44: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:44: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:44: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:44: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:44: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:44: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:44: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:44: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:45: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:45: PM2 log: pid=2175 msg=failed to kill - retrying in 100ms
                        2020-04-30T07:24:45: PM2 log: Process with pid 2175 still alive after 1600ms, sending it SIGKILL now...
                        2020-04-30T07:24:45: PM2 log: App [mm:0] exited with code [0] via signal [SIGKILL]
                        2020-04-30T07:24:45: PM2 log: pid=2175 msg=process killed
                        2020-04-30T07:24:45: PM2 log: PM2 successfully stopped
                        2020-04-30T07:25:51: PM2 log: ===============================================================================
                        2020-04-30T07:25:51: PM2 log: --- New PM2 Daemon started ----------------------------------------------------
                        2020-04-30T07:25:51: PM2 log: Time                 : Thu Apr 30 2020 07:25:51 GMT+0200 (GMT+02:00)
                        2020-04-30T07:25:51: PM2 log: PM2 version          : 4.2.3
                        2020-04-30T07:25:51: PM2 log: Node.js version      : 10.18.0
                        2020-04-30T07:25:51: PM2 log: Current arch         : arm
                        2020-04-30T07:25:51: PM2 log: PM2 home             : /home/pi/.pm2
                        2020-04-30T07:25:51: PM2 log: PM2 PID file         : /home/pi/.pm2/pm2.pid
                        2020-04-30T07:25:51: PM2 log: RPC socket file      : /home/pi/.pm2/rpc.sock
                        2020-04-30T07:25:51: PM2 log: BUS socket file      : /home/pi/.pm2/pub.sock
                        2020-04-30T07:25:51: PM2 log: Application log path : /home/pi/.pm2/logs
                        2020-04-30T07:25:51: PM2 log: Worker Interval      : 30000
                        2020-04-30T07:25:51: PM2 log: Process dump file    : /home/pi/.pm2/dump.pm2
                        2020-04-30T07:25:51: PM2 log: Concurrent actions   : 2
                        2020-04-30T07:25:51: PM2 log: SIGTERM timeout      : 1600
                        2020-04-30T07:25:51: PM2 log: ===============================================================================
                        2020-04-30T07:25:51: PM2 log: App [mm:0] starting in -fork mode-
                        2020-04-30T07:25:51: PM2 log: App [mm:0] online
                        2020-04-30T20:06:26: PM2 log: Stopping app:mm id:0
                        2020-04-30T20:06:26: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:26: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:26: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:26: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:26: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:27: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:27: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:27: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:27: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:27: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:27: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:27: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:27: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:27: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:27: PM2 log: pid=823 msg=failed to kill - retrying in 100ms
                        2020-04-30T20:06:28: PM2 log: Process with pid 823 still alive after 1600ms, sending it SIGKILL now...
                        2020-04-30T20:06:28: PM2 log: App [mm:0] exited with code [0] via signal [SIGKILL]
                        2020-04-30T20:06:28: PM2 log: pid=823 msg=process killed
                        2020-04-30T20:06:28: PM2 log: PM2 successfully stopped
                        2020-04-30T20:07:36: PM2 log: ===============================================================================
                        2020-04-30T20:07:36: PM2 log: --- New PM2 Daemon started ----------------------------------------------------
                        2020-04-30T20:07:36: PM2 log: Time                 : Thu Apr 30 2020 20:07:36 GMT+0200 (GMT+02:00)
                        2020-04-30T20:07:36: PM2 log: PM2 version          : 4.2.3
                        2020-04-30T20:07:36: PM2 log: Node.js version      : 10.18.0
                        2020-04-30T20:07:36: PM2 log: Current arch         : arm
                        2020-04-30T20:07:36: PM2 log: PM2 home             : /home/pi/.pm2
                        2020-04-30T20:07:36: PM2 log: PM2 PID file         : /home/pi/.pm2/pm2.pid
                        2020-04-30T20:07:36: PM2 log: RPC socket file      : /home/pi/.pm2/rpc.sock
                        2020-04-30T20:07:36: PM2 log: BUS socket file      : /home/pi/.pm2/pub.sock
                        2020-04-30T20:07:36: PM2 log: Application log path : /home/pi/.pm2/logs
                        2020-04-30T20:07:36: PM2 log: Worker Interval      : 30000
                        2020-04-30T20:07:36: PM2 log: Process dump file    : /home/pi/.pm2/dump.pm2
                        2020-04-30T20:07:36: PM2 log: Concurrent actions   : 2
                        2020-04-30T20:07:36: PM2 log: SIGTERM timeout      : 1600
                        2020-04-30T20:07:36: PM2 log: ===============================================================================
                        2020-04-30T20:07:36: PM2 log: App [mm:0] starting in -fork mode-
                        2020-04-30T20:07:36: PM2 log: App [mm:0] online
                        2020-04-30T20:09:14: PM2 log: App [mm:0] exited with code [0] via signal [SIGINT]
                        2020-04-30T20:09:14: PM2 log: App [mm:0] starting in -fork mode-
                        2020-04-30T20:09:14: PM2 log: App [mm:0] online
                        2020-04-30T20:09:36: PM2 log: Stopping app:mm id:0
                        

                        Sorry for posting so much code …

                        Thank you in advance for the support,

                        Chris

                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 5
                        • 6
                        • 7
                        • 8
                        • 9
                        • 10
                        • 7 / 10
                        • 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