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

Possible to have two modules in the top bar without the second one shuffling down?

Scheduled Pinned Locked Moved Unsolved Feature Requests
3 Posts 3 Posters 550 Views 3 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.
  • A Offline
    asc11
    last edited by Jan 29, 2023, 1:10 AM

    I am trying to put two modules in the top bar but I can’t figure out how to put them in without the second one shifting down automatically. I would like them to sit on top of each other instead. I.e. an image in the background with another module in front of it. Is this possible?

    S B 2 Replies Last reply Jan 29, 2023, 9:31 PM Reply Quote 0
    • S Offline
      sdetweil @asc11
      last edited by Jan 29, 2023, 9:31 PM

      @asc11 by default no. each area is a top down list

      now, you CAN use css to make the second move to the right. see float

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • B Offline
        BKeyport Module Developer @asc11
        last edited by Jan 30, 2023, 5:29 AM

        @asc11 It’s easy CSS to do, so, not needed to be a feature request. In my mirror, I have 3 side by side.

        /* adjust modules to display side by side */
        .MMM-FlipClock, .MMM-Worldclock, .MMM-Multimonth {
        	display: inline-flex;
        }
        

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

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          2/3
          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