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.

    Calendar not updating

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    95 Posts 4 Posters 62.8k Views 6 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.
    • M Offline
      matt216 @sdetweil
      last edited by

      @sdetweil said in Calendar not updating:

      npm install node-ical@0.16.1

      pi@magicmirror:~/MagicMirror $ npm install node-ical@0.16.1
      
      up to date in 11s
      
      196 packages are looking for funding
        run `npm fund` for details
      

      Done. Same result - event which should display is seen in the pm2 logs, but not in the UI events.

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

        @matt216 I sent you a message here in chat with a link to another test version of the calendar parser file…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @sdetweil Hi Sam. Thank you. Still no joy.
          Here is what is displayed on my mirror:
          mirror.png
          Yet here is what is in my calendar (as shown on my iphone):
          calendar.png
          You can see multiple events missing, but I can’t figure out any pattern as to what shows and what does not.
          I added in your calendarfetcherutils.js and restarted. Same behavior. The logs show the mirror is seeing the ‘house viewing PB’ events, for example, but it’s not showing up at all in dev tools or on the display.

          [23.01.2024 09:17.06.900] [DEBUG] Event:
          {"type":"VEVENT","params":[],"created":"2024-01-19T11:31:14.000Z","end":"2024-01-26T18:00:00.000Z","dtstamp":"2024-01-22T15:11:06.000Z","start":"2024-01-26T17:30:00.000Z","datetype":"date-time","lastmodified":"2024-01-22T15:11:05.000Z","sequence":"0","summary":"House viewing PB","transparency":"OPAQUE","uid":"92DD34B0-0226-4928-B476-EF1A5AC18471","url":{"params":{"VALUE":"URI"},"val":""},"APPLE-CREATOR-IDENTITY":"com.apple.mobilecal","APPLE-CREATOR-TEAM-IDENTITY":"0000000000"}
          [23.01.2024 09:17.06.901] [DEBUG] start: Fri Jan 26 2024 17:30:00 GMT+0000 (Greenwich Mean Time)
          [23.01.2024 09:17.06.901] [DEBUG] end:: Fri Jan 26 2024 18:00:00 GMT+0000 (Greenwich Mean Time)
          [23.01.2024 09:17.06.901] [DEBUG] duration: 1800000
          [23.01.2024 09:17.06.901] [DEBUG] title: House viewing PB
          [23.01.2024 09:17.06.902] [DEBUG] full day event =false
          [23.01.2024 09:17.06.902] [DEBUG] initial tz=Europe/London
          [23.01.2024 09:17.06.902] [DEBUG] corrected tz=Europe/London
          [23.01.2024 09:17.06.902] [DEBUG] start date/time=Fri Jan 26 2024 17:30:00 GMT+0000 (Greenwich Mean Time)
          [23.01.2024 09:17.06.903] [DEBUG] start offset=0
          [23.01.2024 09:17.06.903] [DEBUG] start date/time w tz =Fri Jan 26 2024 17:30:00 GMT+0000 (Greenwich Mean Time)
          [23.01.2024 09:17.06.903] [DEBUG] event date=Fri Jan 26 2024 17:30:00 GMT+0000 (Greenwich Mean Time)
          [23.01.2024 09:17.06.904] [DEBUG] event offset=0 hour=17 event date=Fri Jan 26 2024 17:30:00 GMT+0000 (Greenwich Mean Time)
          [23.01.2024 09:17.06.904] [DEBUG] adjustHours=0
          [23.01.2024 09:17.06.904] [DEBUG] saving event: House viewing PB
          [23.01.2024 09:17.06.904] [DEBUG] Processing entry...
          

          Dev tools:

          before filter events=[{"title":"Danielle clean","startDate":"1706004000000","endDate":"1706014800000","fullDayEvent":false,"recurringEvent":true,"class":"","firstYear":2023,"location":false,"geo":false,"description":false},{"title":"Matt Hoxton monthly social?","startDate":"1706198400000","endDate":"1706209200000","fullDayEvent":false,"class":"","location":false,"geo":false,"description":false},
          
          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @matt216
            last edited by sdetweil

            @matt216 I sent you a link to a new utils file in chat here. it adds some more debug, including dumping the list of events just before send, which would show in the same place as the normal debug

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @sdetweil hi Sam. I can’t see the chat message with the utils file. Just the parser file. Would you send again please?

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

                @matt216 hm. I just checked the chat message and the link is to the utils file
                and I checked the file and it’s the utils file

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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

                  For anyone following…

                  Issue still persists. https://github.com/MagicMirrorOrg/MagicMirror/issues/3380 has been opened.

                  Symptoms:
                  Calendar events that would be expected to be displayed on the calendar module are not. pm2 restart and full OS reboot does not resolve. I am using a baikal caldav server, FYI, which other devices have no trouble.

                  Troubleshooting:
                  We can see in the magicmirror logs that the events from the ics file are being received by the calendarfetcher but they are not being shown in events to process in the UI. I cannot see any pattern as to which events are affected.

                  I’ve tried this with a fresh install of magicmirror and I’ve also tried my main magicmirror with a fresh nextcloud calendar. Same behavior.

                  I’ll update if we find a solution.
                  Cheers.

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

                    @matt216 and I thought we confirmed the events WERE parsed and part of the collection ‘sent’ to the front end. but apparently not received…

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      @sdetweil sorry that will be my bad use of language… will update

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

                        @matt216 no problem

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

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