Hello everyone! anyone using the module 'Camera by alexyak"?
I connected my web cam and mic which is connected by USB to raspberrypi3, but everytime I do npm start
it shows these errors …
How should I do if I want to fix these ALSA problems?
[image: 1490191638120-1.png]
i launched by Chromium and the console says Filed to load resource : file:///socket.io/socket.io.js
do you have any idea that I can download socket.io.js manually?
thanks for helping me !!
@HC
Why are you opening the html file? You should start magicmirror with node serveronly and direct your browser to http://localhost:8080 or you should run npm start which will launch the browser on its own
@Jopyth tnx!! I manged to fix it! Thanks alot :-) but I want it to be working face recognition regardless of typing ‘npm start’ everytime. Do you have some ideas??