• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. vicdilou
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

vicdilou

@vicdilou

3
Reputation
1.5k
Profile views
57
Posts
0
Followers
0
Following
Joined Oct 20, 2016, 8:02 PM
Last Online Mar 10, 2019, 2:51 PM

vicdilou Unfollow Follow

Best posts made by vicdilou

  • RE: Where are you from?

    Paris, France.

    posted in General Discussion
    V
    vicdilou
    Dec 27, 2016, 12:37 AM
  • RE: MagicMirror in bathroom

    @cowboysdude Good ! Thank you ! :)

    posted in Troubleshooting
    V
    vicdilou
    Mar 4, 2017, 2:49 PM

Latest posts made by vicdilou

  • 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
    May 11, 2017, 12:57 PM
  • 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
    Apr 14, 2017, 10:37 PM
  • 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
    Apr 14, 2017, 9:02 PM
  • RE: Wifi isolation for pir sensor

    @johnnyboy the sensor will be about sixty centimeters of raspberry

    posted in Hardware
    V
    vicdilou
    Apr 14, 2017, 4:46 PM
  • 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
    Apr 14, 2017, 2:17 PM
  • 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
    Apr 4, 2017, 5:08 PM
  • RE: PIR sensor not working after installation

    UP ! :)
    I need help please ^^

    posted in Troubleshooting
    V
    vicdilou
    Apr 4, 2017, 3:41 PM
  • 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
    Apr 3, 2017, 4:52 PM
  • 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
    Apr 3, 2017, 4:33 PM
  • 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
    Apr 1, 2017, 9:47 AM
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