Skip to content

Middleware to configure your MagicMirror² via mobile application

License

Notifications You must be signed in to change notification settings

fewieden/MMM-Mobile

Repository files navigation

MMM-Mobile GitHub license Build Status Code Climate Known Vulnerabilities

This is a middleware to configurate your MagicMirror via a mobile application for iOS, Android and Windows Phone.

Dependencies

Hostname

Before using this module check if your network can resolve hostnames by accessing your mirror in your browser on another computer. If not you have to use the config option ip.

Installation

  1. Clone this repo into ~/MagicMirror/modules directory.

  2. Configure your ~/MagicMirror/config/config.js:

    {
        module: "alert"
    },
    {
        module: "MMM-Mobile"
    }
    
  3. Run command npm install in ~/MagicMirror/modules/MMM-Mobile directory.

It is important to also have the alert module in your config, otherwise you will not see the qr-code.

Config Options

Option Default Description
ip false Enter the ip of your MagicMirror. Default uses the hostname.
qrSize 300 Size of the qr-code in pixel
qrTimer 60 * 1000 (1 min) time to display qr-code.

About

Middleware to configure your MagicMirror² via mobile application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published