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.

    Best and Updated Alexa Module2019

    Scheduled Pinned Locked Moved Development
    8 Posts 3 Posters 2.1k Views 3 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.
    • MoreLinuxM Offline
      MoreLinux @veejae
      last edited by MoreLinux

      @veejae I use the MMM-AlexaOnOff module in combination with MMM-RemoteControl. With these two I can use Alexa to activate and deactivate modules on my mirror.

      Works without any problems.

      S 1 Reply Last reply Reply Quote 0
      • V Offline
        veejae
        last edited by

        Thanks @MoreLinux one more question, will this also work to display or command to play music or youtube video in my mirror?

        MoreLinuxM 1 Reply Last reply Reply Quote 0
        • MoreLinuxM Offline
          MoreLinux @veejae
          last edited by

          @veejae Showing and hiding the app, will work. Playing a video?? Never tried, as I don’t use MM2 for playing videos.

          1 Reply Last reply Reply Quote 0
          • S Offline
            sbrundage85 @MoreLinux
            last edited by

            @MoreLinux What gen Alexa do you have? I can’t get my Alexa to discover my Mirror

            MoreLinuxM 1 Reply Last reply Reply Quote 0
            • MoreLinuxM Offline
              MoreLinux @sbrundage85
              last edited by

              @sbrundage85 I have an Amazon Echo Dot (2. Gen.) and it discovers the software WeMo the MMM-AlexaOnOff module without any problems.

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sbrundage85 @MoreLinux
                last edited by sbrundage85

                @MoreLinux Thanks for the response, I’m struggling to find the answers to this issue. All you did was cloned the module and added to the config file the code that they have listed?

                {
                    module: 'MMM-OnScreenMenu',
                    position: 'bottom_right',
                },
                {
                    module: 'MMM-AlexaOnOff',
                    config: {
                        devices: [{ 
                              name: "Magic Mirror",
                              on: { 
                                notification: "ONSCREENMENU_PROCESS_ACTION",
                                payload: { actionName:'monitorOn' }
                              },
                              off: { 
                                notification: "ONSCREENMENU_PROCESS_ACTION",
                                payload: { actionName:'monitorOff' }
                              },
                        }]
                    }
                }
                

                I go step by step, save it, and my Alexa won’t discover my mirror. Did you have to configure anything else? I must be missing something. I have a 3rd gen dot working with a Raspberry Pi 3b both on the same network.

                MoreLinuxM 1 Reply Last reply Reply Quote 0
                • MoreLinuxM Offline
                  MoreLinux @sbrundage85
                  last edited by

                  @sbrundage85 Yup, I just followed the instructions, nothing special done.

                  1 Reply Last reply Reply Quote 0
                  • 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