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-AlexaControl or MMM-AlexaOn/Off setup

    Scheduled Pinned Locked Moved Troubleshooting
    94 Posts 4 Posters 57.9k 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 @dave_
      last edited by

      @dave_ are the mirror and alexa device on the same network, wifi vs ethernet?

      if u go look at devices are they there already?

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      D 1 Reply Last reply Reply Quote 0
      • D Offline
        dave_ @sdetweil
        last edited by

        @sdetweil yeah both devices are on same wireless network

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

          @dave_ i deleted a device and then used the alexa app to discover ‘other’ type devices and it found the one i deleted and added it back

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          D 1 Reply Last reply Reply Quote 0
          • D Offline
            dave_ @sdetweil
            last edited by

            @sdetweil i did the same thing just now with my smart plug and it worked through the alexa app so there’s something wrong with the module or my raspberry pi

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

              @dave_ w a real plug?

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              D 1 Reply Last reply Reply Quote 0
              • D Offline
                dave_ @sdetweil
                last edited by

                @sdetweil just a smart socket or plug

                https://www.google.com/aclk?sa=L&ai=DChcSEwis7u_Au__qAhWMNSsKHXRyDQkYABAEGgJzZg&ae=1&sig=AOD64_3w4wfq49oIqhcvc-uCBklV29myoA&ctype=70&q=&ved=2ahUKEwj88OnAu__qAhUNxzgGHWn-Dc4Qwg96BAgQEBM&adurl=https://www.amazon.com.au/TP-Link-Required-Anywhere-Assistant-HS100/dp/B017X72J5Q/ref%3Dasc_df_B017X72J5Q/%3Ftag%3Dgoogleshopmob-22%26linkCode%3Ddf0%26hvadid%3D341745072405%26hvpos%3D%26hvnetw%3Dg%26hvrand%3D1304696691917917692%26hvpone%3D%26hvptwo%3D%26hvqmt%3D%26hvdev%3Dm%26hvdvcmdl%3D%26hvlocint%3D%26hvlocphy%3D9071477%26hvtargid%3Dpla-674246294363%26psc%3D1

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

                  @dave_ yeh, but not a belkin wemo plug, which is what the module emulates

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  S D 2 Replies Last reply Reply Quote 0
                  • S Offline
                    sdetweil @sdetweil
                    last edited by

                    @dave_ try changing the startPort to like 13000 or 15000

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      dave_ @sdetweil
                      last edited by

                      @sdetweil ohh na the mirror still isn’t working for some reason as in the module I’m on the verge of giving up now!

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

                        @dave_ hm. it has worked on 8 different systems now for me. pi 3 & 4, odroid, Jetson nano, gallium os on my Chromebook, Ubuntu on my desktop, and on my Mac.

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        D 1 Reply Last reply Reply Quote 0
                        • D Offline
                          dave_ @sdetweil
                          last edited by

                          @sdetweil alright could you send me your config?

                          D S 2 Replies Last reply Reply Quote 0
                          • D Offline
                            dave_ @dave_
                            last edited by

                            @dave_ or idk if it’s too much to ask but if u have time u could maybe make a video of u setting up the whole module

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

                              @dave_ sure, its nothing

                                  {
                                      module: 'MMM-AlexaControl',
                                      position: 'middle_center',
                                      config:{
                                          image: true,
                                          pm2ProcessName: "MagicMirror",
                                          vcgencmd: "hide",
                                          deviceName: 'chromebook'
                                      }
                                  }
                              

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              D 1 Reply Last reply Reply Quote 0
                              • D Offline
                                dave_ @sdetweil
                                last edited by

                                @sdetweil pm2processname is name of the folder we used to install pm2 and all correct?

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

                                  @dave_ setup?

                                  cd ~/MagicMirror/modules
                                  git clone https://github.com/JoChef2/MMM-AlexaControl.git
                                  cd MMM-AlexaControl
                                  npm install
                                  

                                  edited MMM-AlexControl/translations/en.json to be cause I want command to be ‘turn off xx mirror’

                                  {
                                      "PAGE": "page ",
                                      "REFRESH": "refresh mirror",
                                      "RESTART": "restart mirror",
                                      "STOP": "stop mirror",
                                      "REBOOT": "reboot mirror",
                                      "SHUTDOWN": "shutdown mirror",
                                      "MONITOR": "mirror",
                                          "USB": "USB"
                                  }
                                  
                                  

                                  copy paste sample config.js section from his doc and add my info

                                  restart mm…
                                  alexa discover devices
                                  devices found
                                  alexa turn off chromebook mirror

                                  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 @dave_
                                    last edited by

                                    @dave_ no. its the name that shows in the pm2 status command

                                    pm2 start MagicMirror

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    D 1 Reply Last reply Reply Quote 0
                                    • D Offline
                                      dave_ @sdetweil
                                      last edited by

                                      @sdetweil in my case i type in pm2 start mm so for me it’ll be mm!

                                      S 2 Replies Last reply Reply Quote 0
                                      • S Offline
                                        sdetweil @dave_
                                        last edited by sdetweil

                                        @dave_ correct… if you had used my scripted install I setup pm2 as MagicMirror
                                        see https://github.com/sdetweil/MagicMirror_scripts

                                        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 @dave_
                                          last edited by

                                          @dave_ cause one of the devices is restart MM (using pm2)

                                          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
                                            last edited by

                                            can u disable other modules and try discovery something is blocking it from working…

                                            do you have vpn on, or firewall, or is this on magicmirror OS under docker?

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            D 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
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 2 / 5
                                            • 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