-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
René Honnen
committed
Feb 5, 2020
1 parent
c7f2a0d
commit b8cf898
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Module: MMM-Ecosia-Tree-Counter | ||
|
||
This MagicMirror module let you see the number of trees Ecosia is planting like on their website ecosia.org. | ||
|
||
## Installation | ||
|
||
In your terminal, go to your MagicMirror's Module folder: | ||
|
||
`cd ~/MagicMirror/modules` | ||
|
||
Clone this repository: | ||
|
||
`git clone https://github.com/rehne/MMM-Ecosia-Tree-Counter.git` | ||
|
||
## Using the module | ||
|
||
To use this module, add it to the modules array in the `config/config.js` file: | ||
|
||
```json | ||
modules: [ | ||
{ | ||
module: 'MMM-Ecosia-Tree-Counter', | ||
position: 'top_right', // any region | ||
config: { | ||
// TODO | ||
} | ||
} | ||
] | ||
``` | ||
|
||
## Configuration options | ||
|
||
.. TODO .. |