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

Can't get mmm-calendarext3 - customEvents to display the changed events, or more than 9 days.

Scheduled Pinned Locked Moved Unsolved Troubleshooting
21 Posts 2 Posters 1.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 @cheminge
    last edited by Jan 29, 2025, 6:56 PM

    @cheminge can you show me the output of

    cd ~/MagicMirror 
    git branch
    

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    C 1 Reply Last reply Jan 30, 2025, 3:29 AM Reply Quote 0
    • S Offline
      sdetweil @cheminge
      last edited by Jan 29, 2025, 10:22 PM

      @cheminge are you in the ny timezone too?

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      C 1 Reply Last reply Jan 30, 2025, 3:31 AM Reply Quote 0
      • S Offline
        sdetweil @cheminge
        last edited by Jan 29, 2025, 11:00 PM

        @cheminge ok, the RRULE rule is that the extracted event MUST match the event its extracted from

        you have a full day RRULE

        DTSTART;VALUE=DATE:20250128
        DTEND;VALUE=DATE:20250129
        RRULE:FREQ=WEEKLY;WKST=SU;INTERVAL=2;BYDAY=TU
        

        and then extracted one instance

        DTSTART;TZID=America/New_York:20250131T103000
        DTEND;TZID=America/New_York:20250131T113000
        

        by RULE, this will be FORCED to a fullday event
        as the source event is fullday

        similarly if
        the event is date/time
        then the extracted MUST be date/time

        AND its bi weekly, so the extracted event is ignored. as its not on a week boundary
        (the RRULE cycle bi weekly and ONLY on TUESDAY)
        RRULE:FREQ=WEEKLY;WKST=SU;INTERVAL=2;BYDAY=TU

        the tie between the events is the UID field
        UID:m6rjo4c4r97p3jm4i84aiud6ld_R20250128@google.com
        the calendar tool should have changed the UID field
        to make this a standalone event
        but left it as part of the recurrence,
        RECURRENCE-ID;TZID=America/New_York:
        got to be one or the other… match the RRULE or be separate

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • C Offline
          cheminge @sdetweil
          last edited by Jan 30, 2025, 3:29 AM

          @sdetweil

          This is what I get:

          _fix_clipping

          • develop
            master
          1 Reply Last reply Reply Quote 0
          • C Offline
            cheminge @sdetweil
            last edited by Jan 30, 2025, 3:31 AM

            @sdetweil

            yes, I am in the New York time zone.

            S 1 Reply Last reply Jan 30, 2025, 1:33 PM Reply Quote 0
            • S Offline
              sdetweil @cheminge
              last edited by Jan 30, 2025, 1:33 PM

              @cheminge did you see my analysis of the events you posted

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              C 1 Reply Last reply Jan 30, 2025, 6:14 PM Reply Quote 0
              • C Offline
                cheminge @sdetweil
                last edited by Jan 30, 2025, 6:14 PM

                @sdetweil

                Yes I see your analysis.

                Are you saying that the calendar tool (google) is not separating the event out and making it a new UID?

                I still don’t know how to get around that.

                When I confirm, should I make a new event and then delete the repeating event for that day?

                S 1 Reply Last reply Jan 30, 2025, 9:36 PM Reply Quote 0
                • S Offline
                  sdetweil @cheminge
                  last edited by sdetweil Jan 30, 2025, 9:53 PM Jan 30, 2025, 9:36 PM

                  @cheminge
                  there are three scenarios

                  day event repeats for 5 days, m-f
                  you drag one of those someplace out of sequence,
                  tuesday to saturday. it STILL MUST BE FULL DAY,
                  it STILL has same uid (part of event collection) AND a recurrence id (in case you move it back)

                  5 day(full) event, not repeating
                  you drag tuesday to saturday
                  same UID (part of the event collection)
                  it can have a different time scale hours vs day, not repeating
                  if you modify it. and drag it back, its a new event in the middle of old range it lost its tuesday identity on drag out

                  5 single full day events covering m-f, one per day
                  different uid each, anything is game

                  yours is every other week, recurring or a particular day of week
                  which of the events did you move?

                  in each of the 1st two, if you delete the base event, all uid attached events go away too (event family is deleted)
                  second one the outside event is no longer tuesday modified
                  but it is still part of the family (uid)

                  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
                  • 2 / 3
                  2 / 3
                  • First post
                    18/21
                    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