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 - display title and time / date in one line

    Scheduled Pinned Locked Moved Unsolved Requests
    2 Posts 2 Posters 354 Views 2 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.
    • O Offline
      othomys
      last edited by

      I have integrated the MMM-CalendarExt2 module into my mirror. There I use the view in “Daily” mode. In the entries, the title and the time period of the event are displayed in two lines.

      How can I display both pieces of information in one row?

      Example of current display:
      0960a787-b3ea-4395-8658-312ac83077b0-image.png

      Desired layout:
      f72c61b5-79df-43d2-9538-8ed208e23a95-image.png

      Here is my code:

      views: [
      			  {
                      name: "Overview Private",
                      mode: "daily",
                      type: "row",
                      position: "bottom_bar",
                      slotCount: 2,
                      hideOverflow: false,
                      filterPassedEvent: false,
                      calendars: ["ABC", "DEF",],
                  },
      			],
      

      Thank you in advance. :-)

      M 1 Reply Last reply Reply Quote 0
      • M Offline
        MMRIZE @othomys
        last edited by

        @othomys
        13473ee3-963d-4df7-8be4-3a954063f7ef-image.png

        .CX2 .eventMain {
          display: flex;
          justify-content: space-between;
        }
        

        But this is valid only when you show title and time only on daily view mode. When you need a more complex case, another approach may be needed.

        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • 1 / 1
        • 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