Skip to content

Commit

Permalink
added preview pictures and documented global config option
Browse files Browse the repository at this point in the history
  • Loading branch information
fewieden committed Jan 25, 2021
1 parent 3ae3ed9 commit 90a8dfa
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
Binary file added .github/example_nhl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/example_nhl_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/example_nhl_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/global.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

National Hockey League Module for MagicMirror<sup>2</sup>

## Examples

![](.github/example_nhl.png) ![](.github/example_nhl_2.png) ![](.github/example_nhl_3.png)

## Dependencies

* An installation of [MagicMirror<sup>2</sup>](https://github.com/MichMich/MagicMirror)
Expand Down Expand Up @@ -40,6 +44,16 @@ National Hockey League Module for MagicMirror<sup>2</sup>
| `showNames` | `true` | Should team names be displayed? |
| `showLogos` | `true` | Should team logos be displayed? |

## Global config

| **Option** | **Default** | **Description** |
| --- | --- | --- |
| `locale` | `undefined` | By default it is using your system settings. You can specify the locale in the global MagicMirror config. Possible values are for e.g.: `'en-US'` or `'de-DE'`. |

To set a global config you have top set the value in your config.js file inside the MagicMirror project.

![](.github/global.png)

## Developer

* `npm run lint` - Lints JS and CSS files.
Expand Down

0 comments on commit 90a8dfa

Please sign in to comment.