Hey @jamesarm !
Did you look at debug mode? Maybe it has some information if module starts/stops?
Did you add classes to modules ?
Posts made by kicifans
-
RE: MMM-Face-Recon-DNN not getting past the opening video stream
-
RE: MMM-Face-Reco-DNN username display mapping problem
@sdetweil
Thank you very much!
Exactly what I needed -
RE: MMM-Face-Reco-DNN username display mapping problem
@sdetweil thank you for response!
Maybe I didn’t write the problem clearly enough. I understand the main function of this module and it’s working fine. The thing is, there is a a notification which says “hello, ‘some_name’” . And I would like to map ‘šōmē_nāmē’ to show instead of ‘some_name’.This is one of this modules configuration field with its comment :
// Dictionary for person name mapping in welcome message // Allows for displaying name with complex character sets in welcome message //e.g. jerome => Jérôme, hideyuki => 英之 usernameDisplayMapping: null,
The thing is , I don’t full understand how and where I need to insert those names.
Thanks in advance! -
MMM-Face-Reco-DNN username display mapping problem
Hello everyone!
My problem probably is just because of my low knowledge of programming.In this module there is a property called usernameDisplayMapping and I haven’t been able to figure it out how to use it/ type in it to get it to work.
Maybe someone can help me how would this parameter should look if I would insert some random name mapping like : jerome -> Jérôme, John -> Jōhn, Caytlin -> Cāytlīņ or anything like that?