• 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-CalendarExt3

Scheduled Pinned Locked Moved Utilities
656 Posts 78 Posters 1.8m 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.
  • M Offline
    MMRIZE @tjat
    last edited by Jul 23, 2023, 5:20 PM

    @tjat

    • see the “glance” by notification parts in readme.
    • And multi-instance also be possible.
    T 1 Reply Last reply Jul 26, 2023, 2:51 AM Reply Quote 0
    • T Offline
      tjat @MMRIZE
      last edited by Jul 26, 2023, 2:51 AM

      @MMRIZE

      Thanks. I was able to build a simple module to advance the month via arrow keys using glance. Let me know if that’d be useful to share anywhere.

      This question is basic but driving me nuts, but is it possible for the calendar title to include the year? For instance, it now says “July” but I’d like it to say “July 2023”.

      M 1 Reply Last reply Jul 26, 2023, 9:54 AM Reply Quote 0
      • M Offline
        MMRIZE @tjat
        last edited by MMRIZE Jul 26, 2023, 9:59 AM Jul 26, 2023, 9:54 AM

        @tjat

        headerTitleOptions: {
          year: 'numeric',
          month: 'long',
        },
        

        But the order of text would be decided by locale. So this will show 2023 July or July 2023. (and comma included/not, punctuation mark included/not, … depends on the standard rules of the culture by the locale.)
        If you want to adjust the order or composition of words, you may need CSS customization additionally.

        B M 2 Replies Last reply Jul 26, 2023, 7:26 PM Reply Quote 0
        • B Offline
          BKeyport Module Developer @MMRIZE
          last edited by Jul 26, 2023, 7:26 PM

          @MMRIZE hey, is there a way to increase the size of the month name header? That’s the one bit I’d like to change on my setup.

          I’m now using your module for this month, then mine for upcoming. 😉

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

          M 1 Reply Last reply Jul 27, 2023, 2:55 PM Reply Quote 0
          • P Offline
            pastormingle
            last edited by Jul 27, 2023, 2:09 PM

            Calendarext2 to Calendarext3 cofiguration is working the same. I’ve upgraded to ext3 and complete wiped and restarted magicmirror with a clean install. Ext3 doesn’t seem to have some of the same functionality i had in ext and ext2. I am attaching a screen shot of what i am looking to achieve and needing some guidance. Can someone point me to couple of configuration files that might work to achieve the same functionality. abdc3887-1c77-4f05-b451-78a14ccf6cbf-image.png

            M 1 Reply Last reply Jul 27, 2023, 2:45 PM Reply Quote 0
            • M Offline
              MMRIZE @pastormingle
              last edited by Jul 27, 2023, 2:45 PM

              @pastormingle
              What does it mean the same functionality? Maybe equivalent, but not the same.
              And if you are satisfied with CX2, just leave it as it works. :)

              P 1 Reply Last reply Jul 27, 2023, 3:34 PM Reply Quote 0
              • M Offline
                MMRIZE @BKeyport
                last edited by MMRIZE Jul 27, 2023, 2:56 PM Jul 27, 2023, 2:55 PM

                @BKeyport

                For the special calendar, (You should assign instanceId: "specialCalendar" in config)

                .module.MMM-CalendarExt3:has(.CX3_specialCalendar) .module-header {
                  color: red;
                  font-weight: bold;
                  font-size: 2em;
                }
                

                will show;
                CX3.png

                If you want to apply globally or have only one instance of the module;

                .module.MMM-CalendarExt3 .module-header {
                ...
                }
                

                will work.

                1 Reply Last reply Reply Quote 0
                • M Offline
                  MMRIZE @MMRIZE
                  last edited by MMRIZE Jul 27, 2023, 3:01 PM Jul 27, 2023, 3:00 PM

                  @tjat
                  @MMRIZE said in MMM-CalendarExt3:

                  But the order of text would be decided by locale. So this will show 2023 July or July 2023. (and comma included/not, punctuation mark included/not, … depends on the standard rules of the culture by the locale.)
                  If you want to adjust the order or composition of words, you may need CSS customization additionally.

                  This is my bad. The module header of this module is not refined to be possible to be a conjunction. So you need to set up your locale for your wish.
                  Or if you want really that feature, I’ll consider updating it.

                  T 1 Reply Last reply Jul 28, 2023, 12:48 AM Reply Quote 0
                  • P Offline
                    pastormingle @MMRIZE
                    last edited by Jul 27, 2023, 3:34 PM

                    @MMRIZE i changed due to time zones not displaying correctly. I having meetings that are at times from other countries and it wouldn’t display correctly and as Ext3 is the most current it was suggested to upgrade to it… Then my Raspberry PI SD card crashed and i lost my original configuration. So now it’s a learning curve either way.

                    P 1 Reply Last reply Jul 27, 2023, 3:36 PM Reply Quote 0
                    • P Offline
                      pastormingle @pastormingle
                      last edited by Jul 27, 2023, 3:36 PM

                      @pastormingle Is there a location were i can look at more detailed instructions on Ext3 or some configuration files that i can look at?

                      M 1 Reply Last reply Jul 27, 2023, 3:53 PM Reply Quote 0
                      • 1
                      • 2
                      • 27
                      • 28
                      • 29
                      • 30
                      • 31
                      • 65
                      • 66
                      • 29 / 66
                      29 / 66
                      • First post
                        290/656
                        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