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

      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?

      brobergB 1 Reply Last reply Reply Quote 0
      • brobergB Offline
        broberg Project Sponsor @MobbareKurtZ
        last edited by broberg

        @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 Reply Quote 0
        • M Offline
          MobbareKurtZ @broberg
          last edited by

          @broberg That worked, thanks!

          1 Reply Last reply Reply Quote 0
          • 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