<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[issue with installing MMM-awesome-alexa]]></title><description><![CDATA[<p dir="auto">Everything was working with Awesome-Alexa until i got to the command:</p>
<pre><code>$ npm install --only=prod
</code></pre>
<p dir="auto">once i put this in, i got a huge error message, that i dont even know where to start or what to do as this is my first mirror. Here is the output:</p>
<pre><code>pi@raspberrypi:~/MagicMirror/modules/MMM-awesome-alexa $ npm install --only=prod
&gt; snowboy@1.2.0 preinstall /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy
&gt; npm install node-pre-gyp

npm WARN deprecated cryptiles@2.0.5: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated boom@2.10.1: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated hoek@2.16.3: This version is no longer maintained. Please upgrade to the latest version.
npm notice created a lockfile as package-lock.json. You should commit this file.
+ node-pre-gyp@0.6.39
added 114 packages from 78 contributors and audited 268 packages in 17.795s
found 8 moderate severity vulnerabilities
  run `npm audit fix` to fix them, or `npm audit` for details

&gt; snowboy@1.2.0 install /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy
&gt; 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.2.0/Release/snowboy-v1.2.0-node-v64-linux-arm.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for snowboy@1.2.0 and node@10.15.1 (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.2.0/Release/snowboy-v1.2.0-node-v64-linux-arm.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for snowboy@1.2.0 and node@10.15.1 (node-v64 ABI, glibc) (falling back to source compile with node-gyp) 
make: Entering directory '/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/build'
make: Entering directory '/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/build'
  CXX(target) Release/obj.target/snowboy/swig/Node/snowboy.o
  CXX(target) Release/obj.target/snowboy/swig/Node/snowboy.o
In file included from ../../nan/nan.h:192:0,
                 from ../swig/Node/snowboy.cc:1:
../../nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe Nan::ForceSet(v8::Local, v8::Local, v8::Local, v8::PropertyAttribute)’:
../../nan/nan_maybe_43_inl.h:112:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
   return obj-&gt;ForceSet(isolate-&gt;GetCurrentContext(), key, value, attribs);
               ^~~~~~~~
In file included from ../../nan/nan.h:192:0,
                 from ../swig/Node/snowboy.cc:1:
../../nan/nan_maybe_43_inl.h: In function ‘Nan::Maybe Nan::ForceSet(v8::Local, v8::Local, v8::Local, v8::PropertyAttribute)’:
../../nan/nan_maybe_43_inl.h:112:15: error: ‘class v8::Object’ has no member named ‘ForceSet’
   return obj-&gt;ForceSet(isolate-&gt;GetCurrentContext(), key, value, attribs);
               ^~~~~~~~
In file included from ../swig/Node/snowboy.cc:1:0:
../../nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’:
../../nan/nan.h:835:60: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from ../../nan/nan.h:49:0,
                 from ../swig/Node/snowboy.cc:1:
/home/pi/.node-gyp/10.15.1/include/node/node.h:177:50: note: declared here
                 NODE_EXTERN v8::Local MakeCallback(
                                                  ^
/home/pi/.node-gyp/10.15.1/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../swig/Node/snowboy.cc:1:0:
../../nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’:
../../nan/nan.h:850:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from ../../nan/nan.h:49:0,
                 from ../swig/Node/snowboy.cc:1:
/home/pi/.node-gyp/10.15.1/include/node/node.h:170:50: note: declared here
                 NODE_EXTERN v8::Local MakeCallback(
                                                  ^
/home/pi/.node-gyp/10.15.1/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../swig/Node/snowboy.cc:1:0:
../../nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, const char*, int, v8::Local*)’:
../../nan/nan.h:865:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, const char*, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from ../../nan/nan.h:49:0,
                 from ../swig/Node/snowboy.cc:1:
/home/pi/.node-gyp/10.15.1/include/node/node.h:163:50: note: declared here
                 NODE_EXTERN v8::Local MakeCallback(
                                                  ^
/home/pi/.node-gyp/10.15.1/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../swig/Node/snowboy.cc:1:0:
../../nan/nan.h: In member function ‘v8::Local Nan::Callback::Call_(v8::Isolate*, v8::Local, int, v8::Local*) const’:
../../nan/nan.h:1479:5: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from ../../nan/nan.h:49:0,
                 from ../swig/Node/snowboy.cc:1:
/home/pi/.node-gyp/10.15.1/include/node/node.h:177:50: note: declared here
                 NODE_EXTERN v8::Local MakeCallback(
                                                  ^
/home/pi/.node-gyp/10.15.1/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../swig/Node/snowboy.cc:1:0:
../../nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’:
../../nan/nan.h:835:60: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, func, argc, argv);
                                                            ^
In file included from ../../nan/nan.h:49:0,
                 from ../swig/Node/snowboy.cc:1:
/home/pi/.node-gyp/10.15.1/include/node/node.h:177:50: note: declared here
                 NODE_EXTERN v8::Local MakeCallback(
                                                  ^
/home/pi/.node-gyp/10.15.1/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../swig/Node/snowboy.cc:1:0:
../../nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, v8::Local, int, v8::Local*)’:
../../nan/nan.h:850:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, symbol, argc, argv);
                                                              ^
In file included from ../../nan/nan.h:49:0,
                 from ../swig/Node/snowboy.cc:1:
/home/pi/.node-gyp/10.15.1/include/node/node.h:170:50: note: declared here
                 NODE_EXTERN v8::Local MakeCallback(
                                                  ^
/home/pi/.node-gyp/10.15.1/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../swig/Node/snowboy.cc:1:0:
../../nan/nan.h: In function ‘v8::Local Nan::MakeCallback(v8::Local, const char*, int, v8::Local*)’:
../../nan/nan.h:865:62: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, const char*, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
         v8::Isolate::GetCurrent(), target, method, argc, argv);
                                                              ^
In file included from ../../nan/nan.h:49:0,
                 from ../swig/Node/snowboy.cc:1:
/home/pi/.node-gyp/10.15.1/include/node/node.h:163:50: note: declared here
                 NODE_EXTERN v8::Local MakeCallback(
                                                  ^
/home/pi/.node-gyp/10.15.1/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
In file included from ../swig/Node/snowboy.cc:1:0:
../../nan/nan.h: In member function ‘v8::Local Nan::Callback::Call_(v8::Isolate*, v8::Local, int, v8::Local*) const’:
../../nan/nan.h:1479:5: warning: ‘v8::Local node::MakeCallback(v8::Isolate*, v8::Local, v8::Local, int, v8::Local*)’ is deprecated: Use MakeCallback(..., async_context) [-Wdeprecated-declarations]
     ));
     ^
In file included from ../../nan/nan.h:49:0,
                 from ../swig/Node/snowboy.cc:1:
/home/pi/.node-gyp/10.15.1/include/node/node.h:177:50: note: declared here
                 NODE_EXTERN v8::Local MakeCallback(
                                                  ^
/home/pi/.node-gyp/10.15.1/include/node/node.h:91:42: note: in definition of macro ‘NODE_DEPRECATED’
     __attribute__((deprecated(message))) declarator
                                          ^~~~~~~~~~
snowboy.target.mk:107: recipe for target 'Release/obj.target/snowboy/swig/Node/snowboy.o' failed
make: *** [Release/obj.target/snowboy/swig/Node/snowboy.o] Error 1
make: Leaving directory '/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack     at ChildProcess.emit (events.js:189:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Linux 4.14.79-v7+
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm/snowboy.node" "--module_name=snowboy" "--module_path=/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm"
gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy
gyp ERR! node -v v10.15.1
gyp ERR! node-gyp -v v3.8.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 build --fallback-to-build --module=/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm/snowboy.node --module_name=snowboy --module_path=/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm' (1)
node-pre-gyp ERR! stack     at ChildProcess. (/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:189:13)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:970:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:259:5)
node-pre-gyp ERR! System Linux 4.14.79-v7+
node-pre-gyp ERR! command "/usr/bin/node" "/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy
node-pre-gyp ERR! node -v v10.15.1
node-pre-gyp ERR! node-pre-gyp -v v0.6.39
node-pre-gyp ERR! not ok 
snowboy.target.mk:107: recipe for target 'Release/obj.target/snowboy/swig/Node/snowboy.o' failed
make: *** [Release/obj.target/snowboy/swig/Node/snowboy.o] Error 1
make: Leaving directory '/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/build'
Failed to execute '/usr/bin/node /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm/snowboy.node --module_name=snowboy --module_path=/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm' (1)
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stack     at ChildProcess.emit (events.js:189:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Linux 4.14.79-v7+
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm/snowboy.node" "--module_name=snowboy" "--module_path=/home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy/lib/node/binding/Release/node-v64-linux-arm"
gyp ERR! cwd /home/pi/MagicMirror/modules/MMM-awesome-alexa/node_modules/snowboy
gyp ERR! node -v v10.15.1
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok 
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! snowboy@1.2.0 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the snowboy@1.2.0 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/2019-02-25T03_06_52_362Z-debug.log
</code></pre>
<p dir="auto">If ANYONE is able to help it would be GREATLY appreciated. Thank you.<br />
Also sorry if it is way too long, new here and don’t know how to shorten it.</p>
]]></description><link>https://forum.magicmirror.builders/topic/9887/issue-with-installing-mmm-awesome-alexa</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 23:02:32 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9887.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 25 Feb 2019 14:10:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Sun, 03 Mar 2019 23:11:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> that’s alright, I decided to go with Google Assistant, thanks for your help! I do still need some help with getting that to work though, as I stated in my other post! Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/53595</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53595</guid><dc:creator><![CDATA[jmartin1009]]></dc:creator><pubDate>Sun, 03 Mar 2019 23:11:34 GMT</pubDate></item><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Sun, 03 Mar 2019 21:34:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmartin1009" aria-label="Profile: jmartin1009">@<bdi>jmartin1009</bdi></a>  I have not made any real progress… not sure why yet</p>
]]></description><link>https://forum.magicmirror.builders/post/53585</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53585</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 03 Mar 2019 21:34:15 GMT</pubDate></item><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Sun, 03 Mar 2019 21:10:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmartin1009" aria-label="Profile: jmartin1009">@<bdi>jmartin1009</bdi></a> I am using Mycroft. Great open source AI and I created a skill to control the Mirror that requires the MMM-Remote-control module. It can be installed on the same RPi but works much snappier on a separate RPi.</p>
<p dir="auto"><a href="https://community.mycroft.ai/t/testing-and-feedback-for-magic-mirror-voice-control-skill/4396/13" target="_blank" rel="noopener noreferrer nofollow ugc">You can see a video and instructions Here</a></p>
<p dir="auto">Not sure if you are interested in an open source assistant, but this one works well.</p>
]]></description><link>https://forum.magicmirror.builders/post/53582</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53582</guid><dc:creator><![CDATA[dmwilsonkc]]></dc:creator><pubDate>Sun, 03 Mar 2019 21:10:38 GMT</pubDate></item><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Wed, 27 Feb 2019 22:26:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sonicgoose" aria-label="Profile: sonicgoose">@<bdi>sonicgoose</bdi></a> you might have fine luck with it, but mine fails over and over during the install and <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> seems to be having the same issue. I would say give it a try and if it works, awesome. If it doesn’t, maybe take a look at some other voice control modules. If anyone finds a fix I will be sure to tag you if you also aren’t able to get it to work, if you try it that is. Good luck! Let me know if yours works!</p>
]]></description><link>https://forum.magicmirror.builders/post/53358</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53358</guid><dc:creator><![CDATA[jmartin1009]]></dc:creator><pubDate>Wed, 27 Feb 2019 22:26:24 GMT</pubDate></item><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Wed, 27 Feb 2019 22:24:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> that’s perfectly fine, thanks for you help! Do you have any suggestions for other good voice control ones to try that are either similar to this one or have better capabilities? I saw mirrormirroronthewall but that one sounds really hard to use and I’m not sure I need that much. Would be open to using Google Assistant. Is there any I can use to control music? I have an iPhone and use Apple music and have it on my Pi with Shairport-sync, so if there is one that can control music that would be absolute perfection!! If not, I’m open to other suggestions as this one doesn’t seem to want to work. Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/53355</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53355</guid><dc:creator><![CDATA[jmartin1009]]></dc:creator><pubDate>Wed, 27 Feb 2019 22:24:23 GMT</pubDate></item><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Wed, 27 Feb 2019 21:10:27 GMT]]></title><description><![CDATA[<p dir="auto">I was just about to go home and try installing this module. Glad I looked here first! Not sure I’ll bother now…</p>
]]></description><link>https://forum.magicmirror.builders/post/53348</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53348</guid><dc:creator><![CDATA[sonicgoose]]></dc:creator><pubDate>Wed, 27 Feb 2019 21:10:27 GMT</pubDate></item><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Wed, 27 Feb 2019 18:32:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmartin1009" aria-label="Profile: jmartin1009">@<bdi>jmartin1009</bdi></a> still having problems building snowboy… have a trip out of town til tomorrow night… will have to get back to it then</p>
]]></description><link>https://forum.magicmirror.builders/post/53339</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53339</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 27 Feb 2019 18:32:39 GMT</pubDate></item><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Wed, 27 Feb 2019 13:02:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> okay! Let me know if anything happens to yours or if you figure anything out, or I mean even if you find out it doesn’t work haha thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/53302</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53302</guid><dc:creator><![CDATA[jmartin1009]]></dc:creator><pubDate>Wed, 27 Feb 2019 13:02:35 GMT</pubDate></item><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Wed, 27 Feb 2019 03:38:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmartin1009" aria-label="Profile: jmartin1009">@<bdi>jmartin1009</bdi></a> i don’t know, but am trying to recreate  your experience</p>
]]></description><link>https://forum.magicmirror.builders/post/53277</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53277</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 27 Feb 2019 03:38:47 GMT</pubDate></item><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Wed, 27 Feb 2019 01:05:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> is there anything i can do? Or does that mean that i wont be able to use the MMM-awesome-alexa module altogether? I want Alexa integration and voice control and i had decided to use it because i read good things on here about it but if i have to use another due to it just flat out not working with the Pi or something then I would be open to suggestions for other ones to use. But if possible, it would be preferred to use awesome-alexa as it sounds like a good module. Thanks in advance! You’re always very helpful and i really appreciate it!</p>
]]></description><link>https://forum.magicmirror.builders/post/53262</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53262</guid><dc:creator><![CDATA[jmartin1009]]></dc:creator><pubDate>Wed, 27 Feb 2019 01:05:54 GMT</pubDate></item><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Tue, 26 Feb 2019 23:57:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmartin1009" aria-label="Profile: jmartin1009">@<bdi>jmartin1009</bdi></a> seems like the wrong version of c++, where the errors are because the wrong headers are being used (less likely) or the compiler doesn’t support the features… (more likely)</p>
]]></description><link>https://forum.magicmirror.builders/post/53257</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53257</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 26 Feb 2019 23:57:18 GMT</pubDate></item><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Tue, 26 Feb 2019 23:26:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> do either of you have any ideas? you both seem very knowledgeable and i can’t seem to get this module to install and work right.</p>
]]></description><link>https://forum.magicmirror.builders/post/53255</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53255</guid><dc:creator><![CDATA[jmartin1009]]></dc:creator><pubDate>Tue, 26 Feb 2019 23:26:29 GMT</pubDate></item><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Tue, 26 Feb 2019 23:15:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/j.e.f.f" aria-label="Profile: j.e.f.f">@<bdi>j.e.f.f</bdi></a> i tried the audit fix, and it told me to run npm install again to fix them, then i just get the big error message again, running me in a complete circle :/</p>
]]></description><link>https://forum.magicmirror.builders/post/53254</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53254</guid><dc:creator><![CDATA[jmartin1009]]></dc:creator><pubDate>Tue, 26 Feb 2019 23:15:15 GMT</pubDate></item><item><title><![CDATA[Reply to issue with installing MMM-awesome-alexa on Mon, 25 Feb 2019 15:52:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jmartin1009" aria-label="Profile: jmartin1009">@<bdi>jmartin1009</bdi></a> I don’t have a solution for you, but I think there’s a clue in the multiple deprecation warnings.  I’d say the source code was created with an earlier version of npm in mind, and the newer version no longer has the routines that the source code is calling for. You can try downgrading to an earlier version of npm to see if the install works.</p>
<p dir="auto">You can also try installing newer versions of <code>cryptiles</code>, <code>boom</code> and <code>hoek</code>, as these are the first warnings that you see. Run the <code>npm audit fix</code> command as it suggests to update those packages, then try the install again. May or may not work, but should at least eliminate one warning and get you closer.</p>
]]></description><link>https://forum.magicmirror.builders/post/53132</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/53132</guid><dc:creator><![CDATA[j.e.f.f]]></dc:creator><pubDate>Mon, 25 Feb 2019 15:52:49 GMT</pubDate></item></channel></rss>