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.

    MMM-CalenderExt2: fullday events not displayed on day of event

    Scheduled Pinned Locked Moved Troubleshooting
    1 Posts 1 Posters 238 Views 1 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.
    • evroomE Offline
      evroom
      last edited by evroom

      Hi,

      I recently started using MMM-CalenderExt2 due to issues with the default calendar, but with this module I have the following problem:

      Full day events are not displayed on the day of the event.

      I use Google Calendar to enter the event (full day event for today):

      BEGIN:VEVENT
      DTSTART;VALUE=DATE:20200502
      DTEND;VALUE=DATE:20200503
      DTSTAMP:20200502T102951Z
      UID:329p3d2e5fccimqrsfjl6c6g9e@google.com
      CREATED:20200502T102356Z
      DESCRIPTION:
      LAST-MODIFIED:20200502T102356Z
      LOCATION:
      SEQUENCE:0
      STATUS:CONFIRMED
      SUMMARY:ALLDAYTEST
      TRANSP:TRANSPARENT
      END:VEVENT
      

      On the MM I do not see the event.
      When I enter a full day event for tomorrow, I see the event scheduled for tomorrow.
      Then after the first refresh of the events on the day of the event (approx. at 00:05 hrs), the event is removed from the list of events for that day.

      Very annoying.
      Any ideas how to get this fixed ??
      Is this a parsing issue, or a module issue ??

      Part of config.js:

      views: [
            {
              name: "Familie Calendar",
              mode: "upcoming",
              position: "top_left",
              calendars: ["Familie Calendar"],
              slotCount: 1,
              slotTitle: "Family Calendar",
              slotMaxHeight: "16px",
              filterPassedEvent: true,
              maxItems: 9,
              maxDays: 60,
              locale: "de-DE",
              hideOverflow: false,
              dateFormat: "ddd Do MMM",
              dateTimeFormat: {
                      sameDay: "[Today] HH:mm",
                      nextDay: "[Tomorrow] HH:mm",
                      nextWeek: "dddd HH:mm",
                      lastDay: "[Yesterday] HH:mm",
                      lastWeek: "[Last] ddd HH:mm",
                      sameElse: "ddd Do Mo HH:mm",
                      },
              timeFormat: "HH:mm",
              relativeFormat: {
                      passed: "ended %ENDFROMNOW%",
                      current: "ends %ENDFROMNOW%",
                      future: "starts %STARTFROMNOW% (%DURATION%)",
                      },
              useEventTimeRelative: false,
              transform: (event)=>{
                if (event.title.search("Verjaardag") > -1) {
                  event.icon = "fxemoji-partypopper" // Set icon of that event to "fxemoji-partypopper"
                }
                if (event.title.search("RIP") > -1) {
                  event.icon = "fxemoji-whitelatincross"
                }
                return event // Return that event.
              },
            },
          ],
      

      MagicMirror version: 2.30.0
      Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
      Raspbian GNU/Linux 12 (bookworm)

      Test environment:
      MagicMirror version: v2.30.0
      Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
      Raspbian GNU/Linux 12 (bookworm)

      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