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

After upgrade (v2.1.1) multiple calendars not displaying

Scheduled Pinned Locked Moved Troubleshooting
6 Posts 4 Posters 3.4k Views 7 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.
  • M Offline
    Mitch1138
    last edited by Apr 3, 2017, 10:03 PM

    I have two calendars which would display fine before the update. After the update only the 2nd calendar displays. Has anyone else seen this?

    Thanks, Dave

    {
    module: ‘calendar’,
    header: ‘Calendar’,
    position: ‘top_left’,
    config: {
    colored: true,
    calendars: [
    {
    url: ‘https://calendar.google.com/calendar/ical/.../basic.ics’,
    color: ‘#f70000’
    },

               	 {
                       	 url: 'https://calendar.google.com/calendar/ical/.../basic.ics',
                	color: '#04f448'  
    	},
    	
                    ]
            }
    

    },

    1 Reply Last reply Reply Quote 0
    • Y Offline
      yoda16
      last edited by Apr 3, 2017, 10:15 PM

      I am having the same issue after upgrading.

      1 Reply Last reply Reply Quote 0
      • Y Offline
        yoda16
        last edited by Apr 3, 2017, 10:38 PM

        It doesn’t look like it has anything to do with the position of the calendar. If i switch the calendar positions it follows the calendar not the placement.

        1 Reply Last reply Reply Quote 0
        • C Offline
          Chadeus
          last edited by Apr 9, 2017, 1:44 AM

          I have the same issue with Google Calendar private url. I have two calendars running, a private url and a public url. The private url is not working but the public url DOES work strangely enough. I have two pi’s, one updated and one not. The pi that has not been updated still has that private url and it works, but the post update does not.

          1 Reply Last reply Reply Quote 0
          • M Offline
            Mitch1138
            last edited by Mitch1138 Jan 1, 2018, 5:40 PM Jan 1, 2018, 5:38 PM

            Just for info, after upgrading to v2.2.0, this issue resurfaced. I tried replacing the ical scripts as described here: https://github.com/MichMich/MagicMirror/issues/839#issuecomment-298308733
            but that didn’t work for me. I used this recommendation which was posted on the forum and was overwritten when I updgraded:
            Edit this file:
            /home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js

            • Go to line 56 or search for the first occurance of “ORDINAL_BASE” and change this line:
              ORDINAL_BASE: new Date(1970, 0, 1), ORDINAL_BASE: new Date(1000, 0, 1), (set it to a lower year like 1900, I used 1000)
            • Then restart your magic mirror
            L 1 Reply Last reply Jan 21, 2018, 7:50 PM Reply Quote 4
            • L Offline
              lavolp3 Module Developer @Mitch1138
              last edited by Jan 21, 2018, 7:50 PM

              @Mitch1138 said in After upgrade (v2.1.1) multiple calendars not displaying:

              Edit this file:
              /home/pi/MagicMirror/node_modules/rrule-alt/lib/rrule.js

              • Go to line 56 or search for the first occurance of “ORDINAL_BASE” and change this line:
                ORDINAL_BASE: new Date(1970, 0, 1), ORDINAL_BASE: new Date(1000, 0, 1), (set it to a lower year like 1900, I used 1000)
              • Then restart your magic mirror

              This resolved the same problem for me. Thanks!

              How to troubleshoot modules
              MMM-soccer v2, MMM-AVStock

              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