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

Dual Calendar feed

Scheduled Pinned Locked Moved Troubleshooting
6 Posts 4 Posters 2.9k 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.
  • S Offline
    Sharpe
    last edited by Jun 25, 2016, 3:24 PM

    I just got finished loading and configuring my Mirror interface. The only issue that I am having at the moment is while trying to include mine and my wife’s google calendar feed. It works perfect as long as I only have the one .ics feed in the config file. When I add both, my config file crashes. Any ideas would be greatly appreciated!

    1 Reply Last reply Reply Quote 0
    • S Offline
      Sharpe
      last edited by Jun 25, 2016, 4:40 PM

      Scratch that request! I figured it out!

      M 1 Reply Last reply Jun 27, 2016, 11:57 AM Reply Quote 0
      • M Offline
        Mitchfarino Module Developer @Sharpe
        last edited by Jun 27, 2016, 11:57 AM

        @Sharpe How did you do it?

        Just copied the config, and added a second?

        1 Reply Last reply Reply Quote 0
        • S Offline
          Sharpe
          last edited by Jun 27, 2016, 4:12 PM

          @Mitchfarino Yes. I just copied the Calendar Module and reinserted it again. Then just change the URL for the ics to the second calendar link. Send me a message if I didn’t explain well enough.

          1 Reply Last reply Reply Quote 0
          • K Offline
            KirAsh4 Moderator
            last edited by Jun 27, 2016, 4:30 PM

            You should be able to have both feeds within the same config section:

            {
                module: 'calendar',
                header: 'Current & Upcoming Events',
                position: 'top_left',
                config: {
                    calendars: [
                        {
                            /* US Holidays */
                            symbol: 'calendar-check-o ',
                            url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
                        },
                        {
                            /* Google Private Calendar */
                            symbol: 'calendar',
                            url: 'https://calendar.google.com/calendar/ical/[USER]%40gmail.com/[YOUR-PRIVATE-KEY/basic.ics'
                        },
                        {
                            /* Facebook Friends Birthdays Calendar */
                            symbol: 'birthday-cake',
                            url: 'webcal://www.facebook.com/ical/b.php?uid=[USER-ID]&key=[YOUR-PRIVATE-ID]'
                        }
                    ],
                }
            },
            

            A Life? Cool! Where can I download one of those from?

            A 1 Reply Last reply May 2, 2017, 6:29 PM Reply Quote 0
            • A Offline
              AlexNY007 @KirAsh4
              last edited by May 2, 2017, 6:29 PM

              @KirAsh4 thanks for sharing all your knowledge with all of us. I am a MM enthusiastic and following all your shared info i did a lot of progress in my little project, however i am not able to see the way around to have my Facebook Birthday events to be shown in my MM calendar.
              To be more specific not sure how to find the webcal address for it, i tried following this instructions how to get the ical: https://digibites.zendesk.com/hc/en-us/articles/200299683-How-do-I-get-Facebook-Birthdays-or-Facebook-Upcoming-events-in-Google-Calendar- and how to open it: http://www.wikihow.com/Sync-Facebook-Events-to-iCal but i did not succeed.
              Any suggestion? Much appreciated

              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