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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • RE: Mirror supplier in Ireland

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

      posted in Hardware
      M
      McSorley
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 2 / 6