Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    Dual Calendar feed

    Troubleshooting
    4
    6
    2285
    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
      Sharpe last edited by

      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
        Sharpe last edited by

        Scratch that request! I figured it out!

        Mitchfarino 1 Reply Last reply Reply Quote 0
        • Mitchfarino
          Mitchfarino Module Developer @Sharpe last edited by

          @Sharpe How did you do it?

          Just copied the config, and added a second?

          1 Reply Last reply Reply Quote 0
          • S
            Sharpe last edited by

            @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
            • KirAsh4
              KirAsh4 Moderator last edited by

              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 1 Reply Last reply Reply Quote 0
              • A
                AlexNY007 @KirAsh4 last edited by

                @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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy