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

Overlapping modules?

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 2 Posters 2.4k 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.
  • M Offline
    MobbareKurtZ
    last edited by Mar 11, 2017, 8:01 AM

    Hey so I’m wondering how I can overlap elements? I want to put my analog clock on top of the MMM-Globe. How could I possibly fix that?

    B 1 Reply Last reply Mar 11, 2017, 8:20 AM Reply Quote 0
    • B Offline
      broberg Project Sponsor @MobbareKurtZ
      last edited by broberg Mar 11, 2017, 8:21 AM Mar 11, 2017, 8:20 AM

      @MobbareKurtZ using css position and z-index.

      Something like this in the custom.css

      .clock {
      Position: absolute;
      Left: 200px;
      Top: 200px;
      Z-index: 4;
      }
      

      The clock and globe module should share the same region in the config and the clock module should be before the globe module in the config list.

      M 1 Reply Last reply Mar 11, 2017, 10:56 AM Reply Quote 0
      • M Offline
        MobbareKurtZ @broberg
        last edited by Mar 11, 2017, 10:56 AM

        @broberg That worked, thanks!

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