A simple module for MagicMirror² designed to show when your trash will be collected by the ROVA trash service in the Netherlands. ROVA is a trash management company, they do not operate the whole of the Netherlands, so this module will only be of use if you live in these areas: https://www.rova.nl/over-ons#gemeenten
This module uses the same layout as hdurdle/MMM-WestBerksBinDay
- A MagicMirror² installation
In your terminal, go to your MagicMirror's Module folder:
cd ~/MagicMirror/modules
Clone this repository and install the dependencies:
git clone https://github.com/jeroenpeters1986/MMM-ROVA-trashcalendar.git
Add the module to the modules array in the config/config.js
file
and insert your own postal code, housenumber and, if applicable, your
house number addition:
{
module: 'MMM-ROVA-trashcalendar',
position: 'middle_center',
config: {
zipCode: "8012AR",
houseNr: "90",
houseNrAddition: ""
}
},
Note: If you do not have an addition on your housenumber, you can omit the last line
Option | Description |
---|---|
dateFormat |
dddd D MMMM |
updateInterval |
Time to update the next pickup dates, in milliseconds |
If you like this module and want to thank, please buy me a coffee.
Please ensure:
- You are living in the ROVA service area: https://www.rova.nl/over-ons#gemeenten
- Check if your zipcode + housenr are accepted on https://www.rova.nl (we rely on that)
Are you using a MagicMirror prio to v2.16.0?
Then please use the older version from git branch requests-module
,
git checkout -b henk origin/henk
Revamped the Module to work with MM 2.16.0+
Are you using an older version? Then please checkout the branch requests-module
,
git checkout -b henk origin/henk
Replaced requests module with native fetch