Hi @Anhalter42, I did not know it. I should have read it all the modules before. That make the life more easier to be honest. Thanks for mentioned it!
Read the statement by Michael Teeuw here.
Posts
-
RE: Remote control using your iphone
-
Remote control using your iphone
Hi everyone,
i am having issues with the voice module. Until I can fix it I come out with an idea to turn off the screen. I am not probably the first one with this idea. But, I wanted to offer a solution for people who has similar issues as me. So I have downloaded an App in my iphone(I am sure there is something similar in Android). The app I am using is called “Simple SSH Remote”. It is quite easy to use this app. Your only need to write the ip of your pi (it works perfectly fine in local), id, pass, label and command line. In my case I have written these:
ip: 192.168.0.xx:22
id:pi
pass:xxxxx
label:Turn off
command line: tvservice -o
label:Turn on
command line: tvservice -p -
MMM-Voice libpocketsphinx.so.3: cannot open shared object file: No such file or directory[update]
Hi everyone,
I have bought a USB microphone and I have plugged it into the raspberry pi. After I have installed the MMM-Voice as it is described on the website. Once I start the Magic mirror, on the bottom part I have the message “Ready, choose a mode”. However, I have tried to say the keyword + the mode and I have not got any change.
I was able to fix the problem with the library adding the path in /etc/ld.so.conf and updating the ldconf. Now when I restart the model with debug:true. I do not have any error.log, I have just a huge text from pocketsphinx. At end the you can read as “continuous.c(275): Ready…”. But, the module still does not recognize my commands. I have checked the microphone and it is working without problems.
Thanks in advance for all your help.