MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. cgreever1
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 0

    cgreever1

    @cgreever1

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    cgreever1 Unfollow Follow

    Latest posts made by cgreever1

    • RE: Weekly Recurring Calendar entries show once three weeks ahead

      @sdetweil said in Weekly Recurring Calendar entries show once three weeks ahead:

      npm install node-ical@0.16.1

      The parse change seems to have corrected the issue. Thank you.

      posted in Troubleshooting
      C
      cgreever1
    • RE: Weekly Recurring Calendar entries show once three weeks ahead

      @sdetweil the recurring entries do display, just 3 weeks in the future, but skips a couple Saturdays where they should display first.

      posted in Troubleshooting
      C
      cgreever1
    • Weekly Recurring Calendar entries show once three weeks ahead

      I have a weekly recurring calendar event but it only seems to show the last occurrence on the calendar not each individual Saturday event.

      Here’s the ICS

      BEGIN:VEVENT
      DTSTART;TZID=America/New_York:20240106T094000
      DTEND;TZID=America/New_York:20240106T102000
      RRULE:FREQ=WEEKLY
      DTSTAMP:20240108T162307Z
      UID:BC956B9B-76BD-4722-BB7B-F1E9F312157A
      CREATED:20240101T172829Z
      LAST-MODIFIED:20240108T151551Z
      SEQUENCE:0
      STATUS:CONFIRMED
      SUMMARY:Henry swim at Y
      TRANSP:OPAQUE
      X-APPLE-CREATOR-IDENTITY:com.apple.mobilecal
      X-APPLE-CREATOR-TEAM-IDENTITY:0000000000
      END:VEVENT

      posted in Troubleshooting
      C
      cgreever1