Would be nice yeah :)
Read the statement by Michael Teeuw here.

Posts
-
RE: WE WANT YOU! [New Moderators]
Thank you all for volunteering! We will wait until Sunday and then decide who gets the job :)
-
RE: Facial Recognition - customize your mirror for every user!
That’s why there are multiple algorithms :D Choose the one that works best for you :)
-
RE: Facial Recognition - customize your mirror for every user!
I try to take pictures in different lighting conditions with slight changes in angle. One looking a bit down, one a bit to the left and so on.
-
Showcase Guidelines
Guidelines for presenting your module!
Topic Title:
Please use the following template for your topic title:
[module-name] Short description
Main Post:
Please use the following template for your main post. Feel free to add additional headings, just make sure they are well structured!
# Description: This part contains a long description of your module. # Screenshots: Add as many screenshots as you like. # Download: // Remove the spaces and add your Github module repository [ card:paviro/MMM-FRITZ-Box-Callmonitor ] --- ## Version x * Blabla * Blabla ## Version y * Blabla * Blabla
Updates:
Edit the main post and keep a change log with all your changes; this is mandatory!
Example:
Description:
The FRITZ!Box Callmonitor provides an interface for the FRITZ!Box showing an alert whenever someone is calling. It also adds an optional widget to the UI which can be used as a call history or if configured correctly as a list of missed calls.
Numbers are automatically converted to their corresponding names if an.vcf
address book file is given to the module.If you have any questions or requests for future versions, don’t hesitate to ask!
Screenshots:
Download:
[card:paviro/MMM-FRITZ-Box-Callmonitor]
Version 1
- Initial release
- Showing an alert whenever someone is calling
Version 2
- Call history added
- Added support for
.vcf
contact parsing
-
RE: Developing USGS Earthquake Map (2MB GIf warning) Topic 2
You can now also edit your posts, once you fixed your last bugs :) Just make sure the conversation stays understandable by not removing your original post but instead adding a second section:
Version 2
-
RE: Facial Recognition - customize your mirror for every user!
@benkej as I stated the MagicMirror module need two identical identifies in a row :)
@YourhighnessLeender glad to hear :) -
RE: Facial Recognition - customize your mirror for every user!
Nooo! Don’t mess with the module code! I just added an option to force webcam use, checkout the updated code on GitHub :)
-
RE: Facial Recognition - customize your mirror for every user!
Well the capture script does not have an enforce webcam option. Try to uninstall the picam python module, it will fallback to webcam then.
To minimize recognition errors the MagicMirror module requires two identical recognitions to be accepted as current user. If your training data is not good enough it could happen that you are never recognized twice in two directly following images -> Always unknown user.
-
RE: Facial Recognition - customize your mirror for every user!
Well that could also be a cause. You should use the same camera for best results!
Why shouldn’t you be able to use a webcam with the capture script? I never used it with anything else to be honest :D