Read the statement by Michael Teeuw here.
MMM-voice
-
@johnnyboy So, how do I do a proper unistall for this module?
-
I have uninstalled modules by - sudo apt-get purge (name of module) then sudo apt-get clean… then done another git pull of the module and installed… reading any notes first of course incase there are any points I need to pay particular attention to?
-
@johnnyboy I get this:
-
mmm-voice
is no apt package, it is a module for magic mirror.
To remove it you do thiscd ~/MagicMirror/modules rm -r mmm-voice
-
@strawberry-3.141 said in MMM-voice:
- remove the module directory
- open your bashrc file and delete at the bottom:
export LD_LIBRARY_PATH=:/usr/local/lib export PKG_CONFIG_PATH=:/usr/local/lib/pkgconfig
- in
/home/pi/
there should be directories calledpocketsphinx
andsphinxbase
, go into them and executemake uninstall
, afterwards you can remove them. - run
apt-get autoremove
to uninstall dependencies that are not longer needed on your system
-
@strawberry-3.141 Thanks for answering!
I’ve already done this, but sitill got the error at the right of the microphone
This time the error log has only a “1” -
-
mmm-voice
is no apt package, it is a module for magic mirror.
To remove it you do thiscd ~/MagicMirror/modules rm -r mmm-voice
I stand corrected @yawns… Sorry for giving wrong direction @pepemujica :-(
-
@pepemujica can you enable
debug: true
in the config and have a look what the debug log says -
@strawberry-3.141 at the module config?