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.

    Standard module Calendar hangs on events

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    30 Posts 2 Posters 11.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.
    • S Offline
      sdetweil @Laz
      last edited by

      @Laz the info, if any, will be in the log

      you can also see the files holding the log info

      in the ~/.pm2/logs folder (note the . in front of pm2 here)

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      L 1 Reply Last reply Reply Quote 0
      • L Offline
        Laz @sdetweil
        last edited by

        @sdetweil Good afternoon!
        I did not succeed in doing everything on your advice.
        But I noticed that the blue calendar had not been updated for several days. And I looked at the log file.
        It shows that until April 2, two calendars are being updated to 20.56.41. And after 21.01.28, only one calendar began to be updated. And so it was until I overloaded the mirror today.
        I attach screenshots from the log file.

        Screenshot_12.png

        Screenshot_13.png

        Screenshot_14.png

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

          @Laz thanks. that’s the good info. how about the error log? I’m pretty sure there was a timeout error, and once errored, it never recovers.

          but you should see the timeout error reported on the error log

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          L 1 Reply Last reply Reply Quote 0
          • L Offline
            Laz @sdetweil
            last edited by

            @sdetweil

            Good afternoon!
            I couldn’t find any calendar related errors.
            I can’t insert a txt file here. Changing the extension to a picture also does not go away.

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

              @Laz pic post is the image 3rd from the right on the ioc list above the reply editor

              u can paste the text

              please use code blocks around
              paste
              select all the text you just pasted
              press the </> button

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              L 1 Reply Last reply Reply Quote 0
              • L Offline
                Laz @sdetweil
                last edited by

                @sdetweil I wanted to insert the file. I copied a large piece from the error file into a separate file. It turned out 311 KB.
                If you insert this here by copying, then there will be a lot.

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

                  @Laz yeh. forum is a pain some times…

                  email to me, same userid at gmail

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  L 1 Reply Last reply Reply Quote 0
                  • L Offline
                    Laz @sdetweil
                    last edited by

                    @sdetweil Yes, OK )

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

                      @Laz got it…

                      there is the error

                      [04.04.2023 20:12.18.185] [ERROR] Calendar Error. Could not fetch calendar:  https://calendar.google.com/calendar/ical/.....
                      internal server error
                      

                      something happened at google…

                      and more importantly

                      [04.04.2023 20:06.53.607] [ERROR] Calendar Error. Could not fetch calendar:  https://calendar.google.com/calendar/ical/....
                      ...
                      failed, reason: getaddrinfo EAI_AGAIN calendar.google.com
                          at ClientRequest.<anonymous> (/home/vova/MagicMirror/node_modules/node-fetch/lib/index.js:1491:11)
                          at ClientRequest.emit (node:events:513:28)
                          at TLSSocket.socketErrorListener (node:_http_client:481:9)
                          at TLSSocket.emit (node:events:513:28)
                          at emitErrorNT (node:internal/streams/destroy:157:8)
                          at emitErrorCloseNT (node:internal/streams/destroy:122:3)
                          at process.processTicksAndRejections (node:internal/process/task_queues:83:21) {
                        type: 'system',
                        errno: 'EAI_AGAIN',
                        code: 'EAI_AGAIN'
                      

                      we can’t find a path to the server for this…
                      all outside the pi… so no idea we can’t fix it…
                      but we keep trying (so that is good)

                      do you run a pihole ad blocker system? seen this a lot when pihole has a problem

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      L 1 Reply Last reply Reply Quote 0
                      • L Offline
                        Laz @sdetweil
                        last edited by

                        @sdetweil Yes, I see mistakes now… (
                        They last more than an hour in the records and then apparently the requests stop.
                        There is no ad blocker on raspberries. There is just a standard image and then a mirror is installed with a minimum of additional modules.
                        I noticed in the errors that there is an error of my two calendars. Perhaps at some point really Google becomes unavailable…
                        Of course, I don’t turn to the calendar so often on my phone and computer.
                        But today, before loading the mirror, I noticed that the blue calendar has not been updated since April 4. Just the errors are dated April 4th. It turns out that when there are many errors, the module stops accessing the calendar? After all, it cannot be that Google was not available for so many days…

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

                          @Laz the EAI_AGAIN error is a networking error…

                          the library we use does the work , nothing in our code…
                          the code needs to get the IP address of the server to connect
                          it looks up the name to get the address
                          this failed… name not found

                          thats all we got… “we can’t look this up now, please try again”
                          no idea where in the network from the pi outward what error caused the failure

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          L 5 Replies Last reply Reply Quote 0
                          • L Offline
                            Laz @sdetweil
                            last edited by

                            @sdetweil I will try to make ping permanent to these addresses (if Google allows ping) or contact the Internet provider.

                            1 Reply Last reply Reply Quote 0
                            • L Offline
                              Laz @sdetweil
                              last edited by

                              @sdetweil Good afternoon
                              Here is another very strange situation. Now I see that there is no calendar update. View the error log file, but there are no errors. But the date of the error file is April 8th! Today is April 9th.
                              I’ll give you screenshots and try to overload the mirror.

                              2c535ae6-6c9d-418a-b01e-915fe430f309-image.png

                              cc78b64d-0ee3-44e4-a5d2-2196ca679359-image.png

                              [07.04.2023 10:54.57.922] [ERROR] Newsfeed Error. Could not fetch newsfeed:  http://tyumen-news.net/rss/news Error: Bad Gateway
                                  at NodeHelper.checkFetchStatus (/home/vova/MagicMirror/js/node_helper.js:120:9)
                                  at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
                              [07.04.2023 14:12.12.283] [ERROR] Newsfeed Error. Could not fetch newsfeed:  https://www.ixbt.com/export/utf8/hardnews.rss Error: Bad Gateway
                                  at NodeHelper.checkFetchStatus (/home/vova/MagicMirror/js/node_helper.js:120:9)
                                  at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
                              [08.04.2023 05:09.10.408] [ERROR] Newsfeed Error. Could not fetch newsfeed:  https://www.ixbt.com/export/utf8/hardnews.rss Error: Gateway Time-out
                                  at NodeHelper.checkFetchStatus (/home/vova/MagicMirror/js/node_helper.js:120:9)
                                  at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
                              [08.04.2023 05:14.10.782] [ERROR] Newsfeed Error. Could not fetch newsfeed:  https://www.ixbt.com/export/utf8/hardnews.rss Error: Bad Gateway
                                  at NodeHelper.checkFetchStatus (/home/vova/MagicMirror/js/node_helper.js:120:9)
                                  at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
                              /home/vova/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
                              MESA-LOADER: failed to retrieve device information
                              MESA-LOADER: failed to retrieve device information
                              MESA-LOADER: failed to retrieve device information
                              MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: невозможно открыть разделяемый объектный файл: Отказано в доступе (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
                              failed to load driver: kms_swrast
                              MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: невозможно открыть разделяемый объектный файл: Отказано в доступе (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
                              failed to load swrast driver
                              [12318:0408/113452.405608:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
                              X connection to :0 broken (explicit kill or server shutdown).
                              MESA-LOADER: failed to retrieve device information
                              MESA-LOADER: failed to retrieve device information
                              MESA-LOADER: failed to retrieve device information
                              MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: невозможно открыть разделяемый объектный файл: Отказано в доступе (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
                              failed to load driver: kms_swrast
                              MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: невозможно открыть разделяемый объектный файл: Отказано в доступе (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
                              
                              

                              3d9b9ab8-2b3f-4bad-9e83-75f8fc5bccaf-image.png

                              06d66287-d43e-480c-be2b-c45b3cbccd3a-image.png

                              It can be seen that on the 8th at 18-00 the second calendar stopped being polled.
                              And at 21-15, the first calendar stopped being interviewed.
                              And there is still no poll.
                              I’m pinging Google right now, ping is great…

                              1 Reply Last reply Reply Quote 0
                              • L Offline
                                Laz @sdetweil
                                last edited by

                                @sdetweil Before rebooting.

                                d95072e4-2394-45cc-9094-926b969f97e4-image.png

                                1 Reply Last reply Reply Quote 0
                                • L Offline
                                  Laz @sdetweil
                                  last edited by

                                  @sdetweil After the reboot. Both calendars were immediately updated.
                                  And the error log file was immediately updated!
                                  But I don’t see any network-related calendar errors in it… (

                                  5da241cb-eb1c-44fd-92dc-4980781d25ee-image.png

                                  957f4475-8751-4804-a4bc-9dcaebc653dc-image.png

                                  [07.04.2023 10:54.57.922] [ERROR] Newsfeed Error. Could not fetch newsfeed:  http://tyumen-news.net/rss/news Error: Bad Gateway
                                      at NodeHelper.checkFetchStatus (/home/vova/MagicMirror/js/node_helper.js:120:9)
                                      at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
                                  [07.04.2023 14:12.12.283] [ERROR] Newsfeed Error. Could not fetch newsfeed:  https://www.ixbt.com/export/utf8/hardnews.rss Error: Bad Gateway
                                      at NodeHelper.checkFetchStatus (/home/vova/MagicMirror/js/node_helper.js:120:9)
                                      at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
                                  [08.04.2023 05:09.10.408] [ERROR] Newsfeed Error. Could not fetch newsfeed:  https://www.ixbt.com/export/utf8/hardnews.rss Error: Gateway Time-out
                                      at NodeHelper.checkFetchStatus (/home/vova/MagicMirror/js/node_helper.js:120:9)
                                      at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
                                  [08.04.2023 05:14.10.782] [ERROR] Newsfeed Error. Could not fetch newsfeed:  https://www.ixbt.com/export/utf8/hardnews.rss Error: Bad Gateway
                                      at NodeHelper.checkFetchStatus (/home/vova/MagicMirror/js/node_helper.js:120:9)
                                      at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
                                  /home/vova/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
                                  MESA-LOADER: failed to retrieve device information
                                  MESA-LOADER: failed to retrieve device information
                                  MESA-LOADER: failed to retrieve device information
                                  MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: невозможно открыть разделяемый объектный файл: Отказано в доступе (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
                                  failed to load driver: kms_swrast
                                  MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: невозможно открыть разделяемый объектный файл: Отказано в доступе (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
                                  failed to load swrast driver
                                  [12318:0408/113452.405608:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
                                  X connection to :0 broken (explicit kill or server shutdown).
                                  MESA-LOADER: failed to retrieve device information
                                  MESA-LOADER: failed to retrieve device information
                                  MESA-LOADER: failed to retrieve device information
                                  MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: невозможно открыть разделяемый объектный файл: Отказано в доступе (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
                                  failed to load driver: kms_swrast
                                  MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: невозможно открыть разделяемый объектный файл: Отказано в доступе (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
                                  failed to load swrast driver
                                  [1374:0408/120432.325630:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
                                  [1374:0408/120432.326975:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
                                  [1374:0408/120435.597191:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
                                  /home/vova/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
                                  MESA-LOADER: failed to retrieve device information
                                  MESA-LOADER: failed to retrieve device information
                                  MESA-LOADER: failed to retrieve device information
                                  MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: невозможно открыть разделяемый объектный файл: Отказано в доступе (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
                                  failed to load driver: kms_swrast
                                  MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: невозможно открыть разделяемый объектный файл: Отказано в доступе (search paths /usr/lib/arm-linux-gnueabihf/dri:\$${ORIGIN}/dri:/usr/lib/dri)
                                  failed to load swrast driver
                                  [6024:0409/124326.890535:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
                                  
                                  

                                  69adc98a-d301-4a2c-803a-6d33cb22725f-image.png

                                  1 Reply Last reply Reply Quote 0
                                  • L Offline
                                    Laz @sdetweil
                                    last edited by

                                    @sdetweil Perhaps the error is not related to the availability of Google servers?

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

                                      @Laz the 1st error
                                      internal server error

                                      is Google’s

                                      the EAI_AGAIN
                                      is not Google’s,

                                      your request never made it there as the underlying code couldn’t get the IP address to use.

                                      this is a network problem, somewhere

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      L 1 Reply Last reply Reply Quote 0
                                      • L Offline
                                        Laz @sdetweil
                                        last edited by

                                        @sdetweil I sent some messages today. But only the latter got here. There are a little oddities there. Have you read them?))
                                        Today, too, calendars have hung, but I have not seen any network errors.

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

                                          @Laz no messages pending
                                          I see the links in the posts below but not in the pending list. weird… sorry for the delay

                                          these errors are outside of MagicMirror control.some may be recoverable, some may not. we don’t control the network stack

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          L 1 Reply Last reply Reply Quote 0
                                          • L Offline
                                            Laz @sdetweil
                                            last edited by

                                            @sdetweil After tomorrow I will try to repeat briefly…))

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