Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 625 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 625 Bytes

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:

modules: [
  {
    module: "MMM-Ecosia-Tree-Counter",
    position: "top_right", // any region
    config: {
      // TODO
    }
  }
];

Configuration options

.. TODO ..