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.

    difference between MMM-awesome-alexa and MMM-Alexa

    Scheduled Pinned Locked Moved Troubleshooting
    8 Posts 5 Posters 983 Views 5 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.
    • S Offline
      sdetweil @Stoffbeuteluwe
      last edited by sdetweil

      @Stoffbeuteluwe but, you must have a real echo device for alexaControl

      @RIKKO14 you must sign up and create a device for the other Alexa modules.

      they are two different implementations of the same idea. all the voice modules take a bit of work to get going

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • R Offline
        radioman
        last edited by

        Hello
        Ihave installd the modul mmm-Alexa and MMM-OnScreenModul.
        I Have entering the Code into the Config like this

        {
                    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' }
                        },
                   }]
                 }
               },
        
        

        Then i Have seach for new Devices in the Alexa App on my Smartphone.
        But Alexa find nothing.
        Can Anyone help me?

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

          @radioman I do not know. alexaOnOff says it is no longer under active development.

          I use MMM-AlexaControl to do the same as both those modules.

          while it works for me (I have a v1 echo), others have not had success.

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • P Offline
            pvancald
            last edited by

            I just installed MMM-AlexaControl with success (with Echo 5)
            It was really easy.
            Followed the instructions from the first page on git and put the basic configuration in config.js…
            Then went to alexa.amazon.com in order to scan for new devices, it found directly the devicename I put in the basic config.
            My aim was to jump to a specific slide on MMM-Carousel by talking to Alexa.
            This slide is the first one and containing an MMM-CalendarExt2.

            Here is the configuration I used if it can help someone :

            {
                module: 'MMM-AlexaControl',
                position: 'middle_center',
                config:{
                  deviceName: "Miroir",
                  image: false,
                  pm2ProcessName: "mm",
                  monitorToggle: false,
                  vcgencmd: true,
                  notifications: [
                     {
                       name: 'Menu',
                       port: 11100,
                       OnOff: false,
                       notification: ["CAROUSEL_GOTO", 1]
                     }
                  ]
                  }
            },
            

            Now, I can just say to Alexa (in french sorry…)

            Alexa allume miroir menu
            

            and it jumps to the correct slide rather than having to wait the cycle between all slides of the carousel.

            S 2 Replies Last reply Reply Quote 1
            • S Offline
              sdetweil @pvancald
              last edited by

              @pvancald very nice

              Sam

              How to add modules

              learning how to use browser developers window for css changes

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

                @pvancald you can scan for devices directly w your Alexa device.

                alexa scan for devices
                or
                alexa discover devices
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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