I also built a gesture detection module using infrared sensors:
https://github.com/thobach/MMM-Gestures
It requires an Arduino and two infrared sensors for detecting presence and up, down, left, right, close and far hand gestures.
It can be used to turn the mirror into sleep mode when its not used, shows compliments when you stand in front of it and allows to scroll through the news ticker and view more news details incl. the full news article.
Best posts made by thobach
-
RE: Gesture recognition
-
RE: Wunderlist shuts down May 6th
@mchrdk @binderth @lavolp3 I created a new module for Microsoft To Do at https://github.com/thobach/MMM-MicrosoftToDo. The migration from Wunderlist to Microsoft To Do was quite seamless.
Could you please test it and provide me some feedback? Thanks!
Latest posts made by thobach
-
RE: Microsoft To-Do (wunderlist replacement?)
@Mighty-Mouseq Nice! Do you want to create a pull request? I could then merge it into the main branch for everyone.
-
RE: Measuring power/energy cost on a 24/7 running pi
If you are looking for some code to disable the monitor or if you want the use an infrared sensor to detect when someone is in front of the mirror and only then turn it on, you can check my module https://github.com/thobach/MMM-Gestures.
-
RE: Microsoft To-Do (wunderlist replacement?)
@zolabus It seems you faced the same issue as in https://github.com/thobach/MMM-MicrosoftToDo/issues/18. I updated the instructions in https://github.com/thobach/MMM-MicrosoftToDo/blob/master/README.MD#refresh-token-generation-refresh-token to be more Windows friendly, e.g. all in a single line and using double quotes. Could you please try it again with the updated instructions? Thanks!
-
RE: Microsoft To-Do (wunderlist replacement?)
@andyyy The call seems to be missing some parameters, please check the full command line from https://github.com/thobach/MMM-MicrosoftToDo/blob/master/README.MD, thanks!
-
RE: Microsoft To-Do (wunderlist replacement?)
@binderth Did the tips from @ThaliaFromPrussia (https://forum.magicmirror.builders/post/68615) work for you to see what error you are getting on the magic mirror front-end?
-
RE: Microsoft To-Do (wunderlist replacement?)
@Jan You’re welcome. Have you tried adding the module multiple times in the config file with different
listId
values? -
RE: Microsoft To-Do (wunderlist replacement?)
@binderth The refresh happens every 60s. I don’t plan to implement a fade-option, sorry, it would require quite some effort given the current implementation.
-
RE: Microsoft To-Do (wunderlist replacement?)
@andyyy What error message do you get? Are you on Windows 10 which should have curl pre-installed? I updated the readme file to replace the space symbols with %20 as that seemed to have caused issues for some. Please make sure to preserve the ’ symbol at the end of the call.
-
RE: Wunderlist shuts down May 6th
@mchrdk @binderth @lavolp3 I created a new module for Microsoft To Do at https://github.com/thobach/MMM-MicrosoftToDo. The migration from Wunderlist to Microsoft To Do was quite seamless.
Could you please test it and provide me some feedback? Thanks!
-
RE: Microsoft To Do List Module Request (Similar to Wunderlist or Todoist)
@joela85 I created a new module for Microsoft To Do at https://github.com/thobach/MMM-MicrosoftToDo. The migration from Wunderlist to Microsoft To Do was quite seamless.
Could you please test it and provide me some feedback? Thanks!