BrianHepler / MMM-Selfieshot

Taking a Selfie with USB cam on MagicMirror.
MIT License
8 stars 6 forks source link

Selfie_SHOOT #1

Closed thetobyde closed 4 years ago

thetobyde commented 4 years ago

Hey dude! Very very nice! I love it so much <3 but is it possible to have a button with „take a selfie“ or something else for my touch screen MM? Maybe with an other module to send this notification to activate the countdown? I did not find anything. :/ In love Toby

eouia commented 4 years ago

This module itself has no touchscreen button natively. But if you have any module which can emit user-custom notification (For example; MMM-Touch, MMM-Hotword, ... ) or can emit any notification (For example; PIR or HWButton or ... their notifications could be translated through MMM-NotificationTrigger. Even clock module can do that. - if you want to take a photo per seconds. :D),

Maybe @BrianHepler - new owner of this module has another idea. :) Good luck.

BrianHepler commented 4 years ago

It sounds like MMM-Touch is the way to implement this. I'll experiment with it and see if I can make it work easily. If so, I'll add it to the documentation. Would that be sufficient?

thetobyde commented 4 years ago

That would be great! Thanks a lot! I Made about 20 mirrors last weeks. For my friends... Your module is perfect for all of us. Thx.

BrianHepler commented 4 years ago

New code is up in the dev-button branch. Would you like to try it before I push it to the master branch?

thetobyde commented 4 years ago

Yes! Thx! I‘ll try it tomorrow. Thank u Brian

Von meinem iPhone gesendet

Am 02.06.2020 um 20:13 schrieb Brian Hepler notifications@github.com:

 New code is up in the dev-button branch. Would you like to try it before I push it to the master branch?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or unsubscribe.

BrianHepler commented 4 years ago

Merged.