Read the statement by Michael Teeuw here.
MMM-awesome-alexa
-
@nkchokshi which return url did I specify in Amazon, and u MUST use that one
u want one that will be on the local. machine. so, localhost:7777 might be good
-
I have the same problem with the token can someone help me.
Will the module be updated again? or is there a new module?
-
@Ghost2000 hasn’t been updated in 17 months, 3 years before that. so, not likely to get update.
they are very picky about what they allow for auth callback urls. http://localhost:someportnumber >1000
they will pop up a screen to request logon and authorize this app to access your account, u click approve, and then the page appears with the error at the top using your auth URL and the code.
I know this works, cause I do it in another application
-
This post is deleted! -
@sdetweil said in MMM-awesome-alexa:
http://localhost:someportnumber >1000
http://localhost:3000/ or http://localhost:3000/authresponse
-
http://localhost:3000/authresponse = It does not work
http://localhost:3000/ = It does not workInvalid. Please enter your Redirect URI.
-
@Ghost2000 yes, looking at the code now…
-
-
@Ghost2000 yeh, some bug in their helper code… suddenly
edit the config_helper.js
change this line to return true;
return true; // "Invalid. Please enter your Redirect URI.";
using your return url in my avs config and on the helper
must copy ALL of the url from helper (2 lines) to the browser address field
hit enter
then sign in
then click allow,
apparently I have something running at port 3000
butcode is there
-
@Ghost2000 and it worked