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

Scheduled Pinned Locked Moved Productivity
198 Posts 45 Posters 188.8k Views 45 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
    A Former User @nobita
    last edited by Aug 8, 2019, 8:50 AM

    @nobita
    Or where have you placed the month view? That view is such a wide so it will not fit in smaller area for displaying normally.

    1 Reply Last reply Reply Quote 0
    • J Offline
      JonOpelGT
      last edited by Sep 5, 2019, 1:11 PM

      Hello, I’m working with CalendarExt. Its a great module! Ihave a small feature request that would be very helpful to me. currently there are several views “upcoming,” “current,” etc. I would like to request a “recent” view which shows items in the recent past. This should be fairly straitforward. What is the process to get an addition like that? Thanks.

      1 Reply Last reply Reply Quote 0
      • N Offline
        Newtothis
        last edited by Sep 30, 2019, 8:31 PM

        Hi, great looking module.

        Would you be able to post your config for the first screenshot please? I am having trouble working out the config.

        Thanks :)

        1 Reply Last reply Reply Quote 0
        • D Offline
          dolszews89
          last edited by Oct 22, 2019, 1:37 PM

          I can´t seem to enable the event time (eg. 17:00-19:00 next to the event title), what might be the problem here?

          Well, I assumed in month view and weeks view people might not need exact time, (Mirror is too small to display many things), So I disabled it by default.
          Add this to your css/custom.css

          div.CALEXT div.tableStyle div.eventContainer div.eventTime {
            display:block;
          } 
          

          This is from a while ago but I am running into a problem. I would also like to add time stamps to my month view. I have add the recommended code to the end of my custom.css file but the time stamps still do not appear. Should be code refer to the “month” view somewhere?

          ? 1 Reply Last reply Oct 23, 2019, 7:36 AM Reply Quote 0
          • ? Offline
            A Former User @dolszews89
            last edited by A Former User Oct 23, 2019, 7:42 AM Oct 23, 2019, 7:36 AM

            @dolszews89
            I don’t recommend to display event time on tableStyle (weeks, month), but if you want,
            0_1571816120551_926a30f3-9de3-4eba-b214-fea9ce933bf9-image.png
            Add this into your css/custom.css

            .CALEXT .tableStyle .eventTime {
              display:block;
              font-size:10px;
            }
            
            
            .CALEXT .tableStyle .fulldayevent  .eventTime {
              display:block;
              font-size:10px;
            }
            

            PS : There is no other modification in my css/custom.css
            0_1571816534171_28335ce3-19d4-487f-ada1-892f10914ac3-image.png

            1 Reply Last reply Reply Quote 0
            • M Offline
              migitcheetah
              last edited by Nov 15, 2019, 4:31 AM

              Is there a way to set my month view to start on Monday instead of Sunday? I have events that are Monday through Sunsay, and would like to avoid them wrapping from one line to the next, and instead have them on one single line from Monday to Sunday.

              ? 1 Reply Last reply Nov 15, 2019, 6:11 AM Reply Quote 0
              • ? Offline
                A Former User @migitcheetah
                last edited by Nov 15, 2019, 6:11 AM

                @migitcheetah
                It depends on your locale.

                M 1 Reply Last reply Nov 15, 2019, 3:03 PM Reply Quote 0
                • M Offline
                  migitcheetah @Guest
                  last edited by Nov 15, 2019, 3:03 PM

                  @Sean ok,
                  How would I know which locals have a monday start date, and would that change the entire mirrors language? Can I change local just for the calendar?

                  ? 1 Reply Last reply Nov 15, 2019, 3:09 PM Reply Quote 0
                  • ? Offline
                    A Former User @migitcheetah
                    last edited by Nov 15, 2019, 3:09 PM

                    @migitcheetah
                    So, what is your default language of MM?

                    https://github.com/eouia/MMM-CalendarExt/wiki/Configuration#system

                    If you are using English, use en-GB. In UK, a week would start from Monday. (but in US, starts from Sunday.)

                    M 1 Reply Last reply Nov 15, 2019, 3:11 PM Reply Quote 0
                    • M Offline
                      migitcheetah @Guest
                      last edited by Nov 15, 2019, 3:11 PM

                      @Sean thanks!
                      My default language is English US.
                      So I was looking at the calendar config and will set its local to en-gb and see if that works, if not, I can use en-gb for the entire mirror.

                      Thanks for your reply.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 16
                      • 17
                      • 18
                      • 19
                      • 20
                      • 19 / 20
                      • 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