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

    semox

    @semox

    1
    Reputation
    360
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    semox Unfollow Follow

    Best posts made by semox

    • RE: Show compliments only when HC-SR04 sensor says someones near the mirror

      Hi,

      I recently added this feature. See https://github.com/semox/MMM-NearCompliments/

      posted in Requests
      S
      semox

    Latest posts made by semox

    • RE: Show compliments only when HC-SR04 sensor says someones near the mirror

      Hi,

      I recently added this feature. See https://github.com/semox/MMM-NearCompliments/

      posted in Requests
      S
      semox
    • RE: iCalendar VTODO - Showing ToDos on Magic Mirror

      I am sorry. No. Is there anybody else already implementing this?

      posted in Requests
      S
      semox
    • Show compliments only when HC-SR04 sensor says someones near the mirror

      Hi,

      has anyone already solved the use case to show compliments only when someones near the mirror (i.e. lower 50 cm) for a given delay (i.e. 30 seconds) by using a HC-SR04 sensor?

      • thobach has solved this by using a GP2Y0A21YK and a separate Arduino (https://github.com/thobach/MMM-Gestures) but I don’t want to do this.

      • mochman does something similar. It recognizes swiping gestures by using two HC-SR04 sensors. (https://github.com/mochman/MMM-Swipe)

      posted in Requests
      S
      semox
    • iCalendar VTODO - Showing ToDos on Magic Mirror

      Hi,

      is there already a module which displays open todos as a simple list on the Magic Mirror based on an iCal feed?

      BEGIN:VCALENDAR
      VERSION:2.0
      PRODID: Product ID
      BEGIN:VTODO
      CREATED:20150521T164725Z
      DTSTAMP:20170503T182110Z
      LAST-MODIFIED:20170503T182109Z
      SEQUENCE:0
      STATUS:NEEDS-ACTION
      SUMMARY: Lampe reparieren
      UID:0672EA9A-CF2A-4C7C-B0C7-BDCBDE86F338
      X-APPLE-SORT-ORDER:453919645
      END:VTODO
      END:VCALENDAR
      

      As far as I can see the nodejs ical.js module which is used by the default calendar module already has parsing support for this…

      posted in Requests vtodo ical ics
      S
      semox