@sdetweil Thanks so much for all your help and your patience with my lack of knowledge. Much appreciated. :)
Read the statement by Michael Teeuw here.
Posts
-
RE: Alexa Voice Service for Pi
-
RE: Alexa Voice Service for Pi
@sdetweil Changed to this and input same, I still get that error code. I give up :see-no-evil_monkey:
-
RE: Alexa Voice Service for Pi
@sdetweil said in Alexa Voice Service for Pi:
I have these four in the Allowed Origins Fields:
https://192.168.0.108:5050
https://192.168.0.108:5050
https://localhost:5050
https://localhost:5050In the Allowed Return URLs I have the same four but with /code at the end of each.
Again, I can’t remember exactly where I got this info, was a video on YT from memory. -
RE: Alexa Voice Service for Pi
@sdetweil said in Alexa Voice Service for Pi:
I just tried this and get the same error, could it be something else I am doing wrong?
:see-no-evil_monkey: -
RE: Alexa Voice Service for Pi
@sdetweil I put this in http://localhost:5050/code and it says Invalid, please enter your redirect URI?
-
RE: Alexa Voice Service for Pi
@xxlulabelle When I go through the MMM-awesome-alexa module, I can get to the part where I put in the Amazon Voice Service ID and secret but when it asks me for the Allowed Return URL I input http://192.168.0.108:5050/code, I can’t remember where I got this from, think it was a YT video months ago, when I go to open up the link they give to get the authentication code I get an error page. Any ideas?
-
RE: Alexa Voice Service for Pi
@sdetweil Thank you very much, I will give this a try tomorrow. Is it worth doing it do you think?
-
Alexa Voice Service for Pi
Hello,
I am trying to get Alexa on my Pi for some time now with no luck, probably due to the face I have no idea what I am doing. I found a video on YouTube and have been following her steps which she is getting from here https://developer.amazon.com/en-US/docs/alexa/avs-device-sdk/raspberry-pi-script.html
Scrolling to Run and Install Script, it says after installation it should say [100%] Built Target SampleApp but it does not. I get the following, any ideas?
################################################################################
[ 0%] Building CXX object AVSCommon/CMakeFiles/AVSCommon.dir/AVS/src/Attachment/InProcessAttachment.cpp.o
[ 0%] Building CXX object AVSCommon/CMakeFiles/AVSCommon.dir/AVS/src/AlexaClientSDKInit.cpp.o
/home/pi/avs-device-sdk/AVSCommon/AVS/src/AlexaClientSDKInit.cpp:16:10: fatal error: curl/curl.h: No such file or directory
#include <curl/curl.h>
^~~~~~~~~~~~~
compilation terminated.
make[3]: *** [AVSCommon/CMakeFiles/AVSCommon.dir/build.make:141: AVSCommon/CMakeFiles/AVSCommon.dir/AVS/src/AlexaClientSDKInit.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs…
make[2]: *** [CMakeFiles/Makefile2:8039: AVSCommon/CMakeFiles/AVSCommon.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:14137: SampleApp/src/CMakeFiles/SampleApp.dir/rule] Error 2
make: *** [Makefile:3620: SampleApp] Error 2
pi@raspberrypi:~ $ -
Alexa Modle
Hello,
Has anyone got Alexa working using speaker and microphone? I can’t find a straight forward module for raspberry pi.
Thanks.
-
MMM-GoogleDriveSlideShow
I have run through the setup for the Google Drive Slide Show but in my mirror I am just getting a white square. I created Credentials as asked but there was no option to select “other” as stated in the instructions so I don’t know if this makes any difference. Please be aware I am not an expert at this or coding, complete newbie.
Code is as follows in config file:{ module: "MMM-GoogleDriveSlideShow", position: "top_center", config: { rootFolderId: null, maxFolders: 10, maxResults: 100, playMode: "AUTO", nextOnNotification: null, stopOnNotification: null, startOnNotification: null, refreshDriveDelayInSeconds: 24 * 3600, refreshSlideShowIntervalInSeconds: 10, maxWidth: "800", maxHeight: "600", theme: "whiteFrame", opacity: 1, debug: false }},
-
Multiple Pages
Apologies if this is in the wrong section.
I want to add multiple pages so I can have more modules, how do I do this?
Thanks.
-
RE: Mirror Update Permissions Error
Ok thanks all, will try :) Sorry for being clueless :man_facepalming_light_skin_tone:
-
RE: Mirror Update Permissions Error
I have no idea Sam. Honestly complete newb, don’t know what I’m donig half the time :man_facepalming_light_skin_tone:
-
RE: TV Show News Feed
Sorry only getting back now. Not sure how to get the file I need for this?
http://showrss.info/user/244209.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
Would this be it? I did set up an account and some shows from showRSS website.
-
RE: Mirror Update Permissions Error
Sorry realised I hadn’t opened Mirror…
diff --git a/package.json b/package.json
index 317969e…10a0407 100644
— a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
“chai”: “^4.1.2”,
“chai-as-promised”: “^7.1.1”,
“current-week-number”: “^1.0.7”,- “danger”: “^3.1.3”,
- “danger”: “^10.2.0”,
“grunt”: “latest”,
“grunt-eslint”: “latest”,
“grunt-jsonlint”: “latest”,
@@ -48,7 +48,7 @@
“grunt-yamllint”: “latest”,
“http-auth”: “^3.2.3”,
“jsdom”: “^11.6.2”,
- “mocha”: “^7.0.0”,
- “mocha”: “^8.0.1”,
“mocha-each”: “^1.1.0”,
“mocha-logger”: “^1.0.6”,
“spectron”: “^8.0.0”,
-
RE: Mirror Update Permissions Error
@sdetweil said in Mirror Update Permissions Error:
git diff package.json
pi@raspberrypi:~ $ git diff package.json
Not a git repository
To compare two paths outside a working tree:
usage: git diff [–no-index] -
RE: Mirror Update Permissions Error
Hi,
Now getting this when I try to update.
pi@raspberrypi:~/MagicMirror $ git pull && npm install
Updating 447c0bf…018cb91
error: Your local changes to the following files would be overwritten by merge:
package-lock.json
package.json
Please commit your changes or stash them before you merge.
Aborting