This MagicMirror module let you see the number of trees Ecosia is planting like on their website ecosia.org.
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
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
}
}
];
.. TODO ..