A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Face Recognition with inferred light
- 
 Had the same issue. 
 Removing the module “localtransport” solved it for me.
- 
 @POIMann really? That’s interesting! So it works without problems now? 
- 
 The use of this.data in localtransport.js conflicts with this.data-object from the module instance properties. I patched it by replacing “this.data;” with “this.response;” in all its occurrences in localtransport.js. #enjoy 
- 
 That … would make sense. It’s helpful for module writers to check the documentation on the wiki to see what method, classes, or other naming conventions are being used to avoid conflicts. 
- 
 Thank you a lot for figuring that out! :) 
- 
 gonna try it later, thanks 


