@jagerpower yes. Have you changed the interval?
Read the statement by Michael Teeuw here.
Posts
-
RE: Wunderlist - your todos on the mirror
-
RE: Wunderlist - your todos on the mirror
@jagerpower have you checked your web inspector and really added your todo to the
inboxlist and not another one? -
RE: Wunderlist - your todos on the mirror
@CGabo glad you find it useful :)
-
RE: Wunderlist - your todos on the mirror
@jagerpower this module is for MM v2.0? :confused:
-
RE: Face Recognition with inferred light
Is there any log in the Web inspector?
-
RE: Face Recognition with inferred light
Only the console or the US as well? The image could be a bit too dark for openCV to recognize a face :(
-
RE: Face Recognition with inferred light
@feuerball to the IR-thing: No idea, never tried openCV with IR. How does the image of your face look like on IR? Could you post an example?
Does the module show a message, when you are recognized?
-
RE: Face Recognition - File can't be opened for writing
@feuerball try putting it somewhere else and set the
trainingFilesetting in your config :) -
Suspend hidden modules [done]
It would be create if hiding a module would fire a
suspend methodthat could be used to stop timers and other tasks. You could then later restart them with aresume method.In the
module.jsthis could look like the following:suspend: function() { //stop timers }, resume: function() { //restart timers }, ...This way we could save resources if multiple users use the mirror with different sets of modules.
-
RE: Voice/motion control
electron-speech, alexa-voice-service & pocketsphinx might be worth a look :)
-
RE: System temperature : fetching...
You can see the logs inside your terminal session. If you use
pm2executepm2 logs mmto see the log! :) -
RE: Profile switching API
@00conman sure you could. Would be the same thing like I do in my module but you probably would need to serve an API you could then trigger via a terminal :)
-
RE: Face Recognition - File can't be opened for writing
Probably it does not even exist in that path. Be sure to add the training file path to the conduct of put it in the module folder.
-
RE: Profile switching API
It is but this thread is not about that module! Please go to this topic for that.
Update: I moved your posts to the correct topic, please check next time :) will post an example how to switch profiles later.
-
RE: Change default interface colors
@00conman what exactly do you mean? Do you want to for example change a text color?
Another note: Please use a title for new topics that consists of more than just one word so people know what it is about! I chanced it for you this time :)
-
RE: Profile switching API
@00conman what do you mean by profile? This module does not switch any profiles it’s just activates and disables the monitor :D