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.

    Calendary Won't load

    Scheduled Pinned Locked Moved Troubleshooting
    calendar
    2 Posts 2 Posters 1.9k 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.
    • F Offline
      fuzzylogic725
      last edited by

      I have three calendars modules running on the MM interface.
      The first one is a personal calendar from ical, this works perfectly, the second is a publicly available holiday calendar, and the third is a second personal calendar concerning something different.

      The first two calendars work flawlessly, however, the third when using the same coding as the first two remains as “Loading”

      When i query pm2 for logs i get this

      0|mm | (node:1055) DeprecationWarning: sys is deprecated. Use util instead.
      0|mm | Error: dates lower than Thu Jan 01 1970 00:00:00 GMT-0500 (EST) are not supported
      0|mm | at Object.toOrdinal (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:105:15)
      0|mm | at Iterinfo.rebuild (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:1409:35)
      0|mm | at RRule._iter (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:978:10)
      0|mm | at RRule.between (/home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js:794:21)
      0|mm | at /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:122:24
      0|mm | at Request._callback (/home/pi/MagicMirror/modules/default/calendar/vendor/ical.js/node-ical.js:11:5)
      0|mm | at Request.self.callback (/home/pi/MagicMirror/node_modules/request/request.js:188:22)
      0|mm | at emitTwo (events.js:106:13)
      0|mm | at Request.emit (events.js:191:7)
      0|mm | at Request. (/home/pi/MagicMirror/node_modules/request/request.js:1171:10)

      Additionally, this is the calendar code

      {		
      	module: 'calendar',
      	header: 'Personal',
      	position: 'top_right',
      	config: {
      		calendars: [					
      			{
      		url:'https://p33-calendars.icloud.com/published/2/private'
      			},
      				],
      		},
      },
      
      tgeimerT 1 Reply Last reply Reply Quote 0
      • tgeimerT Offline
        tgeimer @fuzzylogic725
        last edited by

        @fuzzylogic725
        I had the same issue and fixed it:
        https://forum.magicmirror.builders/post/19902

        The hint is in line two of the logs: dates before 1970 are not permitted.

        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • 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