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.

    Show Alexa Timer

    Scheduled Pinned Locked Moved Unsolved Requests
    16 Posts 5 Posters 5.9k Views 6 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.
    • MZ-BERM Offline
      MZ-BER
      last edited by

      Hey there 👋 - I would like to display the remaining time of a timer that I scheduled via a physical EchoDot.

      Is there a way to have a module pop up with a timer as soon as I requested it from the EchoDot? Similar to this Module?

      Can you please give me an advice in which direction I can investigate? Is there an API available?

      Thank you very much in advance!

      Best regards from Berlin.

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @MZ-BER
        last edited by sdetweil

        @mz-ber I am not aware of any support for this…

        you know that timers are echo device specific, right?

        start a timer on echo 1, you cannot find it or control it on echo 2

        and a real timer has two parts, on the amazon server is the actual timer event.

        on an echo with a display, there is an independent visual started when the ‘starting now’ is spoken

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 1
        • MZ-BERM Offline
          MZ-BER
          last edited by MZ-BER

          Hello @sdetweil - thanks for your quick response.

          I guess you are half right. As soon as I trigger a timer with the EchoDot, I can see it on my iPad, iPhone etc.

          There is some connection - similar to the Module “MMM-NowPlayingOnSpotify”

          And I’ve noticed that some guys from the Home-Assistant Community developed a similar thing (Alexa Timer Card)

          Here are some images from my iPad:

          75c5ba92-4e4f-4763-9e6e-6f64792c6638-image.png

          96abc4a1-f8a7-4277-8391-d7de3fa27416-image.png

          cd0417bb-c2d5-42d3-806f-7bc953127ef5-image.png

          S 1 Reply Last reply Reply Quote 1
          • S Offline
            sdetweil @MZ-BER
            last edited by

            @mz-ber right, but u had to go into the alexa app to get that .
            it didn’t just occur natuarally.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            MZ-BERM cowboysdudeC 2 Replies Last reply Reply Quote 0
            • MZ-BERM Offline
              MZ-BER @sdetweil
              last edited by

              @sdetweil I adjusted my post above with an additional note about the Home Assistant Community that I found.
              https://community.home-assistant.io/t/alexa-timer-card/258234

              S 2 Replies Last reply Reply Quote 0
              • S Offline
                sdetweil @MZ-BER
                last edited by

                @mz-ber i saw… looking… somehow they have an alexa api trying to find it…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 1
                • S Offline
                  sdetweil @MZ-BER
                  last edited by

                  @mz-ber cool… looks like there is a rest api for alarms…

                  https://developer.amazon.com/en-US/docs/alexa/alexa-voice-service/avs-rest-alarms.html

                  haven’t found a node library for this

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 1
                  • MZ-BERM Offline
                    MZ-BER
                    last edited by

                    @sdetweil Another guy added that as well and presented it on YouTube

                    He also mentioned something in the comments.

                    If that is not working I guess I’ll buy a microphone and test that with the awesome alexa module.

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @MZ-BER
                      last edited by

                      @mz-ber awesome alexa will let u set an alarm (its all thru voice) …

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      MZ-BERM 1 Reply Last reply Reply Quote 1
                      • MZ-BERM Offline
                        MZ-BER @sdetweil
                        last edited by

                        @sdetweil Oh okay, you can only set an alarm and not a Timer?

                        S 1 Reply Last reply Reply Quote 0
                        • S Offline
                          sdetweil @MZ-BER
                          last edited by

                          @mz-ber and probably a timer…

                          I am looking at my alexa implementation on another platform…

                          and it shows in alexa app.

                          but I have a bug too…

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          J 1 Reply Last reply Reply Quote 1
                          • J Offline
                            jasondreher @sdetweil
                            last edited by

                            @sdetweil
                            FYI, if you have not found out yet, I use the below node red to extract time left on any alexa timer. This then is displayed on my MM.

                            https://flows.nodered.org/node/node-red-contrib-alexa-remote2-applestrudel

                            1 Reply Last reply Reply Quote 0
                            • cowboysdudeC Offline
                              cowboysdude Module Developer @sdetweil
                              last edited by

                              @sdetweil said in Show Alexa Timer:

                              @mz-ber right, but u had to go into the alexa app to get that .
                              it didn’t just occur natuarally.

                              How did you even get anything from Home Assistant to show up on your mirror?

                              J 1 Reply Last reply Reply Quote 1
                              • J Offline
                                jasondreher @cowboysdude
                                last edited by jasondreher

                                @cowboysdude
                                Here is a short description, let me know if you need more detail.
                                https://github.com/jasondreher/Alexa-Timer/blob/main/README.md

                                D 1 Reply Last reply Reply Quote 1
                                • D Offline
                                  dherl0623 @jasondreher
                                  last edited by

                                  @jasondreher

                                  Sorry, I know this is a crazy old post, please forgive me 😬 I’m trying to do exactly this for my kitchen MM.

                                  If I understand this correctly, I need to have NodeRed on a separate device? So I need a Pi for HA and then another Pi to be running NodeRed?

                                  I’m working on looking at different documentation and some tutorials. Am I able to run NodeRed on the Pi that the Mirror is running on?

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

                                    @dherl0623 said in Show Alexa Timer:

                                    Am I able to run NodeRed on the Pi that the Mirror is running on?

                                    should be able to …

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    1 Reply Last reply Reply Quote 0

                                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                    With your input, this post could be even better 💗

                                    Register Login
                                    • 1 / 1
                                    • 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