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

    Topics

    • Robert_KR

      Bathroom mirror: "Frameless, thin, gesture and voice controlled"

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      16
      6
      8 Votes
      16 Posts
      14k Views
      Robert_KR
      @Tyfoon Goodmorning, Hardware wise I have not a single issue. There is absolutly no warping in the plexiglass. I choose plexiglass because that’s what I can get hold of easiliy. And with a industrial lasercutter at hand it’s easy to build products with plexi. Things I would have don differently would only be software. The Google / Hotword is realy sensitive, and Google is gimmick but not really usefull. So I wouldn’t install it in a next version. It’s only to showoff but we’re not using it on a regular day. Besides that, it slows the mirror and internet connection down a lot. (but this could be a fault in my software) Regards Robert
    • Robert_KR

      MMM-GroveGestures -> ShellExec "Python script"

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      693 Views
      Robert_KR
      So after some thinkering with the hint I got, I’ve got the code working: "UP": { shellExec: "python /home/pi/ws2801_inschakelen.py", }, "DOWN": { shellExec: "python /home/pi/ws2801_uitschakelen.py", } Thanks for the help!
    • Robert_KR

      MMM-PIR-Sensor (PaViRo) +HC SR501 - Setting parameters?

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      1k Views
      Robert_KR
      So I made my first MagicMirror. I’ve included an HC SR501 pir-sensor. This sensor has two potential meters to alter the sensitivity and alter the amount of time the output stays high. Having set the sensibility at “medium”, and the output time at “short”. The short has been chosen to see if the sensor works and seems to give less failures. The off delay time will be set in the module config. I’ve tested the sensor at several ways. The RPI receives it’s signal and with gpio readall It shows to be at BCM 22, GPIO.3 Physical 15. Using the MMM-PIR-Sensor (PaViRo) module it “works”. Blocking the sensor and wait for the configured 30 seconds the screen goes off. Removing the sensor blockage, the screen goes on. I’ve altered the delay time from 30 seconds to 5 minutes (note time is in milliseconds) as below: { module: 'MMM-PIR-Sensor', config: { sensorPIN: 22, powerSaving: true, offDelay: 300000, //in miliseconden } }, the 5 minutes is because I want the mirror to go off when I’m not at home or a sleep 😉 Having set this it looked like it worked, but after a day the mirror started to misbehave. Go off when I’m walking in front of it, or even worse not go on anymore when standing, waving, dancing in front of it… A gpio readall shows the PIR still works and a sudo reboot solves the problem for a couple of hours. So I was wondering how do you guys set all the parameters as we have three variables. PIR sensor sensitivity, the PIR sensor output time and the module offDelay. And what can cause this misbehavior? Thanks in advance, Regards Robert
    • Robert_KR

      Small 'Picture frame' MagicMirror (first attempt)

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror 15 inch picture frame magicmirro thin
      13
      7
      4 Votes
      13 Posts
      11k Views
      LupearnL
      @lupearn hmm
    • Robert_KR

      Calendar Module - Altering event time format

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      1 Votes
      1 Posts
      937 Views
      Robert_KR
      The Magic Mirror is a bit new for me. But I got all preferred parts working. The calendar now shows: “event tomorrow 08:00” I would like to see: event monday 08:00 till 10:00 My code is as follows: { module: "calendar", header: "Kalender Robert", position: "top_left", config: { maximumNumberOfDays: 7, maximumEntries: 8, displaySymbol: false, dateFormat: 'ddd-Do-MMM' fullDayEventDateFormat: 'ddd-Do-MMM', urgency: 0, getRelative: 0, timeFormat: 'absolute', calendars: [ { symbol: "calendar-check-o ", url: "https://calendar.google.com/calendar/ical/*PRIVATE CODE*/basic.ics" } ] } Can anyone point me in the right direction of changing the time format? Best Regards and thanks in advance, Robert
    • 1 / 1