Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
René Honnen committed Feb 5, 2020
1 parent c7f2a0d commit b8cf898
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
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 ..

0 comments on commit b8cf898

Please sign in to comment.