• 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.

Google assistant does not respond to hotwords

Scheduled Pinned Locked Moved Unsolved Troubleshooting
4 Posts 4 Posters 1.0k 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.
  • A Offline
    AliensExist
    last edited by Nov 22, 2019, 3:57 AM

    google assistant does not react to hotwords, I read here about the similar problem people had, but could not figure it out. I am doing to for school project. Please help. (I get the briefing for the day as the mirror starts, but then it does not react to my voice).

    pi@raspberrypi:~/MagicMirror $ npm start
    npm WARN npm npm does not support Node.js v10.15.2
    npm WARN npm You should probably upgrade to a newer version of node as we
    npm WARN npm can’t make any promises that npm will work with this version.
    npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
    npm WARN npm You can find the latest version at https://nodejs.org/

    magicmirror@2.9.0 start /home/pi/MagicMirror
    sh run-start.sh

    Starting MagicMirror: v2.9.0
    Loading config …
    Loading module helpers …
    No helper found for module: alert.
    Initializing new module helper …
    Module helper loaded: updatenotification
    No helper found for module: clock.
    Initializing new module helper …
    Module helper loaded: calendar
    No helper found for module: compliments.
    No helper found for module: currentweather.
    No helper found for module: weatherforecast.
    Initializing new module helper …
    Module helper loaded: newsfeed
    Initializing new module helper …
    Module helper loaded: MMM-Hotword
    Initializing new module helper …
    Module helper loaded: MMM-AssistantMk2
    All module helpers loaded.
    Starting server on port 8080 …
    Server started …
    Connecting socket for: updatenotification
    Connecting socket for: calendar
    Starting node helper for: calendar
    Connecting socket for: newsfeed
    Starting module: newsfeed
    Connecting socket for: MMM-Hotword
    [HOTWORD] MMM-Hotword starts
    Connecting socket for: MMM-AssistantMk2
    Sockets connected & modules started …
    Launching application.
    Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000
    Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
    [AMK2] Recipe is loaded: hide_and_show_all_modules.js
    [AMK2] Recipe is loaded: reboot.js
    [AMK2] Recipe is loaded: screen_onoff.js
    [AMK2] Recipe is loaded: shutdown.js
    [HOTWORD] No model to load
    [AMK2] Temporal storage directory is clearing.
    [AMK2] assistant ready
    [AMK2] Conversation starts.
    [AMK2] Started with text query: brief today
    { requestId: ‘5dd74d48-0000-254e-8c81-f403045dc880’ } { profileFile: ‘default.json’, lang: ‘en-US’ }
    [AMK2] Device Action: { requestId: ‘5dd74d48-0000-254e-8c81-f403045dc880’ }
    [AMK2] Assistant Text Response:
    Shutting down server…
    Stopping module helper: updatenotification
    Stopping module helper: calendar
    Stopping module helper: newsfeed
    Stopping module helper: MMM-Hotword
    Stopping module helper: MMM-AssistantMk2
    pi@raspberrypi:~/MagicMirror $

    S 1 Reply Last reply Dec 23, 2019, 12:46 PM Reply Quote 0
    • A Offline
      annabellmatt
      last edited by Dec 23, 2019, 10:53 AM

      Know the steps for Google not Responding Recover web page
      Google web page is a complete resource that helps people to search relevant information using an internet browser. If sometimes the Google web page doesn’t respond, then users need to perform troubleshooting to recover that non-responding web page.
      You have to try running internet explorer in safe mode to fix the Google recover webpage, not responding issue with the help of steps given below:

      1. At first open the Google Chrome browser and navigate towards the web page.
      2. If web page is unable to open properly then go to the settings option available on left side.
      3. You will see a list of add-on which will further help to install the latest version of add-ons.
      4. Click to disable toolbar button and then go to the other option to choose the web browser for recovery.
      5. Now you need to reset internet browser to fix Google not responding web page problem.
      6. Then go to the support help page to take best device from there.
      7. Google support help will lead you towards navigating webpage instantly.
      8. Once the task is complete get the latest internet browser by upgrading the internet services.
      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @AliensExist
        last edited by Dec 23, 2019, 12:46 PM

        @AliensExist said in Google assistant does not respond to hotwords:

        [HOTWORD] No model to load

        you missed a config step . hotword needs to know what word you will be speaking and what they sound like

        from the readme

            models: [
              {
                hotwords    : "computer",
                file        : "computer.umdl",
                sensitivity : "0.5",
              },
            ],
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • C Offline
          chassain 0
          last edited by Dec 23, 2019, 1:04 PM

          Hello everybody,

          Just a question about MMM-AssistantMk2. Is it possible one day to use this module with my mini google home as speaker and microphone ? it can be interesting to display some google’s results on the magic like on my phone

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • 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