MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. AliensExist
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    AliensExist

    @AliensExist

    0
    Reputation
    100
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    AliensExist Unfollow Follow

    Latest posts made by AliensExist

    • Google Assistant says my name

      Google Assistant greets me by saying my full name. How do i change it? I tried looking something up on console.actions.google.com and console.cloud.google.com, but found nothing.

      posted in Troubleshooting
      A
      AliensExist
    • Google assistant does not respond to hotwords

      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 $

      posted in Troubleshooting
      A
      AliensExist
    • After installing google assistant and MagicMirror, the mirror screen comes up for 1 sec and then it crashes.

      This is the error I get. Please help. Thanks

      pi@raspberrypi:~/MagicMirror $ npm start

      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
      [AMK2] Temporal storage directory is clearing.
      [HOTWORD] No model to load
      [AMK2] assistant ready
      /home/pi/MagicMirror/node_modules/electron/dist/electron js/electron.js: symbol lookup error: /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/node/extension_binary/electron-v3.0-linux-arm-glibc/grpc_node.node: undefined symbol: __atomic_store_8
      npm ERR! code ELIFECYCLE
      npm ERR! syscall spawn
      npm ERR! file sh
      npm ERR! errno ENOENT
      npm ERR! magicmirror@2.9.0 start: sh run-start.sh
      npm ERR! spawn ENOENT
      npm ERR!
      npm ERR! Failed at the magicmirror@2.9.0 start script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

      npm ERR! A complete log of this run can be found in:
      npm ERR! /home/pi/.npm/_logs/2019-11-15T21_50_03_527Z-debug.log

      posted in Troubleshooting
      A
      AliensExist
    • RE: Cannot find module './snowboy/lib/node/index.js'

      @Sean Ok, so i was able to fix it by re-installing everything again. But now after I run the command ‘npm start’ the mirror starts for 1 sec or 2, and then closes by itself. I am not sure what the problem here is. I tried debugging with ‘npm start dev’ but it crashes after 2 seconds.

      This is everything after I run the command ‘npm start’ (if it helps)

      pi@raspberrypi:~/MagicMirror $ npm start

      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
      [AMK2] Temporal storage directory is clearing.
      [HOTWORD] No model to load
      [AMK2] assistant ready
      /home/pi/MagicMirror/node_modules/electron/dist/electron js/electron.js: symbol lookup error: /home/pi/MagicMirror/modules/MMM-AssistantMk2/node_modules/grpc/src/node/extension_binary/electron-v3.0-linux-arm-glibc/grpc_node.node: undefined symbol: __atomic_store_8
      npm ERR! code ELIFECYCLE
      npm ERR! syscall spawn
      npm ERR! file sh
      npm ERR! errno ENOENT
      npm ERR! magicmirror@2.9.0 start: sh run-start.sh
      npm ERR! spawn ENOENT
      npm ERR!
      npm ERR! Failed at the magicmirror@2.9.0 start script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

      npm ERR! A complete log of this run can be found in:
      npm ERR! /home/pi/.npm/_logs/2019-11-15T21_50_03_527Z-debug.log

      posted in Troubleshooting
      A
      AliensExist
    • RE: Cannot find module './snowboy/lib/node/index.js'

      @Sean thank you for your replay.
      Yes, you are right. There is problem with he installation. ./snowboy/lib/node/index.js does not shuow up.
      I’ll try installing it again the fourth time. Lets see how it goes. Thank you again
      I’ll update here on how it goes.

      posted in Troubleshooting
      A
      AliensExist
    • RE: Cannot find module './snowboy/lib/node/index.js'

      @Sean Yes, I installed the MMM-Hotword properly, without any mistakes. I have had this problem for a week now, so I decided to start fresh and do everything again (installing the MagicMirror and everything), I did everything over again three times, but I still have the same problem.

      posted in Troubleshooting
      A
      AliensExist
    • Cannot find module './snowboy/lib/node/index.js'

      After installing MagicMirror and google assistant, I get this error and the screen is blank. it does not display anything
      Please help. I am doing this for my school project. Thank you.

      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
      WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘./snowboy/lib/node/index.js’
      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
      App threw an error during load
      Error: Cannot find module ‘./snowboy/lib/node/index.js’
      at Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
      at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
      at Function.Module._load (internal/modules/cjs/loader.js:528:25)
      at Module.require (internal/modules/cjs/loader.js:658:17)
      at require (internal/modules/cjs/helpers.js:20:18)
      at Object. (/home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js:11:18)
      at Object. (/home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js:234:3)
      at Module._compile (internal/modules/cjs/loader.js:711:30)
      at Object.Module._extensions…js (internal/modules/cjs/loader.js:722:10)
      at Module.load (internal/modules/cjs/loader.js:620:32)
      Whoops! There was an uncaught exception…
      { Error: Cannot find module ‘./snowboy/lib/node/index.js’
      at Module._resolveFilename (internal/modules/cjs/loader.js:602:15)
      at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
      at Function.Module._load (internal/modules/cjs/loader.js:528:25)
      at Module.require (internal/modules/cjs/loader.js:658:17)
      at require (internal/modules/cjs/helpers.js:20:18)
      at Object. (/home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js:11:18)
      at Object. (/home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js:234:3)
      at Module._compile (internal/modules/cjs/loader.js:711:30)
      at Object.Module._extensions…js (internal/modules/cjs/loader.js:722:10)
      at Module.load (internal/modules/cjs/loader.js:620:32) code: ‘MODULE_NOT_FOUND’ }
      MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      Launching application.
      Shutting down server…
      Stopping module helper: updatenotification
      Stopping module helper: calendar
      Stopping module helper: newsfeed
      Stopping module helper: updatenotification
      Stopping module helper: calendar
      Stopping module helper: newsfeed

      posted in Troubleshooting
      A
      AliensExist