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

    Posts

    Recent Best Controversial
    • RE: PIR-Sensor - put your mirror to sleep if not used

      I´m playing around with PIR and after reinstalling npm it seems to work.
      the only problem is that my monitor is switching on and off every couple of seconds.
      do you guys have a picture of how your sensor is setup (Poti, Trigger Jumper)?

      thanks a lot!

      posted in Troubleshooting
      C
      cpramhofer
    • RE: Motion Detector

      hi @cowboysdude,

      i´m sorry - i thought we are all speaking about the camera based motion detection by @alexyak
      https://github.com/alexyak/motiondetector

      have a nice sunday!

      posted in Utilities
      C
      cpramhofer
    • RE: Motion Detector

      Hi guys

      as it looks that it isn´t an MM problem but an Pi Problem…another try:

      sudo nano /etc/kbd/config

      change the values to zero

      BLANK_TIME=0
      POWERDOWN_TIME=0

      good luck

      posted in Utilities
      C
      cpramhofer
    • RE: Motion Detector

      Hi @cowboysdude

      thank you for your files and the explanation. what i don´t understand is how this all works together with the “Motion Detector” - i would prefere to use a camera instead of a PIR Sensor but as far as i see i have to install the pir.py file which is calling the on&off files and referring to the PIN with the connected PIR sensor.

      is there a way to use the on&off files with the “Motion Detector” Module?

      greets
      Christoph

      posted in Utilities
      C
      cpramhofer
    • RE: City of Vienna - Public Transport Realtime Monitor

      Hi @strawberry-3-141!

      Thanks a lot for work great work!
      It doesn’t only work, it also looks fantastic!

      if you are from vienna: the next beer is on me ;)

      greets
      Christoph

      posted in Requests
      C
      cpramhofer
    • RE: Motion Detector

      here is what i have done, actually it works - i will watch it a few days.

      switch to /bin/

      cd /
      cd bin

      open nano and create a shell script

      sudo nano monitor_on.sh

      write the “On” Command in it and save with Ctrl+x

      /opt/vc/bin/tvservice --preferred && sudo chvt 6 && sudo chat 7

      open nano and create another shell script

      sudo nano monitor_off.sh

      write the “Off” Command in it and save with Ctrl+x

      /opt/vc/bin/tvservice -o

      make both shell scripts executable

      sudo chmod +x monitor_off.sh
      sudo chmod +x monitor_on.sh

      open the crontab and add the following at the end

      switches the monitor off and on every 15 minutes. this is for experimenting, i will look how it works and will set the

      time up as.

      15 * * * * sudo /bin/monitor_off.sh
      15 * * * * sudo /bin/monitor_on.sh
      @reboot sudo modprobe bcm2835-vl2

      posted in Utilities
      C
      cpramhofer
    • RE: Motion Detector

      hi @cowboysdude ,

      could you please give me (and maybe others) the detailed instruction how these files look in detail and where those are located?

      thanks a lot in advance,
      Christoph

      posted in Utilities
      C
      cpramhofer
    • RE: City of Vienna - Public Transport Realtime Monitor

      Hi Strawberry,

      Mayen this Uri helps:

      http://www.wienerlinien.at/ogd_realtime/monitor?rbl=4259&sender=GDxCvVKMAfrXja1F

      I think the value After the Sender is the API key.

      Thanks a lot for your help!!

      posted in Requests
      C
      cpramhofer
    • RE: City of Vienna - Public Transport Realtime Monitor

      Hi again ;)

      found the following:

      https://github.com/Metalab/oeffimonitor

      someone acutally did a lot of work on this in JS here on github. the point is to bring this into an MMM.

      posted in Requests
      C
      cpramhofer
    • RE: City of Vienna - Public Transport Realtime Monitor

      Hy Guys,

      thanks a lot for your help!
      i would do it for my own but i stoped programming since i left university 10 years ago and i currently don´t have the time to get used to json…

      greets from Vienna ;)

      posted in Requests
      C
      cpramhofer
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 5 / 6