Read the statement by Michael Teeuw here.
Facial Recognition - customize your mirror for every user!
-
@Aly
could you try to found the module who make the bug by active one by one ?i found like that
-
@tidus5 So it looks like that i have problems with the module itself - not with other modules.
-
@Aly if you use the option “DISPLAY=:0 npm start dev”
do you see the error ?
-
I will have a look at that.
Update: I just tried to recent version of my module with the current MM version and everything seems to work as expected even custom classes. Please try to use the training tool again and update your
users:[]
config with the output provided :) Also make sure you use the latest version from GitHub.
In case this does not help please try to install the module from scratch and let me now how it goes. -
Hey :)
I received this error :
Thank you in advance! tidus5 & paviro
Great module paviro :)Happy and peaceful christmas holidays!!
App threw an error during load Error: Cannot find module 'python-shell' at Module._resolveFilename (module.js:455:15) at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) at Function.Module._load (module.js:403:25) at Module.require (module.js:483:17) at require (internal/module.js:20:19) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-Facial-Recognition/node_helper.js:4:21) at Module._compile (module.js:556:32) at Object.Module._extensions..js (module.js:565:10) at Module.load (module.js:473:32) at tryModuleLoad (module.js:432:12) Whoops! There was an uncaught exception... { Error: Cannot find module 'python-shell' at Module._resolveFilename (module.js:455:15) at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12) at Function.Module._load (module.js:403:25) at Module.require (module.js:483:17) at require (internal/module.js:20:19) at Object.<anonymous> (/home/pi/MagicMirror/modules/MMM-Facial-Recognition/node_helper.js:4:21) at Module._compile (module.js:556:32) at Object.Module._extensions..js (module.js:565:10) at Module.load (module.js:473:32) at tryModuleLoad (module.js:432:12) code: 'MODULE_NOT_FOUND' } MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues Launching application.
-
@Aly sounds like you didn’t install the dependencies with
npm install
in the MMM-Facial-Recognition directory -
@strawberry-3.141
Thank you :) - I think i have forgotten it -
@paviro Did anything ever happen with this? This module would be even more amazing if it could shut down and restart the monitor :)
-
@jspike how this should work? when you shut down the mirror it wouldn’t restart if you enter the room because you completely turned off the raspberry
EDIT: I’m sorry read mirror instead of monitor
-
Hi. Has anybody been successful in implementing an ip-cam with paviro´s module? I really would like to “misuse” this module to watch my frontdoor and inform me if someone “unknown” shows up.
I did a quick look into the “OpenCV” - Framework, but I´m at a loss on how to
bend the module to accept an jpg from my foscam ip cam.