MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-awesome-alexa

    Scheduled Pinned Locked Moved Utilities
    241 Posts 43 Posters 352.3k Views 47 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N Offline
      nkchokshi
      last edited by

      Anyone can help me please how do i get an authentication number for Alexa? I have tried to add
      https://192.168.0.10:1234
      https://192.168.0.10:3000/authresponse
      https://magic-mirror-avs.github.io/Alexa-Web-Helper/authresponse

      none of these pages are giving me code after when i click agree, to consent screen. i just end up with

      Amazon Error page with no number on address bar. Screenshot 2020-07-28 at 12.20.46 PM.png

      We’re sorry!
      An error occurred when we tried to process your request. Rest assured, we’re already working on the problem and expect to resolve it shortly.

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @nkchokshi
        last edited by

        @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

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • G Offline
          Ghost2000
          last edited by

          I have the same problem with the token can someone help me.

          Will the module be updated again? or is there a new module?

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @Ghost2000
            last edited by

            @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

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            G 2 Replies Last reply Reply Quote 0
            • G Offline
              Ghost2000
              last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • G Offline
                Ghost2000 @sdetweil
                last edited by

                @sdetweil said in MMM-awesome-alexa:

                http://localhost:someportnumber >1000

                http://localhost:3000/ or http://localhost:3000/authresponse

                1 Reply Last reply Reply Quote 0
                • G Offline
                  Ghost2000 @sdetweil
                  last edited by Ghost2000

                  @sdetweil

                  http://localhost:3000/authresponse = It does not work
                  http://localhost:3000/ = It does not work

                  Invalid. Please enter your Redirect URI.

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @Ghost2000
                    last edited by

                    @Ghost2000 yes, looking at the code now…

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • G Offline
                      Ghost2000
                      last edited by

                      InkedScreenshot 2020-10-09 23.19.20_LI.jpg

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @Ghost2000
                        last edited by

                        @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
                        Screenshot at 2020-10-09 16-28-24.png
                        then sign in
                        Screenshot at 2020-10-09 16-30-33.png

                        then click allow,
                        apparently I have something running at port 3000
                        Screenshot at 2020-10-09 16-32-21.png
                        but

                        code is there

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        S 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 15
                        • 16
                        • 17
                        • 18
                        • 19
                        • 24
                        • 25
                        • 17 / 25
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy