• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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
484 Posts 82 Posters 667.3k Views 82 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.
  • F Offline
    fedale @sdetweil
    last edited by Apr 22, 2022, 6:10 PM

    @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 Apr 22, 2022, 6:39 PM Reply Quote 0
    • S Away
      sdetweil @fedale
      last edited by Apr 22, 2022, 6:39 PM

      @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 Apr 22, 2022, 7:19 PM Reply Quote 0
      • F Offline
        fedale @sdetweil
        last edited by Apr 22, 2022, 7:19 PM

        @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 Apr 22, 2022, 8:20 PM Reply Quote 0
        • S Away
          sdetweil @fedale
          last edited by Apr 22, 2022, 8:20 PM

          @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

          B F 2 Replies Last reply Apr 22, 2022, 8:48 PM Reply Quote 0
          • B Offline
            BKeyport Module Developer @sdetweil
            last edited by Apr 22, 2022, 8:48 PM

            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 Apr 23, 2022, 5:30 AM Reply Quote 0
            • F Offline
              fedale @sdetweil
              last edited by fedale Apr 23, 2022, 5:23 AM Apr 23, 2022, 5:20 AM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • F Offline
                fedale @BKeyport
                last edited by Apr 23, 2022, 5:30 AM

                @BKeyport This solved the problem. Thank you

                1 Reply Last reply Reply Quote 0
                • F Offline
                  fedale
                  last edited by Apr 23, 2022, 6:27 AM

                  How can i have week numbers as an own colum?
                  Showing the weeks separerat in its own colum?
                  And the yellow marking accross the week for the current week?
                  Like in this picture https://imgur.com/mwwPwEl

                  Today i have it in the first day of the week. Due to a small screen its not showing all the calendar inputs as it takes up a row by itself. limiting the amount of events i could have

                  1 Reply Last reply Reply Quote 0
                  • N Offline
                    nschertz
                    last edited by Apr 24, 2022, 12:27 AM

                    Great Module!! I started customizing a CSS file to enhance the display. I was able to do everything I wanted to do except one mod. I’m trying to make the calendar title font larger on each of 2 calendars, but can’t seem to find where this property is set. Looking for help with this.

                    Thx Norb

                    S 1 Reply Last reply Apr 24, 2022, 1:00 AM Reply Quote 0
                    • S Away
                      sdetweil @nschertz
                      last edited by Apr 24, 2022, 1:00 AM

                      @nschertz I don’t know, but you can learn the css settings by using the developers window

                      see
                      https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1650761970911

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      N 1 Reply Last reply Apr 24, 2022, 2:39 AM Reply Quote 0
                      • 1
                      • 2
                      • 45
                      • 46
                      • 47
                      • 48
                      • 49
                      • 47 / 49
                      47 / 49
                      • First post
                        461/484
                        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