Skip to content

acabrera2012/MMM-AlexaPi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module: MMM-AlexaPi

The MMM-AlexaPi module is used to integrate with AlexaPi This module indicates the status of AlexaPi. Possible status' include,

  • no_connection
  • idle
  • recording
  • processing
  • playback
  • error

Using the module

Clone the repo in the modules folder: git clone https://github.com/dgonano/MMM-AlexaPi.git

Add it to the modules array in the config/config.js file:

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.
        }
    }
]

Note: When installing AlexaPi be sure to set the device to magicmirror and not raspberrypi (or other device)

Configuration options

The following properties can be configured:

Option Description
alexaTimeout The time is milliseconds a status will be displayed before automatically reverting to 'idle'

Default value: 30000 (30 Seconds)
alexaHBTimeout The time in milliseconds a heartbeat needs to be recieved from AlexaPi before declaring no_connection

Default value: 10000 (10 Seconds)

About

Accidental Fork of AlexaPi, Please Ignore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%