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.

    MMM-CalendarExt2

    Scheduled Pinned Locked Moved Utilities
    486 Posts 83 Posters 828.6k Views 83 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 @noone
      last edited by

      @noone next error

      https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      N 1 Reply Last reply Reply Quote 0
      • N Offline
        noone @sdetweil
        last edited by

        @sdetweil thx its working now

        1 Reply Last reply Reply Quote 0
        • M Offline
          MMPenguin
          last edited by

          Hello,
          I am having difficulties understanding how the deduplicateEventsOn works. I can get the configuration to make duplicated events not show; but how do I combine the entries under calendarName so the events show up “Bob/Jane/Sue/John” ? Or just “Everyone” ??

          This is what I have that removes the duplication. Its at the very top of the module. Does it need to be somewhere else?

          		{module: 'MMM-CalendarExt2',
          			config: {
          					rotateInterval: 45*1000,
          					deduplicateEventsOn:["startDate","endDate","duration","title","location"],
          					calendars: [
          
          1 Reply Last reply Reply Quote 0
          • F Offline
            fedale
            last edited by

            How to get quicker update of the google calendar in Magic mirror?

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

              @fedale u can change the updateInterval… but note that too fast might get you denied for a while…

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              F 1 Reply Last reply Reply Quote 0
              • F Offline
                fedale @sdetweil
                last edited by

                @sdetweil I tried that earlier without any result. And seemed like the only thing updating was the screen flickering

                I put it under the module config in the config.js was that the correct postion?

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

                  @fedale ok, in the calendar its

                  fetchInterval

                  sorry,

                  doc always wins!

                  https://docs.magicmirror.builders/modules/calendar.html#configuration-options

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  F 1 Reply Last reply Reply Quote 0
                  • F Offline
                    fedale @sdetweil
                    last edited by

                    @sdetweil I tried the fetchInterval. But have not been sucessfull with that one.

                    But everytime i save my config file it update at once.

                    Is there somewhere else than in the config.js file i need to change the fetchInterval?

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

                      @fedale that is inside the config:{} section of the calendar module, yes,
                      and NOT in the place where url: is

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      BKeyportB F 2 Replies Last reply Reply Quote 0
                      • BKeyportB Offline
                        BKeyport Module Developer @sdetweil
                        last edited by

                        This works. URL Blanked to prevent private data.

                        		{
                        			module: "MMM-CalendarExt2", // https://github.com/MMM-CalendarExt2/MMM-CalendarExt2
                        			config: {
                        				calendars : [
                        					{
                        						url: "",
                        						name: "Main", // Optional, Recommended
                        						maxItems: 1,
                        						scanInterval: 1000*60*.5, // every 30 seconds, Appt Book, needs this speed
                        						beforeDays: 0,
                        						afterDays: 2,
                        						forceLocalTZ: false,
                        					},
                        	...
                        

                        The "E" in "Javascript" stands for "Easy"

                        F 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 40
                        • 41
                        • 42
                        • 43
                        • 44
                        • 48
                        • 49
                        • 42 / 49
                        • 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