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

Calendar shows incorrect time for a single changed event in a series

Scheduled Pinned Locked Moved Solved Troubleshooting
9 Posts 4 Posters 780 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.
  • H Offline
    Hinge
    last edited by Nov 6, 2023, 5:47 PM

    Hi,

    we use a Google calendar for the MM². My wife and I use this calendar on our cell phones and on the standard calendar at MM².
    I changed a single event in a series from 4:30 p.m. to 4:00 p.m. My wife sees it correctly. It appears correctly online on Google. But the MM² made it 5 p.m.
    The series of appointments was created in summer, when summer time was in force in Germany. All other dates in the series are displayed correctly (4:30 p.m.) regardless of summer or winter time. The appointments on Google have Berlin stored as the time zone.

    Is there something I need to change in the config or is this a previously unknown problem?

    THX a lot!!!

    S 2 Replies Last reply Nov 6, 2023, 6:55 PM Reply Quote 0
    • S Offline
      sdetweil @gelaw
      last edited by Jan 25, 2024, 5:34 PM

      @gelaw do

      cd ~/MagicMirror 
       npm install node-ical@0.16.1
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      G 1 Reply Last reply Jan 25, 2024, 8:10 PM Reply Quote 0
      • S Offline
        sdetweil @Hinge
        last edited by Nov 6, 2023, 6:55 PM

        @Hinge oh the joy. the library that processes recurring events and moved, has a bug. it’s not ours. I have spent months looking for a fix, none yet.

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        K 1 Reply Last reply Nov 6, 2023, 10:39 PM Reply Quote 1
        • K Offline
          KristjanESPERANTO Module Developer @sdetweil
          last edited by Nov 6, 2023, 10:39 PM

          @sdetweil Just out of curiosity: Is the library moment.js?

          S 1 Reply Last reply Nov 6, 2023, 10:44 PM Reply Quote 0
          • S Offline
            sdetweil @KristjanESPERANTO
            last edited by sdetweil Nov 6, 2023, 11:07 PM Nov 6, 2023, 10:44 PM

            @KristjanESPERANTO no, rrule

            it expects only local date/times
            node-ical converts all to utc based times…

            so we get some events that have todays date with tomorrows UTC time… Nov 6 -01:30 UTC -8

            for LosAngeles that makes the event date yesterday… Nov 5- 17:30… oops…

            but we in MM don’t ever look at the text in the ICS, so we have NO way of knowing of the mishmash date/time… and it seems to happen MOST with ByDay (only on thrusday or friday) …

            AND EVEN if we DID look at the ICS, we wouldn’t see this, as its a recurring date event, calculated by RRULE. from start and the rules… so unless WE recode RRULE, we would never ever know

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 1
            • S sdetweil referenced this topic on Nov 11, 2023, 9:55 PM
            • S Offline
              sdetweil @Hinge
              last edited by Nov 26, 2023, 3:22 PM

              @Hinge @KristjanESPERANTO node-ical has just release a new version (0.17.0) which removes the luxon library which causes all the localdate/time issues…

              want to give it a try ? do

              cd ~/MagicMirror
              npm install node-ical@latest
              

              then start mm as usual

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              G 1 Reply Last reply Jan 25, 2024, 5:16 PM Reply Quote 0
              • G Offline
                gelaw @sdetweil
                last edited by Jan 25, 2024, 5:16 PM

                @sdetweil said in Calendar shows incorrect time for a single changed event in a series:

                @Hinge @KristjanESPERANTO node-ical has just release a new version (0.17.0) which removes the luxon library which causes all the localdate/time issues…

                want to give it a try ? do

                cd ~/MagicMirror
                npm install node-ical@latest
                

                then start mm as usual

                I have the same problem.
                Did this fix work?
                Thanks

                S 1 Reply Last reply Jan 25, 2024, 5:34 PM Reply Quote 0
                • S Offline
                  sdetweil @gelaw
                  last edited by Jan 25, 2024, 5:34 PM

                  @gelaw do

                  cd ~/MagicMirror 
                   npm install node-ical@0.16.1
                  

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  G 1 Reply Last reply Jan 25, 2024, 8:10 PM Reply Quote 0
                  • G Offline
                    gelaw @sdetweil
                    last edited by Jan 25, 2024, 8:10 PM

                    @sdetweil Thanks!
                    This worked in my first tests. Is this now the official version? or still in work?

                    S 1 Reply Last reply Jan 25, 2024, 10:39 PM Reply Quote 0
                    • S Offline
                      sdetweil @gelaw
                      last edited by Jan 25, 2024, 10:39 PM

                      @gelaw this is the version from prior release…

                      we’ll see what happens by April 1.(next mm release)

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      • 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