Mmm first it would be nice to check if the microphone is recording…anyway can anyone suggest me an IDE at least to make a good code debugging? Because I’m currently working with a text editor on Rasp pi.
Read the statement by Michael Teeuw here.
Latest posts made by thereisnotry87
-
RE: Camera module
-
RE: Camera module
@jeremytripp First of all thanks to post your experience, it was very self-explanatory. So…did you get these kind of ALSA lib error messages?
*ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave* *ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side* *ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi* *ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline* *ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused* *ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused* *ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave* *Cannot connect to server socket err = No such file or directory Cannot connect to server request channel* *jack server is not running or cannot be started*
I’ve already seen that @James got similar errors but at least for him it worked (video display top centred and taking pictures). In my case nothing happens when I send the voice command.
Any suggestions? I love the support of this community.
-
RE: VoiceControl module
Hello guys, it seems I have the same problem as @frodrd00 and @Medo and cannot properly run the voicecontrol module. In my case I want to use the camera module which works together with the mentioned one. I’ve checked the voicemodule.js to match with its corresponding declaration in config.js and everything looks fine.
**config.js** { module: 'voicecontrol', position: 'bottom_left', config: { models: [ { keyword: "Show Camera", description: "Say 'Show Camera' to display camera", file: "ShowCamera.pmdl", message: "SHOW_CAMERA" }, { keyword: "Hide Camera", description: "Say 'Hide Camera' to hide camera", file: "HideCamera.pmdl", message: "HIDE_CAMERA" }, { keyword: "Selfie", description: "Say 'Selfie' when camera is visible", file: "Selfie.pmdl", message: "SELFIE" }, ] } },
voicecontrol.js
models: [ { keyword: "Show Camera", description: "Say 'Show Camera' to display camera", file: "ShowCamera.pmdl", message: "SHOW_CAMERA" }, { keyword: "Hide Camera", description: "Say 'Hide Camera' to hide camera", file: "HideCamera.pmdl", message: "HIDE_CAMERA" }, { keyword: "Selfie", description: "Say 'Selfie' when camera is visible", file: "Selfie.pmdl", message: "SELFIE" }, ]
How did you manage this problem?
ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modem ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phoneline ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect: Connection refused ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave Cannot connect to server socket err = No such file or directory Cannot connect to server request channel jack server is not running or cannot be started
Thanks a lot in advance ))
-
RE: Really NOOB Question. Stopping Magic Mirror App
Best greetings to everyone,
I’m also a new user and few days ago I’ve installed the MagicMirror on Rasp Pi 3 following this fantastic tutorial https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/6. However I cannot exit from the execution loop, I mean pressing Ctrl+W the mirror stops but after a second it’s re-launched again forcing me to restart the Rasp Pi each time I want to apply some changes.
Any ideas to solve this problem?
Thanks a lot in advance ;)