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.

    Use local ICS file instead

    Scheduled Pinned Locked Moved Solved Troubleshooting
    15 Posts 4 Posters 3.3k 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.
    • plainbrokeP Offline
      plainbroke @sdetweil
      last edited by

      @sdetweil
      Not sure why either.
      I removed and reinstalled default calendar and it still works fine.
      Did that thinking maybe I had something corrupt in the calendar module. Didn’t make a difference.
      I will try to remove and reinstall CalendarExt3 tomorrow and see if that fixes the problem. If not I’ll be bugging the maker of CalendarExt3 again. He has been very helpful getting it up and running the way I want it to…

      Slow learner. But trying anyways.

      M 1 Reply Last reply Reply Quote 0
      • M Offline
        MMRIZE @plainbroke
        last edited by

        @plainbroke
        Here I am. If you don’t mind, could u send the issued config.js and the url of ical? (You can copy the original calendar then remove too private events then deliver it to me.)
        Tou can contact me at any time with eouia0819@gmail

        1 Reply Last reply Reply Quote 0
        • plainbrokeP Offline
          plainbroke
          last edited by

          Here you go, the URLs are public so you can see what I am doing wrong easier…

          {
                  module: "MMM-CalendarExt3",
                  position: "middle_center",
                  title: "Burdick Calendar",
                  config: {
                          mode: "week",
                          weekIndex: 0,
                          weeksInView: 4,
                          minimalDaysOfNewYear: 1,
                          instanceId: "basicCalendar",
                          locale: "en-US",
                          maxEventLines: 5,
                          firstDayOfWeek: 0,
                          calendarSet: ["Holidays", "Birthdays"],
                          eventHeight: "28px",
                          maxWidth: "100%",
                          maxHeight: "98%"
             }
          },
          
          {
                  module: "calendar",
                  header: "Birthdays",
                  position: "top_left",
                  config: {
                          fade: false,
                          maximumEntries: 11,
                          timeFormat: "absolute",
                          urgency: 3,
                          getRelative: 24,
                          calendars: [
                          {
                                  symbol: "birthday-cake",
                                  url: "https://calendar.google.com/calendar/ical/plainbroke%40gmail.com/public/basic.ics",
          },
                  ]
              }
          },
          
          {
                  module: "calendar",
                  header: "Holidays",
                  position: "top_right",
                  config: {
                          fade: false,
                          maximumEntries: 11,
                          timeFormat: "absolute",
                          urgency: 3,
                          getRelative: 24,
                          calendars: [
                          {
                                  symbol: "calendar-check",
                                  url: "https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics",                  
          },
                  ]
              }
          },
          
          

          Slow learner. But trying anyways.

          M 1 Reply Last reply Reply Quote 0
          • M Offline
            MMRIZE @plainbroke
            last edited by

            @plainbroke

            I found two things;

            1. Your calendars have no name (that is not the header), but you tried to refer to them in the calendarSet of the module.

            So, you need to entitle the name to refer specific calendar;
            cc58f35a-4b4a-4e31-8586-dd8cf6781ca2-image.png

            1. You’d better set a color to the calendar.

            The result will be;
            10affc39-713c-4b5c-ad71-6938f8a12dec-image.png

            plainbrokeP 1 Reply Last reply Reply Quote 1
            • plainbrokeP Offline
              plainbroke @MMRIZE
              last edited by

              @MMRIZE
              You are the Man, I knew it was something simple that I was overlooking. As they used to say, “I sometimes can’t see the forest for the trees”…

              Slow learner. But trying anyways.

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