Hi,
I recently added this feature. See https://github.com/semox/MMM-NearCompliments/
Hi,
I recently added this feature. See https://github.com/semox/MMM-NearCompliments/
Hi,
I recently added this feature. See https://github.com/semox/MMM-NearCompliments/
I am sorry. No. Is there anybody else already implementing this?
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)
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…