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.

    Hi, there is a new Alexa Module

    Scheduled Pinned Locked Moved General Discussion
    98 Posts 13 Posters 69.4k Views 15 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.
    • StoffbeuteluweS Offline
      Stoffbeuteluwe Project Sponsor
      last edited by

      MMM-AlexaControl

      I have tried it but when I add the module to config. the screen stays black…
      does anybody tried it ?

      1 Reply Last reply Reply Quote -1
      • P Offline
        pumpy266
        last edited by

        Yes, I have it running.

        It’s a new module so assume the author will be around to tweak things soon.

        Can you post some of your config file to see if the problem can be determined?

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

          Actually, wrong advice.
          Now ask your Alexa to discover new devices.
          When it does, ask Alexa to turn on Page 1. Module 1 should appear.

          If it doesn’t have a look at the fault finding guide or post back here.

          If it works, the pages will appear in the Alexa app on your phone under Smart Home. They can be renamed there to something more memorable.

          Please post back your results.

          StoffbeuteluweS 1 Reply Last reply Reply Quote 0
          • StoffbeuteluweS Offline
            Stoffbeuteluwe Project Sponsor @pumpy266
            last edited by

            @pumpy266 does it work with MMM-Remote-Control or only with MMM-Pages,
            I would like to do on/off every module

            P 1 Reply Last reply Reply Quote 0
            • P Offline
              pumpy266 @Stoffbeuteluwe
              last edited by

              Haven’t tried with MMM-Remote-Control as the pages appear in the Alexa app anyway. They can be activated from there instead of a phones web browser. Broad as its long for me.

              Turn off doesn’t seem to work, this is one of things I’d like to mention to the author.

              To get around this, I have created an empty page so when I’m done with the page I’m viewing, just ask Alexa to turn on the empty page.
              Yes this does come at a price of losing a page from the total count of 10, but it works.

              Did your Alexa discover the new devices?

              StoffbeuteluweS 2 Replies Last reply Reply Quote 0
              • StoffbeuteluweS Offline
                Stoffbeuteluwe Project Sponsor @pumpy266
                last edited by

                @pumpy266 I will try when I’m at home today

                1 Reply Last reply Reply Quote 0
                • StoffbeuteluweS Offline
                  Stoffbeuteluwe Project Sponsor @pumpy266
                  last edited by

                  @pumpy266

                   {
                              module: 'MMM-AlexaControl',
                              position: 'middle_center',
                              config:{
                              image: true,
                              pm2ProcessName: "mm",
                              vcgencmd: true,
                              notifications: [
                        {
                             name: 'Notification 2',
                             port: 11101,
                             OnOff: true,
                             notification: [["NOTIFICATION ON", "PAYLOAD"],["NOTIFICATION OFF", "PAYLOAD"]]
                             }
                            ]
                           }
                          },
                          {
                              module: 'MMM-pages',
                              config: {
                              modules:
                                      [[ "weatherforecast", "newsfeed"],
                                       [ "calendar", "compliments" ]],
                              fixed:   ["MMM-page-indicator"],
                              }
                        },
                        {
                             module: 'MMM-page-indicator',
                             position: 'bottom_bar',
                             config: {
                             pages: 2,
                             }
                        },
                  

                  can you help me …?
                  i am a little bit confused with all this

                  P 1 Reply Last reply Reply Quote 0
                  • P Offline
                    pumpy266 @Stoffbeuteluwe
                    last edited by

                    Yes of course.
                    First of all, does your mirror program actually start?
                    If so, please run it.

                    Now ask Alexa to discover new devices.

                    Does it find anything?

                    If it does, ask Alexa to “Turn on Page 1”
                    What happens?

                    In the meantime I will check my config against yours.

                    Please post back the results of the above.

                    StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                    • StoffbeuteluweS Offline
                      Stoffbeuteluwe Project Sponsor @pumpy266
                      last edited by

                      @pumpy266 when I have MMM-AlexaControl in my config the screen stays black

                      P 1 Reply Last reply Reply Quote 0
                      • P Offline
                        pumpy266 @Stoffbeuteluwe
                        last edited by

                        Yes, I understand that.
                        Can Alexa find any devices?

                        StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                        • StoffbeuteluweS Offline
                          Stoffbeuteluwe Project Sponsor @pumpy266
                          last edited by

                          @pumpy266 no device’s found

                          P 1 Reply Last reply Reply Quote 0
                          • P Offline
                            pumpy266 @Stoffbeuteluwe
                            last edited by

                            OK, try this please. Edit your config.js file to look like this:

                            modules: [
                            
                                        {
                                        module: 'MMM-pages',
                                        config: {
                                        modules:
                                            [[ "weatherforecast", "newsfeed"],
                                             [ "calendar", "compliments"]],
                                        fixed: ["MMM-page-indicator"],
                                        rotationTime:"0",
                                        }
                                        },
                                        {
                                        module: 'MMM-AlexaControl',
                                        position: 'middle_center',
                                        config:{
                                        image: true,
                                        pm2ProcessName: "mm",
                                        vcgencmd: true,
                                        pages:'2',
                                        }
                                        },
                            

                            Then put your WeatherForecast, newsfeed, calendar and compliments modules as per usual underneath this lot.
                            Save the config, start MagicMirror (correcting any typos from the above) and ask Alexa to discover new devices.

                            StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                            • StoffbeuteluweS Offline
                              Stoffbeuteluwe Project Sponsor @pumpy266
                              last edited by

                              @pumpy266 i have copied your config but only black screen
                              I can try what I want but still the same problem,
                              my config don’t work with MMM-AlexaControl

                              i have a Mac mini but normally that should be no problem

                              P 1 Reply Last reply Reply Quote 0
                              • P Offline
                                pumpy266 @Stoffbeuteluwe
                                last edited by

                                And does Alexa find anything?

                                StoffbeuteluweS 2 Replies Last reply Reply Quote 0
                                • StoffbeuteluweS Offline
                                  Stoffbeuteluwe Project Sponsor @pumpy266
                                  last edited by

                                  @pumpy266 now config works …
                                  i have done something wrong with installation
                                  but no devices found

                                  1 Reply Last reply Reply Quote 0
                                  • StoffbeuteluweS Offline
                                    Stoffbeuteluwe Project Sponsor @pumpy266
                                    last edited by

                                    @pumpy266
                                    now I have it …my devices where found
                                    thank you very much for your help…

                                    thank you thank you thank you

                                    P FoziF 2 Replies Last reply Reply Quote 0
                                    • P Offline
                                      pumpy266 @Stoffbeuteluwe
                                      last edited by

                                      Hooray! :-) :-)

                                      You may want to change the rotation time in the MMM-pages module, depending on what you want.

                                      Great it’s worked for you.

                                      :-)

                                      StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                                      • StoffbeuteluweS Offline
                                        Stoffbeuteluwe Project Sponsor @pumpy266
                                        last edited by

                                        @pumpy266
                                        can you help me change the image size in css
                                        I need a smaller size

                                        P 1 Reply Last reply Reply Quote 0
                                        • P Offline
                                          pumpy266 @Stoffbeuteluwe
                                          last edited by

                                          For which module(s)?

                                          What is the resolution of the monitor you are using?

                                          Won’t be able to post a reply tonight as I currently have a broken limb and moving takes slightly longer than usual.
                                          But post the details and I’ll take a look in the morning.

                                          StoffbeuteluweS 1 Reply Last reply Reply Quote 0
                                          • StoffbeuteluweS Offline
                                            Stoffbeuteluwe Project Sponsor @pumpy266
                                            last edited by

                                            @pumpy266 I want to make the Alexa image from the MMM-AlexaControl module smaller in CSS but I don’t know how.

                                            I have copied the css from the Module to my custom css and tried to change the size but nothing’s happened.

                                            P 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
                                            • 1 / 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