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.

    Calendar doubling events- Calendar & Calendar EXT3

    Scheduled Pinned Locked Moved Solved Troubleshooting
    20 Posts 3 Posters 1.7k 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.
    • M Offline
      MMrustykayn66 @sdetweil
      last edited by

      @sdetweil Curiouser and Curiouser.

      -I might try a fresh install this evening to see if that fixes the problem.

      -Im inputting information to Google calendar via an iPhone. Probably not the problem but I will log into Calendar via my computer to see if that makes a difference. Probably not, but might be worth a try.

      Only ideas I’ve had so far

      Thanks for the Help , fingers crossed I can get this sorted soon as the significant other is less than impressed with her new calendar 🤣🤦‍♂️

      S 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @MMrustykayn66
        last edited by

        @MMrustykayn66 the default refresh rate is slow, a few days

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Reply Quote 0
        • M Offline
          MMrustykayn66 @sdetweil
          last edited by

          @sdetweil when I had nothing showing up on EXT3 I upped the refresh rate to every minute to see if that was the problem. Nothing ever loaded.

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

            @MMrustykayn66
            Only Google calendars are affected? How about other calendar? Like the default sample calendar?

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

              @MMrustykayn66 i cleaned up the debug, just git pull in the module folder with current branch on my pr, or install it again

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              M 1 Reply Last reply Reply Quote 0
              • M Offline
                MMrustykayn66 @sdetweil
                last edited by

                @sdetweil

                Re-entering the data via Google Calendars web interface seems to have fixed the problem. I deleted all entries that were added via Google calendar on IOS and re entered them. It seems to only affect events that are reoccurring.

                Hopefully this provides insight to someone who knows why.

                Thank you for all your help. Much appreciated

                S 3 Replies Last reply Reply Quote 0
                • S Offline
                  sdetweil @MMrustykayn66
                  last edited by

                  @MMrustykayn66 i use ios all the time to manage my google calendar without problem. sometimes i pick the wrong calendar, family instead of personal, when my mirror is showing personal

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

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

                    @MMrustykayn66 did you reload the new calendar module code?

                    I see there was a bug if your timezone was UTC. fixed. try git pull in the MM folder to get the update

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      @MMrustykayn66 can you replicate this and show me the ics file (send via email)
                      and show me your config for the calendar module
                      (xxx out the private urls)

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • M Offline
                        MMrustykayn66 @sdetweil
                        last edited by

                        @sdetweil

                        Sorry for the late reply.

                        — I am only using two calendars currently. Googles Holiday calendar and one personal Calendar.

                        — I reverted to the most current update before adding events VIA the web interface. After that I re-installed G Calendar for IOS and added a reoccurring event. I didn’t realise before that it is not doubling events. Its actually displaying the correct event , the same event on the next day and then on that day for all reoccurring events. IE I set up a reoccurring event for Sat at 9. It shows that event, one on Sunday at 9 and then one for every Sunday at 9 moving forward. Magic Mirror is the only place this happens.

                        — I git pulled the release you are working on. Its giving me the same error it was before. Calendar module shows events correctly but nothing ever loads on EXT3. PM me your email address and I will send over the ICS. EXT3 is up to date.

                        {
                        			module: "calendar",
                        			position: "top_right",
                        			config: {
                        				maximumEntries: 12,
                        				//wrapEvents: true,
                        				broadcastPastEvents: true, // <= IMPORTANT to see past events
                        				calendars: [
                        					{
                        			fetchInterval: 50000,
                        			url: "https://calendar.google.com/calendar/ical/teaxxxxxxx",
                                                name: "Shandra", // <= RECOMMENDED to assign name
                                                color: "blue" // <= RECOMMENDED to assign color		
                        					},
                        					{
                        					url: "https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics",
                                                name: "us_holiday", // <= RECOMMENDED to assign name
                                                color: "red" // <= RECOMMENDED to assign color
                        					},
                        				]
                        			}
                        		},
                        		{
                                    module: "MMM-CalendarExt3",
                                    position: "top_left",
                                    title: "",
                                    config: {
                        		    refreshInterval: 60000,
                                            mode: "month",
                                            instanceId: "basicCalendar",
                                            locale: 'en-US',
                                            maxEventLines: 6,
                                            firstDayOfWeek: 0,
                                            calendarSet: ['us_holiday', 'abfall', 'mytest', 'Shandra'],
                                }
                        
                        S 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