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 68.9k 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 @BD0G
      last edited by

      @BD0G you have to set your number of pages in:
      MMM-Pages
      and
      MMM-page-indicator

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

        @BD0G the notification in my config is for MMM-Remote-Control
        to send notifications (on/off) for each module if you like…

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

          @techcoderun i have posted my config…have a look

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

            @techcoderun no, you don’t need to install wemo or fauxmo

            1 Reply Last reply Reply Quote 0
            • B Offline
              BD0G @Stoffbeuteluwe
              last edited by

              @Stoffbeuteluwe Some progress actually. I used your config. Had Alexa Discover Devices and she did discover 18 new devices. 10 of them were labeled Page 1-10
              Then there was some like PM2 Restart 0 . Refresh, etc.

              When I issue a command like Alexa Turn off page 4 . I get “Page 4 is not responding -please checks its power supply or network connection”

              I get that with every page I try.

              I need to define the pages , but need the exact files to modify for MMM-Pages and MMM-PageIndicator

              I have MMM-RemoteControl installed , but not the version that is custom for Alexa. I bet I need to yank that module and install the custom one.

              StoffbeuteluweS 1 Reply Last reply Reply Quote 0
              • techcoderunT Offline
                techcoderun @Stoffbeuteluwe
                last edited by

                @Stoffbeuteluwe Installed both, but no luck so far.

                1 Reply Last reply Reply Quote 0
                • techcoderunT Offline
                  techcoderun @Stoffbeuteluwe
                  last edited by

                  @Stoffbeuteluwe I’ll take a look, thanks!

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

                    @BD0G tonight I will send you my config for the other modules…pages and page indicator

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      BD0G
                      last edited by

                      Thanks! It would be helpful to understand what commands can be issued using voice to Amazon Echo devices / Alexa and what they do.

                      For instance if I say Alexa Turn off page one. Is that valid and what should I expect as a result?
                      If I say Alexa Show Notification 1 does that do anything and if so -what?

                      The instructions dont really go into usage examples (if you know what I mean?)

                      Send tonight? Where are you located? Its 9:49 PM here presently LOL!

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

                        @BD0G from Germany

                        techcoderunT 1 Reply Last reply Reply Quote 0
                        • techcoderunT Offline
                          techcoderun @Stoffbeuteluwe
                          last edited by

                          @Stoffbeuteluwe Thanks! The modules would be extremely helpful!

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

                            @BD0G

                            {
                                       module: 'MMM-pages',
                                       config: {
                                       modules:
                                           [[ "clock", "currentweather", "weatherforecast", "MMM-MyCalendar", "MMM-Lunartic", "MMM-MyWastePickup", "MMM-xiaomi", "MMM-Todoist", "MMM-Sonos", "newsfeed", "compliments", "MMM-AlexaControl"],
                                            [ "clock", "MMM-RandomPhoto"],
                                            [ "MMM-EasyBack" ],
                                            [ "MMM-ImagesPhotos" ],
                                            [ "MMM-Globe" ],
                                            [ "MMM-WordClock" ],  
                                            [ "MMM-EyeCandy" ],
                                            [ "MMM-EasyPix" ],
                                            [ "clock","MMM-MyScoreboard", "MMM-MyStandings"],
                                            [ "" ],
                                           ],
                                       fixed: [""],
                                       rotationTime:"0",
                                       }
                                 },
                            
                            1 Reply Last reply Reply Quote 0
                            • StoffbeuteluweS Offline
                              Stoffbeuteluwe Project Sponsor @BD0G
                              last edited by

                              @BD0G

                               {
                                         module: 'MMM-page-indicator',
                                         position: 'bottom_bar',
                                         config: {
                                         pages: 10,
                                         }
                                    },
                              
                              techcoderunT B 3 Replies Last reply Reply Quote 0
                              • techcoderunT Offline
                                techcoderun @Stoffbeuteluwe
                                last edited by

                                @Stoffbeuteluwe Really appreciate the post! Everything appears to be working properly, but Alexa still does not detect my mirror. I have the 1st Gen Alexa, so its possible that is my issue. Thanks for all your help!

                                1 Reply Last reply Reply Quote 0
                                • techcoderunT Offline
                                  techcoderun @Stoffbeuteluwe
                                  last edited by

                                  @Stoffbeuteluwe UPDATE: I purchased a new Alexa (Echo Dot) and I got everything working properly. Thanks again!

                                  StoffbeuteluweS FoziF 2 Replies Last reply Reply Quote 0
                                  • B Offline
                                    BD0G @Stoffbeuteluwe
                                    last edited by

                                    @Stoffbeuteluwe Thanks for posting your config settings! Everytime I enable the AlexaControl Module My DarkSkyWeather Forecase, Lunartic, and US Holidays dont load. They just indicate “Loading”. When I pull the AlexaControl section out of the config.js they load without issue.

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

                                      @techcoderun perfect :slightly_smiling_face:

                                      1 Reply Last reply Reply Quote 0
                                      • S Do not disturb
                                        sdetweil @BD0G
                                        last edited by

                                        @BD0G open the developers window, ctrl-shift-i, select the console tab, and see if there are any errors

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        B 1 Reply Last reply Reply Quote 0
                                        • B Offline
                                          BD0G @sdetweil
                                          last edited by

                                          @sdetweil Still have not been able to open the Dev Console using Ctrl- Shift -i. :(

                                          1 Reply Last reply Reply Quote 0
                                          • FoziF Offline
                                            Fozi Project Sponsor @techcoderun
                                            last edited by

                                            @techcoderun you just bought a new Dot and the mirror was detected?

                                            HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

                                            techcoderunT 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