MMM-awesome-alexa: Configuring the module problems

If you know how to fix the issue, make a pull request instead. Hi After running this “npm run avs-token-helper” I have to enter this here.

  • Client ID
  • Product ID
  • Allowed return URL What is “Redirect URI (allowed return URL)?”?

Is that this? “Http: // localhost: 3000 / authresponse” I have that in the Developer Console. If I have entered this, I get a URL which I should copy and paste. When I paste this URL, I do not get an answer In the address line this is “http: // localhost: 3000 / authresponse? Code = ANcuXXXzPLoOmVbNcFU & scope = alexa% 3Aall”

Redirect URI (allowed return URL)? http: // localhost: 3000 / authresponse? Code = ANcuXXXzPLoOmVbNcFU & scope = alexa% 3Aall { error_description: ‘The request is missing a required parameter : code’, error: ‘invalid_request’ } pi@raspberrypi:~/MagicMirror/modules/MMM-awesome-alexa $

What am I doing wrong.

  • Before submitting your issue add logs from your MagicMirror by running command pm2 log MagicMirror

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 23 (12 by maintainers)

Most upvoted comments

So it seems the module is working correctly with no errors, thats a good step

I’ll fix on the weekend

I’ll pin all dependencies

odd, can you run this in the MMM-awesome-alexa folder:

npm install node-abi

Did some research here:

https://github.com/electron/electron/issues/12019

I may need to bugfix this

Hello, yes, I have it installed. I really do not know where the mistake is. I will install everything from the beginning. I will contact you again. Thank you for your patience.