• 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.

Hi, there is a new Alexa Module

Scheduled Pinned Locked Moved General Discussion
98 Posts 13 Posters 52.8k 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.
  • S Offline
    Stoffbeuteluwe Project Sponsor @pumpy266
    last edited by Nov 11, 2019, 11:46 AM

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

    1 Reply Last reply Reply Quote 0
    • S Offline
      Stoffbeuteluwe Project Sponsor @pumpy266
      last edited by Nov 11, 2019, 7:23 PM

      @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 Nov 11, 2019, 7:31 PM Reply Quote 0
      • P Offline
        pumpy266 @Stoffbeuteluwe
        last edited by Nov 11, 2019, 7:31 PM

        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.

        S 1 Reply Last reply Nov 11, 2019, 7:37 PM Reply Quote 0
        • S Offline
          Stoffbeuteluwe Project Sponsor @pumpy266
          last edited by Nov 11, 2019, 7:37 PM

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

          P 1 Reply Last reply Nov 11, 2019, 7:38 PM Reply Quote 0
          • P Offline
            pumpy266 @Stoffbeuteluwe
            last edited by Nov 11, 2019, 7:38 PM

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

            S 1 Reply Last reply Nov 11, 2019, 7:52 PM Reply Quote 0
            • S Offline
              Stoffbeuteluwe Project Sponsor @pumpy266
              last edited by Nov 11, 2019, 7:52 PM

              @pumpy266 no device’s found

              P 1 Reply Last reply Nov 11, 2019, 8:07 PM Reply Quote 0
              • P Offline
                pumpy266 @Stoffbeuteluwe
                last edited by Nov 11, 2019, 8:07 PM

                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.

                S 1 Reply Last reply Nov 11, 2019, 8:35 PM Reply Quote 0
                • S Offline
                  Stoffbeuteluwe Project Sponsor @pumpy266
                  last edited by Nov 11, 2019, 8:35 PM

                  @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 Nov 11, 2019, 8:37 PM Reply Quote 0
                  • P Offline
                    pumpy266 @Stoffbeuteluwe
                    last edited by Nov 11, 2019, 8:37 PM

                    And does Alexa find anything?

                    S 2 Replies Last reply Nov 11, 2019, 8:45 PM Reply Quote 0
                    • S Offline
                      Stoffbeuteluwe Project Sponsor @pumpy266
                      last edited by Nov 11, 2019, 8:45 PM

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

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 9
                      • 10
                      • 1 / 10
                      1 / 10
                      • First post
                        10/98
                        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