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.

    Calendar Module still referencing Template

    Troubleshooting
    2
    8
    1793
    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
      MASantangelo last edited by

      So I’m hoping I’m explaining this properly… I’ve updated my Calendar Module to reference my Google calendar, and I’ve reloaded MagicMirror… As I watch the log via pm2 logs MagicMirror I see that it’s creating a calendar fetcher for the calendarlabs.com/Templates, not my webcal for my Google Calendar (I’ve tried changing it from webcal:// to http:// and https://).

      Any suggestions?

      Mykle1 1 Reply Last reply Reply Quote 0
      • M
        MASantangelo last edited by MASantangelo

        Specifically, my calendar module is:

                    {
                            module: "calendar",
                            position: "top_left",
                            config: {
                                    maximumEntries: "15",
                                    maximumNumberOfDays: "30",
                                    url: "webcal://calendar.google.com/calendar/ical/private@group.calendar.google.com/private-private/basic.ics",
                                    symbol: "calendar",
                            }
                    },
        

        and the line I’m seeing in the PM2 log is:

                    0|MagicMir | Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000
        1 Reply Last reply Reply Quote 0
        • Mykle1
          Mykle1 Project Sponsor Module Developer @MASantangelo last edited by

          @MASantangelo said in Calendar Module still referencing Template:

          Any suggestions?

          This is just a shot in the dark but I think I remember something about “private” calendars not displaying.

          Try duplicating your private calendar, making the duplicate “public”, then get the ics url for the public copy and try that.

          Alternately, if you can download the private calendar.ics file and call it locally. That might work, as well.

          If neither works, then someone else will have to chime in here and hopefully you will accept my apologies for sending you on a wild goose chase.

          M 2 Replies Last reply Reply Quote 0
          • M
            MASantangelo @Mykle1 last edited by

            @Mykle1 So, I tried three things: I tried making the existing calendar public, I tried making a duplicate and making it public, I tried downloading the ICS locally and referencing that. No matter what I change the calendar to (even a completely broken url), it ALWAYS references the calendarlabs one… This is very weird. Maybe I’ll try an update of the base MagicMirror.

            -Mike

            1 Reply Last reply Reply Quote 0
            • M
              MASantangelo @Mykle1 last edited by MASantangelo

              @Mykle1 That didn’t do it either. I stumbled upon this thread: https://forum.magicmirror.builders/topic/127/question-about-calendar/7

              So I changed my config to:

                          {
                                  module: "calendar",
                                  position: "top_left",
                                  config: {
                                          maximumEntries: "15",
                                          maximumNumberOfDays: "30",
                                          calendars: [
                                                  {
                                                          symbol: "calendar",
                                                          url: "https://calendar.google.com/calendar/ical/private@group.calendar.google.com/private-private/basic.ics",
                                                  }
                                          ]
                                  }
                          },
              

              And now it’s working. Woohoo!

              Thanks anyways @Mykle1 !

              Mykle1 1 Reply Last reply Reply Quote 1
              • Mykle1
                Mykle1 Project Sponsor Module Developer @MASantangelo last edited by

                @MASantangelo said in Calendar Module still referencing Template:

                Thanks anyways @Mykle1 !

                You know, I didn’t even realize your config was missing the array brackets. My bad.

                Glad you worked it out! Enjoy your mirror

                M 1 Reply Last reply Reply Quote 1
                • M
                  MASantangelo @Mykle1 last edited by

                  @Mykle1 I’m gonna chalk that up to not enough coffee on my part. 🙂

                  Mykle1 1 Reply Last reply Reply Quote 1
                  • Mykle1
                    Mykle1 Project Sponsor Module Developer @MASantangelo last edited by

                    @MASantangelo said in Calendar Module still referencing Template:

                    I’m gonna chalk that up to not enough coffee on my part. 🙂

                    Or too much. :^)

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