Read the statement by Michael Teeuw here.
Web request when switching profile with MMM-ProfileSwitcher
-
Hello,
I’m trying to do a Magic Mirror that can do attendance tracking
I was before using a web page and a Google Script so i want to keep it and only use a web request
So i want to know if it’s possible to have a module that can do this :
-
In the morning when someone “open” their profile a web request is executed and the mirror switch to the profile
-
And the afternoon i want it to do the same thing except with a different web request
Thanks for your help :)
-
-
@Exosys what do u mean by ‘web request’?
There are profile switcher modules, that can take events from face reco and hardware sensors fingerprint, RFID, etc
-
I have a module that use RFID to switch profile but i want to use the RFID reader at the same time to do my attendance tracking stuff, but the reader (i think) cannot be use twice so i have to integrate the code to MMM-RFID but i have no idea how to do that
-
I have successfully done this
I have just edit the Dump.py (using the requests library) that MMM-RFID useThanks you
-
@Exosys How did you that? Can you share please?