A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Face-Reco-DNN Alerts
-
Would it be at all possible to use the alerts module to say like “Hello Sue” or something of the sort when a face is recognized and the profile is switched? If so how would one go about that?
-
@stardyze the alert module would have to be configured for that user, and then the reco code would have to send a notification for alert
-
@sdetweil what would the code for the reco notification look like? Sorry I’m new.
-
@stardyze look at the alert module doc. notifications are all the same process
this.sendNotification(type, data)
where type is a string w the identifier for this event
and data is whatever needs to go along with this type (sometimes it’s nothing, or null) -