MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-voice

    Scheduled Pinned Locked Moved Utilities
    voice control
    329 Posts 55 Posters 1.0m Views 50 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • cowboysdudeC Offline
      cowboysdude Module Developer @pepemujica
      last edited by cowboysdude

      @pepemujica said in MMM-voice:

      @strawberry-3.141 Hi, I have the same problem, but I am installing at home, any idea why?

      [STEP 5/6] Installing npm dependencies
      dependencies.sh: line 106: cd: /home/christian/MagicMirror/modules/MMM-voice: No such file or directory
      npm WARN enoent ENOENT: no such file or directory, open '/home/christian/pocketsphinx/package.json’
      npm WARN pocketsphinx No description
      npm WARN pocketsphinx No repository field.
      npm WARN pocketsphinx No README data
      npm WARN pocketsphinx No license field.
      [STEP 5/6] Installing npm dependencies | Done
      [STEP 6/6] Manipulating dependencies
      dependencies.sh: line 118: cd: /home/christian/MagicMirror/modules/MMM-voice/node_modules/pocketsphinx-continuous: No such file or directory
      sed: can’t read index.js: No such file or directory
      [STEP 6/6] Manipulating dependencies | Failed

      Are you just installing by running ‘npm install’ in the MMM-voice directory?

      1 Reply Last reply Reply Quote 0
      • P Offline
        pepemujica
        last edited by

        I’m doing this:

        "Clone this repo into ~/MagicMirror/modules directory.

        Run command bash dependencies.sh in ~/MagicMirror/modules/MMM-voice/installers directory, to install all dependencies. This will need a couple of minutes."

        When I run bash dependencies.sh I have the error I’ve post at step 6

        1 Reply Last reply Reply Quote 0
        • cowboysdudeC Offline
          cowboysdude Module Developer
          last edited by

          Yes that would be the correct way :) I see you’ve also posted in troubleshooting and strawberry is there trying to help you…

          P 1 Reply Last reply Reply Quote 0
          • P Offline
            pepemujica @cowboysdude
            last edited by

            @cowboysdude said in MMM-voice:

            traw

            Yes, but still can’t find the answer :(

            cowboysdudeC 1 Reply Last reply Reply Quote 0
            • cowboysdudeC Offline
              cowboysdude Module Developer @pepemujica
              last edited by

              @pepemujica Go back to the troubleshooting post and ask strawberry to help you, he will :)

              1 Reply Last reply Reply Quote 0
              • P Offline
                pepemujica
                last edited by

                Hi, I’m having troubles here:

                0_1490484812893_upload-30f66be8-0e70-43db-9d09-ace55c7ecf8b

                Any idea why?

                Kind regards

                P 1 Reply Last reply Reply Quote 0
                • P Offline
                  pepemujica @pepemujica
                  last edited by

                  Could solve this, but when I open the module, I only see the mic with “Error”
                  Any idea why?

                  Kind regards

                  strawberry 3.141S 1 Reply Last reply Reply Quote 0
                  • strawberry 3.141S Offline
                    strawberry 3.141 Project Sponsor Module Developer @pepemujica
                    last edited by

                    @pepemujica what is inside your error log?

                    Please create a github issue if you need help, so I can keep track

                    P 1 Reply Last reply Reply Quote 0
                    • P Offline
                      pepemujica @strawberry 3.141
                      last edited by

                      @strawberry-3.141 Just 111111

                      johnnyboyJ 1 Reply Last reply Reply Quote 0
                      • johnnyboyJ Offline
                        johnnyboy @pepemujica
                        last edited by

                        @pepemujica

                        I take it you have already deleted the instal, and dowloaded another? Seen this happen and a fresh instal usualy does the trick? Sometimes, for whatever strange weird wonderfull reason, the download gets corrupted or fails to instal everything!

                        P 1 Reply Last reply Reply Quote 0
                        • P Offline
                          pepemujica @johnnyboy
                          last edited by

                          @johnnyboy So, how do I do a proper unistall for this module?

                          johnnyboyJ 1 Reply Last reply Reply Quote 0
                          • johnnyboyJ Offline
                            johnnyboy @pepemujica
                            last edited by

                            @pepemujica

                            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?

                            P 1 Reply Last reply Reply Quote 0
                            • P Offline
                              pepemujica @johnnyboy
                              last edited by

                              @johnnyboy I get this: 0_1490807719620_upload-f9553ba2-dae5-4af3-9035-92d9ee8508bd

                              1 Reply Last reply Reply Quote 0
                              • yawnsY Offline
                                yawns Moderator
                                last edited by

                                mmm-voice is no apt package, it is a module for magic mirror.
                                To remove it you do this

                                cd ~/MagicMirror/modules
                                rm -r mmm-voice
                                
                                johnnyboyJ 1 Reply Last reply Reply Quote 1
                                • strawberry 3.141S Offline
                                  strawberry 3.141 Project Sponsor Module Developer @strawberry 3.141
                                  last edited by

                                  @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 called pocketsphinx and sphinxbase, go into them and execute make uninstall, afterwards you can remove them.
                                  • run apt-get autoremove to uninstall dependencies that are not longer needed on your system

                                  Please create a github issue if you need help, so I can keep track

                                  P 1 Reply Last reply Reply Quote 1
                                  • P Offline
                                    pepemujica @strawberry 3.141
                                    last edited by pepemujica

                                    @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”

                                    P 1 Reply Last reply Reply Quote 0
                                    • P Offline
                                      pepemujica @pepemujica
                                      last edited by

                                      @strawberry-3-141
                                      0_1490812600092_upload-a01aedc7-9ab8-454f-b257-c318fa74b947

                                      strawberry 3.141S 1 Reply Last reply Reply Quote 0
                                      • johnnyboyJ Offline
                                        johnnyboy @yawns
                                        last edited by

                                        @yawns said in MMM-voice:

                                        mmm-voice is no apt package, it is a module for magic mirror.
                                        To remove it you do this

                                        cd ~/MagicMirror/modules
                                        rm -r mmm-voice
                                        

                                        I stand corrected @yawns… Sorry for giving wrong direction @pepemujica :-(

                                        1 Reply Last reply Reply Quote 0
                                        • strawberry 3.141S Offline
                                          strawberry 3.141 Project Sponsor Module Developer @pepemujica
                                          last edited by

                                          @pepemujica can you enable debug: true in the config and have a look what the debug log says

                                          Please create a github issue if you need help, so I can keep track

                                          P 2 Replies Last reply Reply Quote 0
                                          • P Offline
                                            pepemujica @strawberry 3.141
                                            last edited by

                                            @strawberry-3.141 at the module config?

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 16
                                            • 17
                                            • 8 / 17
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy