@laknermi glad you like it :slight_smile:
Read the statement by Michael Teeuw here.
Posts
-
RE: Wunderlist - your todos on the mirror
-
RE: Wunderlist - your todos on the mirror
@laknermi the App url should not be necessary :) or can be set to anything, like the callback too.
-
RE: Face Recognition with inferred light
@KirAsh4 why
apt-get remove --purgeshouldn’tapt-get purgedo the same? -
RE: Face Recognition with inferred light
@feuerball why do you want to reinstall it?
-
RE: PIR-Sensor - put your mirror to sleep if not used
@sjuulbosmans white and black screens are mostly caused by wrong configuration. Check your web inspector!
-
RE: PIR-Sensor - put your mirror to sleep if not used
@jrleeman feel free to send a pull request! :) the sensor I use cost 3€ do I don’t really see a reason to do it in software of the sensors are that cheap :smiley:
-
RE: Wunderlist - your todos on the mirror
@laknermi then set it to http://localhost I thought it was the default.
-
RE: Wunderlist - your todos on the mirror
Hey all of you! :slight_smile:
Please try again with the updated version from GitHub!
Thanks to @MichMich for now knowing how to better handle API requests in Node :D -
RE: Synchronous requests [solved]
And there comes the
“Doh!” moment! :D Thanks completely overlooked that… -
RE: PIR-Sensor - put your mirror to sleep if not used
@Bangee in that case read the wiki ;)
-
RE: PIR-Sensor - put your mirror to sleep if not used
@Bangee how do you start your mirror?
-
RE: PIR-Sensor - put your mirror to sleep if not used
@Bangee it is node output! You have to check the log of the backend :)
-
RE: PIR-Sensor - put your mirror to sleep if not used
@MichMich is it? Not sure I think one dependencies of THIS plugin does not support it, yet :/
-
RE: Wunderlist - your todos on the mirror
@laknermi does not matter just leave it as it is when you create the app.
-
RE: PIR-Sensor - put your mirror to sleep if not used
@jrleeman you should be able to change that by modifying the PIR-Sensor mine has the possibility to exactly adjust that :)
-
RE: Weekly Calendar
@KirAsh4 Definitely! Maybe the calendar module could be used to parse it and then send a notification this module could receive?
-
RE: PIR-Sensor - put your mirror to sleep if not used
@Bangee Sure in the
node_helper.jsfind the commentDetected movementand addconsole.log()so that it looks like the following:gpio.wiringPiISR(this.config.sensorPIN, gpio.INT_EDGE_BOTH, function(delta) { console.log(gpio.digitalRead(self.config.sensorPIN)) .... } -
RE: Weekly Calendar
@KirAsh4 He is probably thinking about a grid layout like that:

-
RE: Face Recognition with inferred light
Uhm @MichMich could it be that the module fading fails if no module has the class you are trying to fade?