Bing Traffic situation on my route
- Navigate into your MagicMirror's modules folder and execute git clone https://github.com/alfkoblischke/MMM-Trafic.git. A new folder will appear navigate into it.
- Edit your configuration file under
config/config.js
with the following configuration.
Please configure in config.js.
{
module: 'MMM-Traffic',
position: 'top_left',
config: {
apiKey: "xxxxxx", // get apiKey at: https://www.bingmapsportal.com
start: "Start Address",
destination: "Destination Address",
}
}
Navigate into your MMM-Traffic folder .../modules/MMM-Traffic and execute git pull.
To get an apiKey, login at: https://www.bingmapsportal.com and apply for it.