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.

    Question about calendar

    Scheduled Pinned Locked Moved Troubleshooting
    9 Posts 5 Posters 37.9k Views 4 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.
    • VanzoV Offline
      Vanzo
      last edited by

      Hello everyone,
      I would create a MagicMirror , but I prefer Google Calendar for my calendar.
      Can I adopt Google Calendar in the module of MagicMirror?

      Thanks a lot,
      Matteo

      1 Reply Last reply Reply Quote 0
      • KirAsh4K Offline
        KirAsh4 Moderator
        last edited by

        You can import your Google Calendar into the Calendar module. On mine I have three calendar’s get are being pulled in and displayed: the default US Holidays one, my (private) personal Google calendar, and my Facebook Friends’ Birthdays calendar.

        however, if it’s the actual Google Calendar interface you are looking for, that does not exist … yet. You are welcome to write your own module and implement it, or you can make a module request. If there is enough interest, I’m sure someone will (help) write one.

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

        1 Reply Last reply Reply Quote 0
        • VanzoV Offline
          Vanzo
          last edited by

          Thanks @KirAsh4

          How I can import my Google Calendar into Calendar module?
          What should I change?

          1 Reply Last reply Reply Quote 0
          • KirAsh4K Offline
            KirAsh4 Moderator
            last edited by

            In its simplest form:

                config: {
                    calendars: [
                        {
                            url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
                        },
                        {
                            url: 'https://calendar.google.com/calendar/ical/FILL_IN_YOUR_INFO'
                        },
                    ],
                }
            

            To get your Google Calendar link, look in your calendar settings. You want to use the private ICAL address. Note that it will only display what is on the default calendar. The way Google split Birthdays from the default calendar makes it so those don’t show up (and they aren’t providing an ICAL link to the Birthdays one either - this is a major complaint from many.) And if you have multiple calendars created, you need to include each one separately.

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

            VanzoV 1 Reply Last reply Reply Quote 0
            • P Offline
              patm189
              last edited by paviro

              Hi @KirAsh4 , thanks for the info! I am running into an issue with combining multiple calendars.

              I have successfully added my Google calendar by replacing calendarlabs default with my personal ical address. However, I still want to US Holidays to show. I am only seeing my personal google calendar showing with the following code. I even tried rearranging the order, but it doesn’t seem to want to show Holidays. Memorial Day isn’t showing up, but my personal meeting much further in the future are showing. Are you putting both calendars into the config.js and the calendar.js file?

              calendars: [
              			{
              				symbol:"calendar",
              				url:"http://www.calendarlabs.com/templates/ical/US-Holidays.ics",
              			},
              			{
              				symbol: "calendar",
              				url: "https://calendar.google.com/calendar/ical/MY_INFO.ics",
              			},
              		],
              
              1 Reply Last reply Reply Quote -3
              • KirAsh4K Offline
                KirAsh4 Moderator
                last edited by

                @patm189, my config is in the post above yours. I actually have 3 calendars listed that way.

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

                1 Reply Last reply Reply Quote 1
                • VanzoV Offline
                  Vanzo @KirAsh4
                  last edited by

                  Thank you @KirAsh4. You’ve been very kind ;)

                  1 Reply Last reply Reply Quote 0
                  • N Offline
                    NJRonbo
                    last edited by

                    I have successfully added Google Calendar to my Mirror, however on my listings all I get is BUSY 3 DAYS; BUSY 3 MONTHS.

                    No specific details on events.

                    I did go into Calendar settings and make my calendar public.

                    Anything I might be doing wrong?

                    1 Reply Last reply Reply Quote 0
                    • foxF Offline
                      fox
                      last edited by

                      Also a question.
                      I have two entries at one day.
                      Only one is displayed…

                      No one is private
                      Any ideas ?

                      Issues With MMM-WatchDog known?

                      https://forum.magicmirror.builders/post/29827

                      Useful for PIR-Sensor: https://forum.magicmirror.builders/post/21299

                      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