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

MMM-AlexaPi

Scheduled Pinned Locked Moved Troubleshooting
9 Posts 4 Posters 4.0k Views 5 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.
  • M Offline
    michael24h
    last edited by yawns May 21, 2017, 7:27 PM Mar 7, 2017, 3:08 PM

    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
    • M Offline
      mochman Module Developer
      last edited by mochman Mar 8, 2017, 12:05 AM Mar 8, 2017, 12:04 AM

      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 Jun 6, 2017, 11:31 PM Reply Quote 0
      • M Offline
        michael24h
        last edited by yawns May 21, 2017, 7:27 PM Mar 8, 2017, 12:18 AM

        I got this already

        platform:
          # Name of your platform, e.g. raspberrypi, orangepi, desktop
          device: "magicmirror"
        
        1 Reply Last reply Reply Quote 0
        • M Offline
          michael24h
          last edited by Mar 8, 2017, 12:23 AM

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

          1 Reply Last reply Reply Quote 0
          • M Offline
            michael24h
            last edited by Mar 8, 2017, 12:28 AM

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

            B 1 Reply Last reply May 21, 2017, 5:55 PM Reply Quote 0
            • B Offline
              borrigan @michael24h
              last edited by May 21, 2017, 5:55 PM

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

              M 1 Reply Last reply May 21, 2017, 10:37 PM Reply Quote 0
              • M Offline
                michael24h @borrigan
                last edited by May 21, 2017, 10:37 PM

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

                1 Reply Last reply Reply Quote 0
                • B Offline
                  bminer1 @mochman
                  last edited by Jun 6, 2017, 11:31 PM

                  @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
                  • M Offline
                    michael24h
                    last edited by Jun 7, 2017, 3:11 PM

                    @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 Sam, technical setup by Karsten.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy