MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Karalica-Kir
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 13
    • Groups 0

    Karalica-Kir

    @Karalica-Kir

    1
    Reputation
    94
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Karalica-Kir Unfollow Follow

    Best posts made by Karalica-Kir

    • RE: problems with hot word

      @bravooscar i can’t understand what’s wrong

      pi@Pi:~/MagicMirror/modules $ cd MMM-Hotword
      pi@Pi:~/MagicMirror/modules/MMM-Hotword $ npm install
      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
      npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
      npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
      npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
      npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
      
      > snowboy@1.3.1 install /home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy
      > node-pre-gyp install --fallback-to-build
      
      node-pre-gyp ERR! Tried to download(403): https://snowboy-release-node.s3-us-west-2.amazonaws.com/snowboy/v1.3.1/Release/snowboy-v1.3.1-node-v64-linux-arm.tar.gz
      node-pre-gyp ERR! Pre-built binaries not found for snowboy@1.3.1 and node@10.24.0 (node-v64 ABI, glibc) (falling back to source compile with node-gyp)
      node-pre-gyp ERR! Tried to download(undefined): https://snowboy-release-node.s3-us-west-2.amazonaws.com/snowboy/v1.3.1/Release/snowboy-v1.3.1-node-v64-linux-arm.tar.gz
      node-pre-gyp ERR! Pre-built binaries not found for snowboy@1.3.1 and node@10.24.0 (node-v64 ABI, glibc) (falling back to source compile with node-gyp)
      internal/modules/cjs/loader.js:638
          throw err;
          ^
      
      Error: Cannot find module 'nan'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
          at Function.Module._load (internal/modules/cjs/loader.js:562:25)
          at Module.require (internal/modules/cjs/loader.js:692:17)
          at require (internal/modules/cjs/helpers.js:25:18)
          at [eval]:1:1
          at Script.runInThisContext (vm.js:122:20)
          at Object.runInThisContext (vm.js:329:38)
          at Object.<anonymous> ([eval]-wrapper:6:22)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at evalScript (internal/bootstrap/node.js:590:27)
      internal/modules/cjs/loader.js:638
          throw err;
          ^
      
      Error: Cannot find module 'nan'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
          at Function.Module._load (internal/modules/cjs/loader.js:562:25)
          at Module.require (internal/modules/cjs/loader.js:692:17)
          at require (internal/modules/cjs/helpers.js:25:18)
          at [eval]:1:1
          at Script.runInThisContext (vm.js:122:20)
          at Object.runInThisContext (vm.js:329:38)
          at Object.<anonymous> ([eval]-wrapper:6:22)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at evalScript (internal/bootstrap/node.js:590:27)
      gyp: Call to 'node -e "require('nan')"' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
      gyp: Call to 'node -e "require('nan')"' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
      gypgyp ERR! configure error
       ERR! gyp configure errorERR! stack Error: `gyp` failed with exit code: 1
      gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
      gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
      gyp
      ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
      gyp ERR! System Linux 5.10.17-v7+
      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm/snowboy.node" "--module_name=snowboy" "--module_path=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm"
      gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy
      gypgyp ERR! node -v v10.24.0
      gyp ERR! node-gyp -v v5.1.0
      gyp  ERR! not ok
      ERR! stack Error: `gyp` failed with exit code: 1
      gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
      gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
      gyp ERR! System Linux 5.10.17-v7+
      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm/snowboy.node" "--module_name=snowboy" "--module_path=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm"
      gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy
      gyp ERR! node -v v10.24.0
      gyp ERR! node-gyp -v v5.1.0
      gyp ERR! not ok
      node-pre-gyp ERR! build error
      node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm/snowboy.node --module_name=snowboy --module_path=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm' (1)
      node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
      node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
      node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:982:16)
      node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
      node-pre-gyp ERR! System Linux 5.10.17-v7+
      node-pre-gyp ERR! command "/usr/bin/node" "/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
      node-pre-gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy
      node-pre-gyp ERR! node -v v10.24.0
      node-pre-gyp ERR! node-pre-gyp -v v0.6.39
      node-pre-gyp ERR! not ok
      Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm/snowboy.node --module_name=snowboy --module_path=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm' (1)
      npm WARN MMM-Hotword@1.0.0 No repository field.
      
      npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! snowboy@1.3.1 install: `node-pre-gyp install --fallback-to-build`
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the snowboy@1.3.1 install 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/2021-03-26T08_43_05_897Z-debug.log
      
      
      
      posted in Troubleshooting
      K
      Karalica-Kir

    Latest posts made by Karalica-Kir

    • Add MagicMorror as a device in Google Home app

      How to add MagicMorror as a device in Google Home app?

      posted in Troubleshooting
      K
      Karalica-Kir
    • problems with starting
      0|mm  | Whoops! There was an uncaught exception...
      0|mm  | [2021-03-26 12:14:51.687] [ERROR]
      0|mm  | SyntaxError: Unexpected end of JSON input
      0|mm  |     at JSON.parse (<anonymous>)
      0|mm  |     at Class.getStyleMap (/home/pi/MagicMirror/modules/MMM-GoogleMapsTraffic/node_helper.js:37:46)
      0|mm  |     at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-GoogleMapsTraffic/node_helper.js:22:52)
      0|mm  |     at Socket.<anonymous> (/home/pi/MagicMirror/js/node_helper.js:113:11)
      0|mm  |     at Socket.emit (events.js:200:13)
      0|mm  |     at /home/pi/MagicMirror/node_modules/socket.io/lib/socket.js:528:12
      0|mm  |     at processTicksAndRejections (internal/process/task_queues.js:82:9)
      
      
      posted in Troubleshooting
      K
      Karalica-Kir
    • RE: problems with hot word

      @bravooscar i can’t understand what’s wrong

      pi@Pi:~/MagicMirror/modules $ cd MMM-Hotword
      pi@Pi:~/MagicMirror/modules/MMM-Hotword $ npm install
      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
      npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
      npm WARN deprecated har-validator@5.1.5: this library is no longer supported
      npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
      npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
      npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues.
      npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial).
      
      > snowboy@1.3.1 install /home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy
      > node-pre-gyp install --fallback-to-build
      
      node-pre-gyp ERR! Tried to download(403): https://snowboy-release-node.s3-us-west-2.amazonaws.com/snowboy/v1.3.1/Release/snowboy-v1.3.1-node-v64-linux-arm.tar.gz
      node-pre-gyp ERR! Pre-built binaries not found for snowboy@1.3.1 and node@10.24.0 (node-v64 ABI, glibc) (falling back to source compile with node-gyp)
      node-pre-gyp ERR! Tried to download(undefined): https://snowboy-release-node.s3-us-west-2.amazonaws.com/snowboy/v1.3.1/Release/snowboy-v1.3.1-node-v64-linux-arm.tar.gz
      node-pre-gyp ERR! Pre-built binaries not found for snowboy@1.3.1 and node@10.24.0 (node-v64 ABI, glibc) (falling back to source compile with node-gyp)
      internal/modules/cjs/loader.js:638
          throw err;
          ^
      
      Error: Cannot find module 'nan'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
          at Function.Module._load (internal/modules/cjs/loader.js:562:25)
          at Module.require (internal/modules/cjs/loader.js:692:17)
          at require (internal/modules/cjs/helpers.js:25:18)
          at [eval]:1:1
          at Script.runInThisContext (vm.js:122:20)
          at Object.runInThisContext (vm.js:329:38)
          at Object.<anonymous> ([eval]-wrapper:6:22)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at evalScript (internal/bootstrap/node.js:590:27)
      internal/modules/cjs/loader.js:638
          throw err;
          ^
      
      Error: Cannot find module 'nan'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
          at Function.Module._load (internal/modules/cjs/loader.js:562:25)
          at Module.require (internal/modules/cjs/loader.js:692:17)
          at require (internal/modules/cjs/helpers.js:25:18)
          at [eval]:1:1
          at Script.runInThisContext (vm.js:122:20)
          at Object.runInThisContext (vm.js:329:38)
          at Object.<anonymous> ([eval]-wrapper:6:22)
          at Module._compile (internal/modules/cjs/loader.js:778:30)
          at evalScript (internal/bootstrap/node.js:590:27)
      gyp: Call to 'node -e "require('nan')"' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
      gyp: Call to 'node -e "require('nan')"' returned exit status 1 while in binding.gyp. while trying to load binding.gyp
      gypgyp ERR! configure error
       ERR! gyp configure errorERR! stack Error: `gyp` failed with exit code: 1
      gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
      gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
      gyp
      ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
      gyp ERR! System Linux 5.10.17-v7+
      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm/snowboy.node" "--module_name=snowboy" "--module_path=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm"
      gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy
      gypgyp ERR! node -v v10.24.0
      gyp ERR! node-gyp -v v5.1.0
      gyp  ERR! not ok
      ERR! stack Error: `gyp` failed with exit code: 1
      gyp ERR! stack     at ChildProcess.onCpExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16)
      gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
      gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
      gyp ERR! System Linux 5.10.17-v7+
      gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm/snowboy.node" "--module_name=snowboy" "--module_path=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm"
      gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy
      gyp ERR! node -v v10.24.0
      gyp ERR! node-gyp -v v5.1.0
      gyp ERR! not ok
      node-pre-gyp ERR! build error
      node-pre-gyp ERR! stack Error: Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm/snowboy.node --module_name=snowboy --module_path=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm' (1)
      node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
      node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
      node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:982:16)
      node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
      node-pre-gyp ERR! System Linux 5.10.17-v7+
      node-pre-gyp ERR! command "/usr/bin/node" "/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
      node-pre-gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy
      node-pre-gyp ERR! node -v v10.24.0
      node-pre-gyp ERR! node-pre-gyp -v v0.6.39
      node-pre-gyp ERR! not ok
      Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm/snowboy.node --module_name=snowboy --module_path=/home/pi/MagicMirror/modules/MMM-Hotword/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm' (1)
      npm WARN MMM-Hotword@1.0.0 No repository field.
      
      npm ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm ERR! snowboy@1.3.1 install: `node-pre-gyp install --fallback-to-build`
      npm ERR! Exit status 1
      npm ERR!
      npm ERR! Failed at the snowboy@1.3.1 install 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/2021-03-26T08_43_05_897Z-debug.log
      
      
      
      posted in Troubleshooting
      K
      Karalica-Kir
    • problems with hot word

      [2021-03-26 09:53:46.150] [LOG] [HOTWORD] begins.
      [2021-03-26 09:53:46.524] [LOG] [HOTWORD] Detector starts listening.
      [2021-03-26 09:53:49.333] [LOG] [HOTWORD:LPCM16] arecord: main:828: audio open error: No such file or folder
      [2021-03-26 09:53:49.838] [LOG] [HOTWORD] Final Result: { detected: false }

      I can’t find this module on GitHub and reinstall it correctly

      posted in Troubleshooting
      K
      Karalica-Kir
    • RE: Error: Failed to load gRPC binary module

      @Bugsounet thank you very much! It is working

      posted in Troubleshooting
      K
      Karalica-Kir
    • RE: Error: Failed to load gRPC binary module

      It’s happening when i’m saing hot word

      posted in Troubleshooting
      K
      Karalica-Kir
    • RE: Error: Failed to load gRPC binary module

      Hello, I’ve got new problem

      af037e00-e154-4703-9ea8-2f96c35d94a6-image.png

      posted in Troubleshooting
      K
      Karalica-Kir
    • If somebody have version 2.10.* please contact me. New version are not working with google assistant

      Email: pomazuev11@gmail.com
      Telegram: +79269883292

      posted in Troubleshooting
      K
      Karalica-Kir
    • Error: Failed to load gRPC binary module

      f0c3b8cb-77a8-4877-9abe-2da906ba173d-image.png

      posted in Troubleshooting
      K
      Karalica-Kir
    • RE: МММ-AssistantMk2 Error

      @Bugsounet Thank you very much! It is WORKING!

      posted in Troubleshooting
      K
      Karalica-Kir