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

MM-Calendar Module - iCloud Public Calendar not working

Scheduled Pinned Locked Moved Solved Troubleshooting
7 Posts 2 Posters 1.8k 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.
  • T Offline
    Thorn2910
    last edited by Thorn2910 Mar 6, 2022, 8:25 AM Mar 6, 2022, 8:24 AM

    I’ve been running the MM-Calendar modul for over 1 1/2 years now -

    Magic Mirror Version

    Starting MagicMirror: v2.16.0
    

    Calendar Module Integration

    {
    			module: "calendar",
    			header: "Events",
    			position: "top_left",
    			maximumEntries: "3",
    			config: {
    				colored: true,
    				tableClass: "medium",
    				calendars: [
    					{
    						symbol: "fas fa-trash",
    						color: "rgb(185, 62, 38)",
    						maximumEntries: "2",
    						url: "https://calendar.google.com/calendar/ical/xxxxx/public/basic.ics"
    					},
    					{
                                                    symbol: "far fa-calendar-alt",
                                                    color: "rgb(250, 253, 140)",
                                                    maximumEntries: "2",
                                                    url: "https://p44-caldav.icloud.com/published/2/xxxx"
                                            },
    					{
                                                    symbol: "fas fa-house-user",
                                                    maximumEntries: "2",
                                                    color: "rgb(121, 0, 86)",
                                                    url: "https://calendar.google.com/calendar/ical/xxxx/basic.ics"
                                            }
    			                    ]
    				}
    		},
    
    

    MM currently cannot fetch the iCloud calendar - and I did not change a single line of code. The Google calendars still work like a charm.

    I get this Error Message

    [06.03.2022 09:15.52.234] [ERROR] Calendar Error. Could not fetch calendar:  https://p44-caldav.icloud.com/published/2/xxx Error: Service Unavailable
        at NodeHelper.checkFetchStatus (/home/pi/MagicMirror/js/node_helper.js:121:9)
        at processTicksAndRejections (internal/process/task_queues.js:97:5)
    

    I beleive Apple changed something - or the service is down - but I did not find anything on the Status pages.

    Anyone has the same issues?

    J 1 Reply Last reply Mar 6, 2022, 8:29 AM Reply Quote 0
    • J Offline
      JerryP @Thorn2910
      last edited by Mar 6, 2022, 9:44 AM

      @thorn2910
      and now u use the p44-caldev if u chance the server to p49

      HTTP 503 is a temporary error code (“Service unavailable”) indicating iCloud servers aren't responding correctly to requests from your devices. The error typically gets resolved as GoodNotes automatically retries, but we're getting many reports of the error lingering on, causing sync failures.
      
      T 1 Reply Last reply Mar 6, 2022, 9:51 AM Reply Quote 0
      • J Offline
        JerryP @Thorn2910
        last edited by Mar 6, 2022, 8:29 AM

        @thorn2910

        Goodmorning

        {
        			module: "calendar",
        			header: "Jerry",
        			position: "top_left",
        			config: {
        			calendars: [
        					{
        			symbol: "calendar-check",
        			maximumNumberOfDays: '3',
        			maximumEntries:'3',
        			url: "webcal://p49-caldav.icloud.com/published/2/blablablabla"					}
        				]
        		}},
        

        I see that you use https:// and I’m using webcam:// her it’s running fine

        T 1 Reply Last reply Mar 6, 2022, 8:40 AM Reply Quote 0
        • T Offline
          Thorn2910 @JerryP
          last edited by Mar 6, 2022, 8:40 AM

          @jerryp

          Tried this as well - every possbile way - webcal / http and https
          I get the same error message (with webcal it reverts back to http)

          {
                                                          symbol: "far fa-calendar-alt",
                                                          color: "rgb(250, 253, 140)",
                                                          maximumEntries: "2",
                                                          url: "http://p44-caldav.icloud.com/published/2/xxx"
                                                  },
          
          {
                                                          symbol: "far fa-calendar-alt",
                                                          color: "rgb(250, 253, 140)",
                                                          maximumEntries: "2",
                                                          url: "https://p44-caldav.icloud.com/published/2/xxx"
                                                  },
          
          {
                                                          symbol: "far fa-calendar-alt",
                                                          color: "rgb(250, 253, 140)",
                                                          maximumEntries: "2",
                                                          url: "webcal://p44-caldav.icloud.com/published/2/xxx"
                                                  },
          
          J 1 Reply Last reply Mar 6, 2022, 8:59 AM Reply Quote 0
          • J Offline
            JerryP @Thorn2910
            last edited by Mar 6, 2022, 8:59 AM

            @thorn2910
            And the web url is 100% correct at your iCloud account. for sharing you Ical…

            T 1 Reply Last reply Mar 6, 2022, 9:38 AM Reply Quote 0
            • T Offline
              Thorn2910 @JerryP
              last edited by Mar 6, 2022, 9:38 AM

              @jerryp
              Checked it on the iCloud page again - yes.

              One problem remains if I copy the link which iCloud is giving me an I copy it in Firefox - it wants to open Chrome which gives me nothing

              If i change the webcal to http or https i get a HTTP error 503

              I even tried a new public calendar … same issues

              J 1 Reply Last reply Mar 6, 2022, 9:44 AM Reply Quote 0
              • J Offline
                JerryP @Thorn2910
                last edited by Mar 6, 2022, 9:44 AM

                @thorn2910
                and now u use the p44-caldev if u chance the server to p49

                HTTP 503 is a temporary error code (“Service unavailable”) indicating iCloud servers aren't responding correctly to requests from your devices. The error typically gets resolved as GoodNotes automatically retries, but we're getting many reports of the error lingering on, causing sync failures.
                
                T 1 Reply Last reply Mar 6, 2022, 9:51 AM Reply Quote 0
                • T Offline
                  Thorn2910 @JerryP
                  last edited by Thorn2910 Mar 6, 2022, 9:52 AM Mar 6, 2022, 9:51 AM

                  @jerryp

                  Woha!!!

                  I just unchecked the Public calendar in iCloud and rechecked it again - this changed the link to

                  webcal://p102-caldav.icloud.com/published/2/xxx
                  

                  and now it works again!

                  Changing to solved!

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