• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 1.1k 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.
  • R Offline
    RIKKO14
    last edited by Jul 1, 2020, 3:38 PM

    This post is deleted!
    S 1 Reply Last reply Jul 1, 2020, 4:44 PM Reply Quote 0
    • S Offline
      Stoffbeuteluwe Project Sponsor @RIKKO14
      last edited by Stoffbeuteluwe Jul 1, 2020, 4:45 PM Jul 1, 2020, 4:44 PM

      @RIKKO14 Hey there is a another module that should work with amazon echo and google device

      MMM-AlexaControl

      that works much more easyer than the others…

      S 1 Reply Last reply Jul 1, 2020, 4:50 PM Reply Quote 0
      • S Do not disturb
        sdetweil @Stoffbeuteluwe
        last edited by sdetweil Jul 1, 2020, 4:50 PM Jul 1, 2020, 4:50 PM

        @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 Aug 28, 2020, 9:18 PM

          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 Aug 28, 2020, 10:54 PM Reply Quote 0
          • S Do not disturb
            sdetweil @radioman
            last edited by Aug 28, 2020, 10:54 PM

            @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 Sep 10, 2020, 8:45 PM

              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 Sep 10, 2020, 8:53 PM Reply Quote 1
              • S Do not disturb
                sdetweil @pvancald
                last edited by Sep 10, 2020, 8:53 PM

                @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 Do not disturb
                  sdetweil @pvancald
                  last edited by sdetweil Sep 11, 2020, 12:15 AM Sep 10, 2020, 8:55 PM

                  @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