/magicmirror_config

Magic Mirror 2 configuration files

Primary LanguageShell

Run MM using display output (default)

./start.sh

Run MM as webserver

./start.sh server

A web server should now be available on localhost:8080

Module configurations

Moule name Config details
MMM-Vasttrafik-PublicTransport The following environment variables needs to be set for this module to work.
# When config.js is generated from config.js.template
# this string is converted into a js array using Array.from()
VASTTRAFIK_STOP_ID="[ \"<stop id 0>\", \"<stop id 1>\" ]"
VASTTRAFIK_APP_KEY="<api key>"
VASTTRAFIK_APP_SEC="<api secret>"
MMM-Weather-SMHI-Hourly

Set latitude and longitude:

config: {
    lon: "XX.XXXXXX",
    lat: "YY.YYYYYY",
}