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-NewPIR messing modules position

    Scheduled Pinned Locked Moved Custom CSS
    1 Posts 1 Posters 431 Views 1 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
      maptecnet
      last edited by maptecnet

      Hello great people and thanks to you all!
      Thanks to you and all your help i’m concluding the second Magic Mirror.
      My fault for not presenting them here but i’m on final configurations.

      I’me writing right now because one of those configurations.
      I have just adapted a motion sensor and installed the great MMM-NewPIR.
      With this the presentation of the MMM-SystemStats module ended up all messed up.

      Before i aligned it to be inside the clock and worked well
      After the MMM-NewPIR instalation he moved and i can’t force it to be where i want him and that’s inside the clock.

      Can you please help me out?

      Inside css i have:

      body {
      	margin: 0px;
      	position: absolute;
      	height: calc(100% - 35px);
      	width: calc(100% - 50px);
      }
      .MMM-SystemStats {
        position: absolute;
        top: 37px;
        left: 215px;
      }
      
      .MMM-SystemStats {
        margin: 10px 5px 10px 10px; /* 10px top, 5px right, 15px bottom, 20px left */
        width: 150px;
      }
      

      Here’s the before, like i want it:
      Without.jpg

      And after MMM-NewPIR applied:
      With.jpg

      Thaks for all the help you can give!

      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