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

Shared icloud calendar

Scheduled Pinned Locked Moved Unsolved Troubleshooting
4 Posts 3 Posters 779 Views 3 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.
  • B Offline
    Bense
    last edited by Jan 15, 2024, 1:55 PM

    I have integrated a total of 3 icloud calendars via the custom calendar. 2 calendars work without any problems, one has been causing problems since the last MM update.

    I can access the calendar that is causing problems in MM via Outlook as usual.

    What could be the problem?

    S 1 Reply Last reply Jan 15, 2024, 2:05 PM Reply Quote 0
    • S Offline
      sdetweil @Bense
      last edited by Jan 15, 2024, 2:05 PM

      @Bense we’ve been experiencing problems w some calendars. don’t know why. no consistent debug info

      you can try moving up to a newer electron

      in the MagicMirror folder do

      npm install electron@28.1.1
      

      we’re also experiencing problems w the new calendar parser dropping repeating events. you could go back to the prior version

      in the MagicMirror folder do

      npm install node-ical@0.16.1
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      B 1 Reply Last reply Jan 17, 2024, 8:18 AM Reply Quote 0
      • R Offline
        rrslssr
        last edited by Jan 15, 2024, 2:37 PM

        Here’s what I used to troubleshoot my initial iCloud calendar problems. Running vdirsyncer discover shows your current setup (respond with N to escape the command):

        Discovering collections for pair iCloud_to_MagicMirror Mirror:
        
        iCloud:
          - "25CB285C-E163-4E0E-B420-C3FB469B7C00" ("Calendar 1")
          - "9221FEE8-E8B4-4D07-9402-8638529919EC" ("Calendar 2")
          - "953A5477-E405-4ED6-A5C3-473444EACC95" ("Calendar 3")
        warning: No collection "9221FEE8-E8B4-4D07-9402-8638529919EC" found for storage Mirror.
        Should vdirsyncer attempt to create it? [y/N]:
        
        

        You can then check the directory: ~/.vdirsyncer/status/iCloud_to_MagicMirror and see the files associated with your calendars.

        Each file’s date should be current and the file size should be non-zero.

        If a date is not current then something is broken in the process of retrieving that calendar’s data.

        If the date is current and the file contains data, then there is something amiss beyond that point…possibly with the config.js entries.

        1 Reply Last reply Reply Quote 1
        • B Offline
          Bense @sdetweil
          last edited by Jan 17, 2024, 8:18 AM

          @sdetweil
          that worked, thank you very much!

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