MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Overlapping modules?

    Troubleshooting
    2
    3
    2029
    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
      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?

      broberg 1 Reply Last reply Reply Quote 0
      • broberg
        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
          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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy