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 58.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.
    • 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
                      • P Offline
                        pumpy266 @Stoffbeuteluwe
                        last edited by

                        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.

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