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

multiple calendars

Scheduled Pinned Locked Moved Troubleshooting
14 Posts 5 Posters 24.3k Views 5 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
    brownco9
    last edited by Mar 13, 2017, 12:05 AM

    Okay I’ve tried that exactly as it is with my two additional calendars and I can’t get it to show anything but the Holidays one even if I change the order of them listed. I made sure to grab the private Ical along with checking it in the debugger which returns results of calendar items from my personal calendar. Thoughts?

    M 1 Reply Last reply Mar 13, 2017, 12:55 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @brownco9
      last edited by Mar 13, 2017, 12:55 AM

      @brownco9
      Post a copy of that portion of your config.js file here so that people can take a look at it. You’ll likely get an answer quicker that way. Just x-out any private info or keys before you post it. If you care to try again, here is my calendar entry. It SHOULD work if you replace a correct url with mine.

      {
      			module: 'calendar',
      			position: 'top_left',
      			config: {
      			urgency: 0,
      			getRelative: 0,
      			fadePoint: 0.25, // Start on 1/4th of the list.
      				calendars: [
      					{
      						symbol: 'calendar-check-o ',
      						url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
      					},
      					{
      						url: 'https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxxxxxx.com/private-xxxxxxxxxxxxx/basic.ics'
      					},
      				],
      			}
      		},
      

      Create a working config
      How to add modules

      B 1 Reply Last reply Mar 13, 2017, 1:33 AM Reply Quote 1
      • B Offline
        brownco9 @Mykle1
        last edited by yawns Mar 13, 2017, 9:46 AM Mar 13, 2017, 1:33 AM

        @Mykle1

        module: 'calendar',
        			header: 'Calendars',
        			position: 'top_left',
        			config: {
        			urgency: 0,
        			getRelative: 0,
        				calendars: [
        					{
        						symbol: 'calendar-check-o ',
        						url: 'https://calendar.google.com/calendar/ical/browncxxx.org/private-xxx/basics.ics'
        					},
        					{
        						symbol: 'calendar-check-o ',
        						url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
        						
        					},
        					{
        						symbol: 'calendar-check-o ',
        						url: 'https://calendar.google.com/calendar/ical/browncxxx.com/private-xxx/basics.ics'
        					},
        				]
        			}
        		},
        
        B 1 Reply Last reply Mar 13, 2017, 1:36 AM Reply Quote 0
        • B Offline
          brownco9 @brownco9
          last edited by Mar 13, 2017, 1:36 AM

          @brownco9 I added the urgency and getRelative after seeing yours and it didn’t change.

          M 2 Replies Last reply Mar 13, 2017, 1:39 AM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @brownco9
            last edited by Mar 13, 2017, 1:39 AM

            @brownco9 said in multiple calendars:

            I added the urgency and getRelative after seeing yours and it didn’t change.

            First thing I see is you are missing a comma after the last ]

            It should look like this ],

            Create a working config
            How to add modules

            B 1 Reply Last reply Mar 13, 2017, 1:48 AM Reply Quote 0
            • B Offline
              brownco9 @Mykle1
              last edited by Mar 13, 2017, 1:48 AM

              @Mykle1 fixed the comma, no change. I made sure to wait 5 minutes so the fetch could go.

              1 Reply Last reply Reply Quote 0
              • M Offline
                Mykle1 Project Sponsor Module Developer @brownco9
                last edited by Mykle1 Mar 13, 2017, 1:52 AM Mar 13, 2017, 1:51 AM

                @brownco9

                You might also want to check on your google calendar page that the calendar you want to appear in the MM module is appearing on your calendar pages. On the left side of the google calendar page you’ll see “My calendars” and “Other calendars.” When you click on the colored square to the left of each calendar it will enable/disable that particular calendar in your main visible calendar (The big one, day to day). Make sure the calendar is showing in the main calendar.

                Restart your MM

                Create a working config
                How to add modules

                B 1 Reply Last reply Mar 13, 2017, 1:57 AM Reply Quote 1
                • B Offline
                  brownco9 @Mykle1
                  last edited by Mar 13, 2017, 1:57 AM

                  @Mykle1 I can’t copy correctly… I had .basics.ics instead of .basic.ics made the change it worked. Thanks for the help :tired_face:

                  M 1 Reply Last reply Mar 13, 2017, 1:59 AM Reply Quote 1
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @brownco9
                    last edited by Mar 13, 2017, 1:59 AM

                    @brownco9 said in multiple calendars:

                    I can’t copy correctly… I had .basics.ics instead of .basic.ics made the change it worked. Thanks for the help

                    You’re welcome. We’ve all been there. I certainly have been.

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 1
                    • C Offline
                      castletonroad @andrewchumchal
                      last edited by Feb 6, 2020, 4:51 AM

                      @andrewchumchal

                      Thanks - I was stupidly omitting the ‘,’ after the ‘{’

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