Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. RomeWood
    R
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    RomeWood

    @RomeWood

    0
    Reputation
    5
    Posts
    6
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    RomeWood Follow

    Best posts made by RomeWood

    This user hasn't posted anything yet.

    Latest posts made by RomeWood

    • MMM-SleepWake integration with MMM-NewPIR

      Does the SleepWake Module work with the bugsounet/MMM-NewPIR module or only the PIRSensor by Paviro? If so, is there changes that need to be made in js file? For instance everywhere it shows the module name for PIRSensor, could I just change to NewPIR? Ultimately it’s still looking to detect a USER PRESENCE correct?

      posted in Troubleshooting
      R
      RomeWood
    • RE: {HowTo} turn on/off your monitor using ultrasonic sensor with MMM-NearCompliments

      this is my config. Any changes I should make? First trying to get the sensor to work properly monitoring distance, then make it turn on the display when presence is detected.

      posted in Requests
      R
      RomeWood
    • RE: {HowTo} turn on/off your monitor using ultrasonic sensor with MMM-NearCompliments
      		{
      			module: 'MMM-NearCompliments',
      			position: "top_right",
      			config: {
      				echoPin: 23,
      				triggerPin: 25,
      				distance: 400,
      				measuringInterval: 100,
      				autoStart: true,
      				usePIR: false,
      				calibrate: true,
      			}
      		},
      		{
      			module: "MMM-PIR-Sensor",
      			config: {
      				sensorState: 0,
      				powerSaving: true,
      				powerSavingDelay: 30,
      				preventHDMITimeout:1 ,
      				supportCEC: true,
      			}
      		},
      
      posted in Requests
      R
      RomeWood
    • RE: Show compliments only when HC-SR04 sensor says someones near the mirror

      Hi,
      I’m having trouble getting your feature to work. The monitor doesn’t come back on once I’m within range.

      posted in Requests
      R
      RomeWood
    • {HowTo} turn on/off your monitor using ultrasonic sensor with MMM-NearCompliments

      Re: Using an Ultrasonic sensor with MMM-PIR-Sensor power-saving functionality

      I’m having this same issue currently and the problem wasn’t solved. It seems to go into Powersave mode with no signal and then tv doesn’t come back on when I am within range of the distance sensor. Also, the distance sensor seems to lag, so I can’t always tell what it is reading.

      posted in Requests
      R
      RomeWood