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.

    CalendarEXT3 questions

    Scheduled Pinned Locked Moved Solved Troubleshooting
    9 Posts 2 Posters 890 Views 2 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.
    • _ Offline
      _V_
      last edited by

      Hey again guys

      So right now I got the Cal3 running with a Google calendar. Everythings working good for now, except “CW” is only showint “CW1” in every week. The default calendar is counting correctly. Also I wonder why its showing “CW” instead of “KW” relating to german language. Every possible local setting is put right though.
      Also color in config is not shown - I set it up like in the description.

      Is it possible to somehow put a list additional to the calender? I got some tasks/list points set up in Google but the module obviously is not “asking” for them.

      Thanks a lot

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

        @_V_ said in CalendarEXT3 questions:

        The CW counting not

        try this

                  minimalDaysOfNewYear: "1",
        

        I posted somewhere before (a month ago I think) , but can’t find it…

        Sam

        How to add modules

        learning how to use browser developers window for css changes

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

          @_V_ cw is a bug

          add this to the ext3

                            startDayIndex: 1,
          

          can you show the default calendar config (xxx out the urls)

          the google tasks are are not exposed in the calendar feed…

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • _ Offline
            _V_
            last edited by

            @sdetweil Yes Sam, I know that theyre not there… I just asked, if theres a possibility to get something done
            Ill share the code tomorrow, thank you

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

              @_V_ one needs a different api… not calendar

              I don’t know what that is across all the calendar sources…
              and ext3 isn’t looking for tasks, so that would be a different thing, cause if u made it a fake cal entry you wouldn’t be able to tell

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • _ Offline
                _V_
                last edited by

                Good morning

                So Ive noticed the color is applying, the CW is not solved, probably cause I put the snipped in the wront place?

                		{
                 			module: "MMM-CalendarExt3",
                  			position: "bottom_bar",
                  			title: "",
                  			config: {
                    			mode: "month",
                    			instanceId: "basicCalendar",
                    			locale: 'de-DE',
                    			maxEventLines: 5,
                    			firstDayOfWeek: 1,
                    			calendarSet: ['Testkalender', '', ''],
                			refreshInterval: 900000,
                			startDayIndex: 1
                    			},
                
                		},	
                
                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @_V_
                  last edited by

                  @_V_ i needed the config of the default calendar where the colors are defined

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • _ Offline
                    _V_
                    last edited by

                    Like said above, the colors work now…

                    The CW counting not, thats why I showed you that part man…

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

                      @_V_ said in CalendarEXT3 questions:

                      The CW counting not

                      try this

                                minimalDaysOfNewYear: "1",
                      

                      I posted somewhere before (a month ago I think) , but can’t find it…

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 1
                      • _ Offline
                        _V_
                        last edited by

                        That solved the problem. Thank you sir
                        If anyone cares: “CW” is shown even after correct/different local settings because it´s written as element in the stylesheet from calendarEXT3, so you have to change the term there.

                        1 Reply Last reply Reply Quote 0
                        • S sdetweil has marked this topic as solved
                        • 1 / 1
                        • 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