Skip to content

MagicMirror Module: ROVA Afvalkalender: wanneer wordt de container geleegd?

License

Notifications You must be signed in to change notification settings

jeroenpeters1986/MMM-ROVA-trashcalendar

Repository files navigation

MMM-ROVA-trashcalendar

A simple module for MagicMirror2 designed to show when your trash will be collected by the ROVA trash service in the Netherlands. It uses the same layout as hdurdle/MMM-WestBerksBinDay

Dependencies

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: "a"
	}
 },

Note: If you do not have an addition on your housenumber, you can omit the last line

Sample screenshot

MMM-ROVA-trashcalendar module for MagicMirror

Optional Config

Option Description
dateFormat dddd D MMMM
updateInterval Time to update the next pickup dates, in milliseconds

Support

If you like this module and want to thank, please buy me a coffee.

Buy Me A Coffee

About

MagicMirror Module: ROVA Afvalkalender: wanneer wordt de container geleegd?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published