• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Creating Custom Voice Commands for Hello-Lucy...?

Scheduled Pinned Locked Moved Troubleshooting
30 Posts 4 Posters 5.2k Views 4 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.
  • D Offline
    Doctor0ctoroc @Mykle1
    last edited by Jun 5, 2020, 4:51 AM

    @Mykle1 said in Creating Custom Voice Commands for Hello-Lucy...?:

    @Doctor0ctoroc said in Creating Custom Voice Commands for Hello-Lucy...?:

    when I changed “Hello Lucy” to “Hey Jarvis” in the Hello-Lucy.js

    You would only need to change it in the config entry

    Ah, good to know so I’m not being redundant. And thanks for the direction on the coding, that helps a lot! Do I need to add the extra words to the words.json file as well?

    M 1 Reply Last reply Jun 5, 2020, 10:52 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @Doctor0ctoroc
      last edited by Jun 5, 2020, 10:52 AM

      @Doctor0ctoroc said in Creating Custom Voice Commands for Hello-Lucy...?:

      Do I need to add the extra words to the words.json file as well?

      No sir. Re-read the instructions in my post above

      Create a working config
      How to add modules

      D 1 Reply Last reply Jun 5, 2020, 9:14 PM Reply Quote 0
      • D Offline
        Doctor0ctoroc @Mykle1
        last edited by Jun 5, 2020, 9:14 PM

        @Mykle1 Okay, got it to work! Although it seems when I say “cheer me up” it will 25% of the time pull up the help menu haha. Is there a function that pulls up help if it can’t ‘understand’ the input? I can’t imagine it’s reading my voice command as “show help”!

        M 1 Reply Last reply Jun 5, 2020, 10:36 PM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @Doctor0ctoroc
          last edited by Jun 5, 2020, 10:36 PM

          @Doctor0ctoroc

          ‘False Positives’ do occur. That’s why I told you that’ some commands work better than others, you’ll have to experiment and Lucy will never be as accurate as an Amazon Echo or Google Home.’ You wanted custom commands. The longer they are (4 words) the higher the risk of false positives. Also, the Pi is hard put to handle Lucy. That’s the reason I moved on to laptop boards. Fantastic response time with non-usb microphone (3.5mm) and higher accuracy.

          Create a working config
          How to add modules

          D 1 Reply Last reply Jun 5, 2020, 11:19 PM Reply Quote 0
          • D Offline
            Doctor0ctoroc @Mykle1
            last edited by Doctor0ctoroc Jun 5, 2020, 11:20 PM Jun 5, 2020, 11:19 PM

            @Mykle1 Fair enough! Out of curiosity, if I were to remove all the commands that I know I won’t use, would that improve the performance by limiting the number of possible commands or is the bulk of the delay just a result of the Pi’s limited processing power? For my mic, I’ve actually been using the Respeaker 2-mic Pi Hat. Not sure how much more responsive that is than a USB mic but it definitely picks up my voice better than the $6 USB mic most people get on Amazon. With a breakout ribbon cable I can place it anywhere I want up to a foot or so from the Pi itself so it doesn’t have to seat directly on top!

            S M 2 Replies Last reply Jun 5, 2020, 11:35 PM Reply Quote 0
            • S Away
              sdetweil @Doctor0ctoroc
              last edited by sdetweil Jun 5, 2020, 11:36 PM Jun 5, 2020, 11:35 PM

              @Doctor0ctoroc no, the sphinx lib is just not that good in my opinion. i stopped using as i am spoiled by google speech reco

              i warned about this back at the beginning

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • M Offline
                Mykle1 Project Sponsor Module Developer @Doctor0ctoroc
                last edited by Jun 6, 2020, 12:30 AM

                @Doctor0ctoroc said in Creating Custom Voice Commands for Hello-Lucy...?:

                I’ve actually been using the Respeaker 2-mic Pi Hat

                I’ve never used one but I can tell you that USB microphones slow Lucy response times considerably, even on a quad core i7. I’ve tested this. USB microphones (several) introduced too much lag for my liking. My guess is how the audio is processed through USB. The same machine with a common 3.5mm jack microphone (several) makes Lucy fly.

                I am curious. What sort of response time do you get with the Pi Hat microphone, from command to response?

                Create a working config
                How to add modules

                D 1 Reply Last reply Jun 6, 2020, 8:35 AM Reply Quote 0
                • D Offline
                  Doctor0ctoroc @Mykle1
                  last edited by Doctor0ctoroc Jun 6, 2020, 8:37 AM Jun 6, 2020, 8:35 AM

                  @sdetweil I’ve made multiple attempts to incorporate the Google API (both with voice rec and photos) but it seems they made a number of changes to the way things work earlier this year so all of the existing tutorials from as recent as late 2019 are harder to follow and I haven’t been able to sort it out with my limited knowledge (and my limited I mean I have never attempted anything using the API before so I am guessing half the time). I would prefer Google Assistant but I’ll settle for module control with some delay as I don’t think my girlfriend who I’m building this for will use it for much aside from switching between preset pages and I can customize it to her liking so she doesn’t need to interact with it much. She’ll definitely get a kick out of calling it JARVIS though! I’m not going to lie, I probably would have been better off just getting a Chromecast so she can put whatever she wants up on it from her phone (and the ‘screensaver’ for the 'cast has time and weather) but I wanted to be able to customize all the colors, layout, etc so I went with the Pi and MM2. It’s decision I’m only half regretting…

                  @Mykle1 It’s not great. What’s more is it varies from reboot to reboot of the Pi. Sometimes it seems to take a second at most, other times it takes the amount of time it takes me to feel the need to give the command again, about 3 or 4 seconds. Not sure why the discrepancy but if I can boot it to work on the faster end at any point then I’m fine with it since it’ll just be left on the wall at that point. Would be nice to figure out why it goes slower sometimes and faster others though. Unfortunately, there is limited documentation for the hat I’m using. I originally got it because it has a GPIO through port that’s Grove compatible and I picked up a Grove PIR sensor but I’m struggling to get that to work and there is no documentation on using these components together so as with everything else in this build, I’m just guessing half the time.

                  S 1 Reply Last reply Jun 6, 2020, 11:16 AM Reply Quote 0
                  • S Away
                    sdetweil @Doctor0ctoroc
                    last edited by Jun 6, 2020, 11:16 AM

                    @Doctor0ctoroc the Google apis are none too easy thats for sure.

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    S 1 Reply Last reply Jun 6, 2020, 1:54 PM Reply Quote 0
                    • S Away
                      sdetweil @sdetweil
                      last edited by Jun 6, 2020, 1:54 PM

                      @sdetweil there IS a new MMM-GoogleAssistant module, which uses the google voice reco, which supports user defined commands (change page)

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      D 1 Reply Last reply Jun 6, 2020, 8:45 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 3 / 3
                      3 / 3
                      • First post
                        23/30
                        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