MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-AlexaPi

    Troubleshooting
    4
    9
    3603
    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.
    • michael24h
      michael24h last edited by yawns

      Microphone Icon not showing up
      I Installed MMM-AlexaPi in to modules, paste this in to config.js. But mic icon not showing

      modules: [
          {
              module: 'MMM-AlexaPi',
              position: 'lower_third',
              config: {
                  // The config property is optional.
                  // If no config is set, defualt values are used
                  // See 'Configuration options' for more information.
              }
          }
      ]
      
      1 Reply Last reply Reply Quote 0
      • mochman
        mochman Module Developer last edited by mochman

        How did you set up your AlexaPi program? Did you use the default raspberrypi platform? If so, you may need to change it in your config file.

        sudo nano /etc/opt/AlexaPi/config.yaml

        Find the area called Platform: and change

        platform:
          # Name of your platform, e.g. raspberrypi, orangepi, desktop
        device: "raspberrypi"
        

        to:

        platform:
          # Name of your platform, e.g. raspberrypi, orangepi, desktop
        device: "magicmirror"
        

        You may also want to scroll down further on the config file and see if your magicmirror settings are correct.

        Then don’t forget to restart the AlexaPi program.

        B 1 Reply Last reply Reply Quote 0
        • michael24h
          michael24h last edited by yawns

          I got this already

          platform:
            # Name of your platform, e.g. raspberrypi, orangepi, desktop
            device: "magicmirror"
          
          1 Reply Last reply Reply Quote 0
          • michael24h
            michael24h last edited by

            I’m only missing mic. icon. Alexa works fine

            1 Reply Last reply Reply Quote 0
            • michael24h
              michael24h last edited by

              This is anything else what Should be installed in order to show up AleaxaPi microphone icon ?

              B 1 Reply Last reply Reply Quote 0
              • B
                borrigan @michael24h last edited by

                @michael24h did you ever get the mic to show up? Same problem here.
                Thanks!

                michael24h 1 Reply Last reply Reply Quote 0
                • michael24h
                  michael24h @borrigan last edited by

                  @borrigan
                  yes mate, mic. icon show up after installing one of add ons

                  1 Reply Last reply Reply Quote 0
                  • B
                    bminer1 @mochman last edited by

                    @mochman When i run
                    sudo nano /etc/opt/AlexaPi/config.yaml
                    i get a blank page. Any idea?

                    1 Reply Last reply Reply Quote 0
                    • michael24h
                      michael24h last edited by

                      @bminer1 said in MMM-AlexaPi:

                      /etc/opt/AlexaPi

                      This should work

                      pi@Clock: cd /etc/opt/AlexaPi
                      pi@Clock:/etc/opt/AlexaPi ls
                      config.yaml
                      pi@Clock:/etc/opt/AlexaPi
                      nano config.yaml

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy