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 210.0k 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 @jimmysmalls
      last edited by

      @jimmysmalls
      By default, time of month/week view is hidden because there might be not enough space.
      Add this into your css/custom.css;

      .CALEXT .tableStyle .eventTime {
         display: block;
         order: 3; // when you want to display time under the event title. 
      }
      
      J 1 Reply Last reply Reply Quote 0
      • J Offline
        jimmysmalls @Guest
        last edited by

        @sean
        That did the trick, thank you! One other quick question that maybe I’m overlooking the answer to in the documentation but is there a way to have it show the time on a 12 hour format instead of 24?

        ? 1 Reply Last reply Reply Quote 0
        • ? Offline
          A Former User @jimmysmalls
          last edited by

          @jimmysmalls
          use timeFormat: "hh:mm A" instead timeFormat: "HH:mm"
          If you don’t want AM/PM indicator, just use "hh:mm"

          1 Reply Last reply Reply Quote 0
          • J Offline
            JKTitanium @Vauxdvihl
            last edited by

            @vauxdvihl

            Hi, Sorry I new here. Do I need a seperate Calender for each icon/emoj? Can I use Rules for one single Calendar?

            ? 1 Reply Last reply Reply Quote 0
            • ? Offline
              A Former User @JKTitanium
              last edited by

              @jktitanium
              Symbol is fixed per calendar.
              However each event style(color or font except symbol) could be variable by condition.

              1 Reply Last reply Reply Quote 0
              • F Offline
                Frek
                last edited by

                Hi. In weeks view with event time displayed, is there a way to remove the starting time and ending time on full day events?

                0_1549320903648_da4dccb1-46e9-422e-9dff-2d527b4c6fa4-image.png

                ? 1 Reply Last reply Reply Quote 0
                • ? Offline
                  A Former User @Frek
                  last edited by

                  @frek
                  Add this into your css/custom.css;

                  .CALEXT .tableStyle .eventTime {
                  display: none;
                  }

                  F 1 Reply Last reply Reply Quote 0
                  • F Offline
                    Frek @Guest
                    last edited by

                    @sean
                    Thx for the reply.
                    I already have this in my css to display time, that I want:

                    div.CALEXT .tableStyle .eventTime {
                    display:block;
                    font-weight:normal;
                    font-size:70%;
                    }

                    But I was wondering if on full day events its possible to only show title, not the time

                    ? 1 Reply Last reply Reply Quote 0
                    • ? Offline
                      A Former User @Frek
                      last edited by

                      @frek

                      div.CALEXT .tableStyle .fulldayevent .eventTime {
                        display:none;
                      }
                      

                      Try this.

                      F 1 Reply Last reply Reply Quote 0
                      • F Offline
                        Frek @Guest
                        last edited by

                        @sean
                        tried adding i to my custom.css and no change. my .css looks like:

                         /*****************************************************
                         * Magic Mirror                                      *
                         * Custom CSS                                        *
                         *                                                   *
                         * By Michael Teeuw http://michaelteeuw.nl           *
                         * MIT Licensed.                                     *
                         *                                                   *
                         * Add any custom CSS below.                         *
                         * Changes to this files will be ignored by GIT. *
                         *****************************************************/
                        
                         body {
                          margin: 10px;
                          height: calc(100% - 20px);
                          width: calc(100% - 20px);	
                         }
                         div.CALEXT .tableStyle .fulldayevent .eventTime {
                          display:none;
                         }
                         div.CALEXT .tableStyle .eventTime {
                          display:block;
                          font-weight:normal;
                          font-size:70%;
                         }
                         .CALEXT .tableStyle td.slot {
                          max-height:200px;
                          height:200px;
                         }
                         .CALEXT .tableStyle {
                          margin:0;
                          max-width: 100%;
                         }
                        
                        ? 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 12
                        • 13
                        • 14
                        • 15
                        • 16
                        • 19
                        • 20
                        • 14 / 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