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.

    Default Calendar Module will not display an annually/monthly recurring event at end of March.

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    15 Posts 3 Posters 5.8k 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
      sdetweil
      last edited by sdetweil

      I just added two yearly recurring events, one on Mar 29, and one on April 1.

      Both displayed on the event list on the default calendar

      my calendar config is (also shows in relative mode)

         {
            disabled: false,
            module: "calendar",
            position: "top_left",
            config: {
              showEnd: false,
              timeFormat: 'asbolute',
              calendars: [
                {
                  symbol: "family ",
                 // url: "webcal://calendar.google.com/calendar/ical/........"
                },
      
              ]
            }
         },
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • REBR Offline
        REB
        last edited by REB

        @sdetweil said in Default Calendar Module will not display an annually/monthly recurring event at end of March.:

        showEnd: false,

        @sdetweil Thank you for your efforts. This is my config…

        {
        			module: "calendar",
        			position: "top_center",
        			header: "Upcoming Events",
        			config: {
        				showEnd: false,
        				fade: false,
        				colored: true,
        				coloredSymbolOnly: true,
        				maxTitleLength: 30,
        				timeFormat: "absolute",
        				calendars: [
        					{
        						symbol: "calendar-check-o ",
        						url: "https://calendar.google.com/calendar/ical/xxxxxxxxx/basic.ics",
        						color: "yellow",
        					}
        				],
        				maximumEntries: 15
        			}
        		},
        

        The url’s are different - yours starts with “webcal:” whereas mine starts “https:” - probably because mine is a private calendar. I did try making my Google Calendar ‘Public’ but that didn’t make any difference.

        Edit: Just changed ‘https:’ to ‘webcal:’ and it made no difference.

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @REB
          last edited by

          @REB try without maximumEntries

          I will test that later today

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • REBR Offline
            REB
            last edited by

            @sdetweil I’d already tried that. In fact, I didn’t have that config entry originally - I just used the default of 10. I added extra entries to see if it made a difference - it didn’t :frowning_face:

            Incidentally, I exported my Google Calendar and the annual events show up in there - albeit one of the troublesome entries appears twice for some reason.

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @REB
              last edited by

              @REB i changed from a full day event to an hour each year and it still presented ok…

              would u be willing to share your cal url? send email to my userid as here at gmail

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • REBR Offline
                REB
                last edited by

                @sdetweil I’ll send the url over. Thank you for your assistance with this.

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