Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GHLasse committed Aug 12, 2016
1 parent fd235be commit 45f6db3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,31 @@ This module is only valid for the 2016 Summer Olympics in Rio but can be used as

Find out more about MagicMirror Modules here:
https://github.com/MichMich/MagicMirror/wiki/MagicMirror%C2%B2-Modules

## Installation

Go to your MagicMirror folder.

`cd MagicMirror`

Clone the repository.

`git clone https://github.com/GHLasse/MagicMirror-Olympia-Module.git modules/olympia`


## Configuration

Add module configuration to config.js.

```
{
module: 'olympia',
position: 'ANY_POSITION',
config: {
maximumEntries: 8,
interest: ['Brazil','China','United States']
}
},
```


0 comments on commit 45f6db3

Please sign in to comment.