MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. maptecnet
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 0

    maptecnet

    @maptecnet

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    maptecnet Unfollow Follow

    Latest posts made by maptecnet

    • RE: PIR Sensor ??

      @MDLefevere
      Check out this post and see if it helps
      https://forum.magicmirror.builders/post/88444

      posted in Troubleshooting
      M
      maptecnet
    • RE: {HowTo} turn on/off your monitor (Time based, PIR/Button, App)

      Just a little feedback that was a huge help for me.
      @cruunnerr don’t know if you want to add this information on your first message.

      I have a samsung d6000 series tv that wouldn’t work anyway with modules for PIR sensor. A BIG aplause for all developers but i coudn’t get the tv out of “No Signal” message. The MagicMirror would turn image off but tv only in “No Signal”.

      I’m not a programmer and just went on test and try.

      I figured out that the https://github.com/bugsounet/MMM-NewPIR from @Bugsounet (BIG thanks to you also!) managed the problem!!

      With this module set to mode: 4 - use HDMI CEC the TV shuts down when the MagicMirror tells her to shut down!
      It’s straight through ON and OFF as expected!

      I’me very thankful to you all managing to help us out!
      Thanks!

      posted in Tutorials
      M
      maptecnet
    • MMM-NewPIR messing modules position

      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!

      posted in Custom CSS
      M
      maptecnet