• 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 54.6k 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 12, 2019, 4:31 AM

    @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 Nov 12, 2019, 9:40 AM Reply Quote 0
    • P Offline
      pumpy266 @Stoffbeuteluwe
      last edited by Nov 12, 2019, 9:40 AM

      The logo doesn’t appear on mine at all, think it did once.
      So try restarting the mirror or disabling it with image: false in the config.

      As a guess, try adding this to the custom.css:

      .module.MMM-AlexaControl{
      .img{
      height: 60;
      width: 60;
      }
      }

      There is a whole sub-forum on CSS, which I haven’t read.
      Anyway, give the above a go and let us know what happens.
      If no joy, please post the whole of your custom.css here.

      S 2 Replies Last reply Nov 12, 2019, 11:18 AM Reply Quote 0
      • S Offline
        Stoffbeuteluwe Project Sponsor @pumpy266
        last edited by Nov 12, 2019, 11:18 AM

        @pumpy266 Thank you for your help …:grinning_face: I will try tonight

        1 Reply Last reply Reply Quote 0
        • F Offline
          Fozi Project Sponsor @Stoffbeuteluwe
          last edited by Nov 12, 2019, 3:41 PM

          @Stoffbeuteluwe I‘m struggling to make Alexa find my mirror as a new device. Can you explain shortly how you succeed?

          Thanks in advance,
          Fozi

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

          S 1 Reply Last reply Nov 12, 2019, 4:07 PM Reply Quote 0
          • S Offline
            Stoffbeuteluwe Project Sponsor @Fozi
            last edited by Stoffbeuteluwe Nov 12, 2019, 4:08 PM Nov 12, 2019, 4:07 PM

            @Fozi Install:
            MMM-Pages
            MMM-page-indicator
            MMM-AlexaControl

            than add the config post from @pumpy266 to your config and that’s it…
            Alexa discover devices…

            F 1 Reply Last reply Nov 12, 2019, 4:13 PM Reply Quote 0
            • F Offline
              Fozi Project Sponsor @Stoffbeuteluwe
              last edited by Nov 12, 2019, 4:13 PM

              @Stoffbeuteluwe ok, I‘ll give it a try later this evening.
              Thanks,
              Fozi

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

              1 Reply Last reply Reply Quote 0
              • S Offline
                Stoffbeuteluwe Project Sponsor @pumpy266
                last edited by Nov 12, 2019, 6:54 PM

                @pumpy266 now it works I forgot …px …for pixel
                thanks for helping :folded_hands_light_skin_tone:

                1 Reply Last reply Reply Quote 0
                • T Offline
                  tanvir586
                  last edited by Nov 12, 2019, 11:22 PM

                  To use this module do i need an alexa device? Or it works with alexaPi/awesomealexa?

                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    pumpy266
                    last edited by Nov 12, 2019, 11:27 PM

                    I’m using a ‘real’ Alexa.
                    Why not try it and let us all know?

                    You can always uninstall it if it doesn’t work.

                    Great that the image is how you wanted it.

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      BD0G
                      last edited by BD0G Nov 13, 2019, 4:12 AM Nov 13, 2019, 4:10 AM

                      Similar situation here. Magic Mirror works and modules load on screen and then MMM-Pages takes over and switches to Page 1 as denoted by the circles at the bottom of the page. The screen does not display the modules after that.

                      Installed MMM-AlexaControl
                      MMM-Pages
                      MMM-page-indicator

                      Modified my config.js and checked it with npm run config:check.

                      No syntax errors

                      Alexa fails to find any new devices when using discovery through Alexa App or voice request “Alexa discover new devices” - Reports no new devices found. Same with app.

                      Here are the relevant entries from my config.js

                      {
                      			module: 'MMM-AlexaControl',
                      			position: 'bottom_left',
                      			config:{
                      				image: true,
                      				pm2ProcessName: "PM2",
                      				vcgencmd: true,
                      				pages:'3',
                      		}
                      		},
                      
                      {
                                  module: 'MMM-pages',
                                  config: {
                                  modules:
                                      [[ "DarkSkyForecastforecast", "Lunartic"],
                                       [ "DumpsterDay", "clock","calendar","updatenotification"]],
                                  fixed: ["MMM-page-indicator"],
                                  rotationTime:"0",
                              }
                              },
                      
                      {
                              module: 'MMM-page-indicator',
                              position: 'bottom_bar',
                              config: {
                                  pages: 3,
                              }
                      
                      F S 2 Replies Last reply Nov 13, 2019, 5:41 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 9
                      • 10
                      • 3 / 10
                      3 / 10
                      • First post
                        24/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