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

    Posts

    Recent Best Controversial
    • Pir Sensor - Screen switches on and off instantly

      Hi everybody.

      I finally managed to operate my pir sensor but the problem is that when I am in front of the sensor it captures me for 1 second and and I get more for 5 seconds and so on
      How can I fix this?

      Thank you !

      posted in Troubleshooting
      V
      vicdilou
    • RE: Wifi isolation for pir sensor

      @johnnyboy There is no break in connection I think, I use this to test the sensor and it says always “Motion detected”.

      from gpiozero import MotionSensor
      import time
      
      pir = MotionSensor(4)
      
      while True: #repeat this forever
          if pir.motion_detected: # if motion is detected print the message
              print("Motion detected!")
          if not pir.motion_detected: # if no motion is detected print the message
              print("No motion detected!")
          time.sleep(1)
      
      posted in Hardware
      V
      vicdilou
    • RE: Wifi isolation for pir sensor

      @johnnyboy I used several cables

      I have to put all the cables in the ferrite bead ?

      posted in Hardware
      V
      vicdilou
    • RE: Wifi isolation for pir sensor

      @johnnyboy the sensor will be about sixty centimeters of raspberry

      posted in Hardware
      V
      vicdilou
    • Wifi isolation for pir sensor

      Hello

      I read that it was necessary to put a ferrite bead around the cables, I try but it doesn’t work. You know how to do it and where on the cable ?

      Thank you :)

      posted in Hardware
      V
      vicdilou
    • RE: PIR sensor not working after installation

      I test the sensor with this, but it marks indefinitely “motion detected”.

      from gpiozero import MotionSensor
      
      pir = MotionSensor(4)
      while True:
          if pir.motion_detected:
              print("Motion detected!")
      

      Edit : I connected it to the GPIO 4

      posted in Troubleshooting
      V
      vicdilou
    • RE: PIR sensor not working after installation

      UP ! :)
      I need help please ^^

      posted in Troubleshooting
      V
      vicdilou
    • RE: PIR sensor not working after installation

      @hartattack I connected the sensor to the pin 22. I didn’t change anything else.

      posted in Troubleshooting
      V
      vicdilou
    • PIR sensor not working after installation

      Hi everyone !

      I followed the steps of the readme, but after rebooting the screen never turns off.
      I don’t know where I am wrong but it doesn’t work ^^

      Thank you.

      https://github.com/paviro/MMM-PIR-Sensor

      posted in Troubleshooting
      V
      vicdilou
    • Timely (android) module

      Hi everyone,

      If someone can do this and if it is possible, can you make a module to display the next alarms of the Timely application?

      The application shares alarm clocks with all phones with the same google account so why not with the mirror ? ^^

      Thank you and have a good day.

      posted in Requests
      V
      vicdilou
    • RE: Wich pir sensor ?

      @yawns

      Yes I want to simulate the behaviour before buying the sensor

      posted in Troubleshooting
      V
      vicdilou
    • RE: Wich pir sensor ?

      Thank you

      There is a way to simulate the operation of the sensor to see the result on my monitor ?

      posted in Troubleshooting
      V
      vicdilou
    • Wich pir sensor ?

      Hi !

      I want to put a pir sensor but I don’t know which one to choose and if it will be compatible with my monitor.
      The monitor is connected in DVI with a DVI / HDMI adapter.
      And if you have a good tutorial for me please ^^

      Thank you !

      posted in Troubleshooting
      V
      vicdilou
    • RE: mirror for magic mirror?

      @Mykle1 Thank you !
      Did you just put that or with a glass plate ?

      posted in Hardware
      V
      vicdilou
    • RE: mirror for magic mirror?

      @Mykle1 Hi, can you post a photo of your mirror please ? I look for a mirror or a film ^^
      Thank you.

      posted in Hardware
      V
      vicdilou
    • RE: MagicMirror in bathroom

      @cowboysdude Good ! Thank you ! :)

      posted in Troubleshooting
      V
      vicdilou
    • MagicMirror in bathroom

      Hi !
      If I put the mirror with a Bluetooth speaker inside in a bathroom it would not risk damaging them with moisture ?
      Thank you

      posted in Troubleshooting
      V
      vicdilou
    • RE: TV Show Time

      @lucallmon I replace “localhost” with my IP and it work ! but the computer must be turned on to refresh the calendar.

      posted in Requests
      V
      vicdilou
    • MMM-Admin-Interface add IP to whitelist

      Hello,
      When I go to “http://192.168.X.X:8080/MMM-Admin-Interface/” I have this message :

      This device is not allowed to access your mirror.
      Please check your config.js or config.js.sample to change this.

      I try to add my IP to whitelist but I don’t know how and where in the config.js files.

      posted in Troubleshooting
      V
      vicdilou
    • RE: TV Show Time

      @onetwankyfive can I use the ICal without a NAS ?

      posted in Requests
      V
      vicdilou
    • 1
    • 2
    • 3
    • 1 / 3