Read the statement by Michael Teeuw here.
MMM-awesome-alexa Error
-
Hey, I’m having problems with the Alexa installation.
$ cd ~/MagicMirror/modules # Navigate to module folder
$ git clone https://github.com/dolanmiu/MMM-awesome-alexa.git # Clone this repository
$ cd MMM-awesome-alexa # go into the module directory
$ npm install --only=prod # Install depdendencies
$ cd node_modules
$ rm -rf snowboy # Remove the installed snowboy
$ git clone https://github.com/Kitt-AI/snowboy.git # Manually get snowboy from git
$ cd snowboy # Go into the /snowboy directory
$ rm -rf node_modules
$ npm install nan --save # Make sure you install this in the /snowboy directory
$ npm install node-pre-gyp@0.12.0 --save # Make sure you install this in the /snowboy directory
$ npm install # Make sure you install in the /snowboy directory
$ npm run prepublish # Make sure you run this in the /snowboy directory
$ npm install --save-dev electron-rebuild # Make sure you install this in the /snowboy directory
$ npm install nan # Make sure you install this in the /snowboy directory
$ ./node_modules/.bin/electron-rebuild # Build snowboy to your device specifications, in the /snowboy directory -
@massivearts-0 use my script to do all that , too many chances for copy/paste or retype errors
https://www.dropbox.com/s/omrx3vztjp738hf/do-install.sh?dl=0
download, make executable and then run it…
doesn’t matter where u download or execute, it does the whole thing…
clones the module. etc
ignore the errors til the last line
-
@sdetweil said in MMM-awesome-alexa Error:
@massivearts-0 use my script to do all that , too many chances for copy/paste or retype errors
https://www.dropbox.com/s/omrx3vztjp738hf/do-install.sh?dl=0
download, make executable and then run it…
doesn’t matter where u download or execute, it does the whole thing…
clones the module. etc
ignore the errors til the last line
Where should I put this?
-
@massivearts-0 wherever you want… doesn’t matter
I make a folder called temp to put temp things in