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.2k 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.
    • G Offline
      goalie2k
      last edited by

      Is it possible to make the event time display on the SAME line as the event title?

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

        @goalie2k
        Of course possible by adjusting CSS
        Add this into your css/custom.css

        .CALEXT .event .eventContainer {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
        }
        
        
        .CALEXT .eventTime {
          order: 2;
          width: 30%;
        }
        
        .CALEXT .eventContent {
          order: 1;
          width: 70%;
        }
        

        It will show like this.
        0_1554273563144_test.png

        G 1 Reply Last reply Reply Quote 1
        • G Offline
          goalie2k @Guest
          last edited by

          @Sean said in MMM-CalendarExt:

          order: 2;
          width: 30%;

          YOU ROCK! Thank you!

          1 Reply Last reply Reply Quote 0
          • S Offline
            Subintro
            last edited by

            Hey does anyone know how to change text on the calendars?

            I’m using the ‘Current’ event, but it looks kind of confusing as it says ‘In 50 minutes’, which makes it seem like the event is in 50 minutes, but really ends in 50 minutes

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

              @Subintro

              With MMM-CalendarExt, it’s not so easy. You just use useRelative:0 to display normal time. Anyway “CURRENT” event will not be thing of “START IN FUTURE”, It is already started and be a kind of “END IN FUTURE” things. “CURRENT” means that.

              How about using MMM-CalendarExt2? That is new build-up and the feature can be configurable and customizable by configuration.
              https://github.com/eouia/MMM-CalendarExt2/wiki/Event-Time#2-relative

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                Subintro @Guest
                last edited by

                @Sean

                Oh nice, I’ll check it out. Hopefully wont have to change too much with my config

                1 Reply Last reply Reply Quote 0
                • S Offline
                  Smotx
                  last edited by

                  Hi,

                  Little help please,

                  how to reduce the height of the module?

                  It adapts automatically to the content, but suddenly exceeds the top one

                  alt text

                  Thx a lot.

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

                    @Smotx
                    See this;
                    https://github.com/eouia/MMM-CalendarExt/wiki/Manipulation-of-looks#viewlimit--viewoverflow

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      Smotx @Guest
                      last edited by

                      @Sean

                      Thx for help, with your indication, i have finally used

                      overflowHeight: 200,
                      
                      1 Reply Last reply Reply Quote 0
                      • R Offline
                        redink
                        last edited by

                        Is there a way to show the event start time in the same space as the even name?
                        Like 6p Swim Lesson

                        ? 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