Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
htilburgs committed Apr 18, 2019
1 parent 9763539 commit 23abb1b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
@@ -1,7 +1,8 @@
# MMM-MyTraffic
MMM-Mytraffic is a MagicMirror module for dutch traffic information, using real-time information from the ANWB.

![Screenshot](screenshot.png)
![Screenshot](screenshot01.png)
![Screenshot](screenshot02.png)

## Installation
Clone this repository in your modules folder, and install dependencies:
Expand All @@ -24,6 +25,7 @@ Add the module to your modules array in your config.js.
showJams: true, // Show Traffic jams
showConstructions: true, // Show Constructions
showRadars: true, // Show Speed Traps (Radar Controls)
largeIcons: true, // Show Large or Small icons
maxWidth: "500px", // Max width wrapper
preferredRoads: ['ALL'] // Show All roads or show you're selection -> ['A1','A50','A67']
}
Expand Down Expand Up @@ -53,6 +55,10 @@ Here is the documentation of options for the modules configuration:
<td><code>showRadars</code></td>
<td>Show Speed traps (Radar Controls) on the Dutch highways<br /><br /><strong>True/False</strong><br />Default: <code>True</code></td>
</tr>
<tr>
<td><code>lareIcons</code></td>
<td>Show large or small icons and information<br /><br /><strong>True/False</strong><br />Default: <code>True</code></td>
</tr>
<tr>
<td><code>maxWidth</code></td>
<td>Max Width of the module<br /><br /><strong>String</strong><br />Default: <code>"500px"</code></td>
Expand Down

0 comments on commit 23abb1b

Please sign in to comment.