• 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. McSorley
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
M
Offline
  • Profile
  • Following 0
  • Followers 1
  • Topics 2
  • Posts 60
  • Groups 0

Posts

Recent Best Controversial
  • RE: PIR Sensor + Raspi

    Try again what PtrBld suggested with calibrating the PIR Sensor Tuning by turning the knobs so see if you get different results.

    Otherwise, this image show you which pins you have connected. If oyou have it set up the way PtrBld suggested, you change the code to 24.

    alt text

    posted in Hardware
    M
    McSorley
    Jun 14, 2017, 9:00 AM
  • RE: PIR Sensor + Raspi

    @pepemujica www.raspberrypi.org/documentation/usage/gpio-plus-and-raspi2/

    You have 5v, Ground, then GPIO.

    posted in Hardware
    M
    McSorley
    Jun 9, 2017, 1:42 PM
  • RE: MMM-Soccer - Standings, Schedules and Top Scorers

    I know its the off season now but any developments on cup support, i.e. Champions League?

    posted in Sport
    M
    McSorley
    Jun 8, 2017, 12:47 PM
  • RE: PIR Sensor + Raspi

    @pepemujica Good way to make sure you have it connected correctly and that the PIR is operating is to try out the python code in the link I sent.

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

    Keeping in mind for both this code and the module that you have the correct pin number.

    posted in Hardware
    M
    McSorley
    Jun 8, 2017, 8:48 AM
  • RE: MMM-UKNationalRail - Rail departure info for specific UK Railway stations

    Those kind of reddit posts make me wish I took photos when I built mine. Looks great.

    posted in Transport
    M
    McSorley
    Jun 7, 2017, 7:12 PM
  • RE: On-Demand Music

    I seen an article of someone doing it, but it was its own project. Unaffiliate with the MagicMirror.

    http://www.pimusicbox.com/

    Not looked into it. I made an AlexaPi and the only dissapointing thing about it is that it doesn’t play Spotify or Prime Music. I was looking into the possibility of using this but it was an after thought about a week ago.

    posted in Development
    M
    McSorley
    Jun 7, 2017, 3:19 PM
  • RE: PIR Sensor + Raspi

    I have it wired a little different. I have it connected to a different GPIO Pin.

    Following this guide worked beautifully.
    https://www.raspberrypi.org/learning/parent-detector/worksheet/

    posted in Hardware
    M
    McSorley
    Jun 7, 2017, 3:10 PM
  • RE: MMM-SystemStats (cpu temp/load, fre ram ...)

    Perfect along with MMM-RemoteControl to hide and enable it when I am testing.

    posted in Utilities
    M
    McSorley
    Jun 5, 2017, 2:52 PM
  • RE: MMM-AlexaPi

    I set up my AlexaPi with the Device ID “SmartMirror” rather than “magicmirror”

    Is there anyway I can change what the ID needs to be rather than run through the whole setup again for the Alexa?

    posted in Utilities
    M
    McSorley
    Jun 4, 2017, 6:22 PM
  • RE: Mirror supplier in Ireland

    I went with the supplier I linked. Worked a treat.

    posted in Hardware
    M
    McSorley
    May 31, 2017, 9:51 PM
  • 1 / 1
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