A module for the MagicMirror project (https://github.com/MichMich/MagicMirror) to display the next bin collections from the @HOME app.
Clone this repository in your ~/MagicMirror/modules/
folder ( $ cd ~MagicMirror/modules/ )
:
git clone https://github.com/flick116/MMM-atHome
Work in progress
Option | Required | Description |
---|---|---|
email |
Yes | This is the email address you use to sign into the '@HOME' app Type: string |
atHomeUrl |
No | This is the URL used to connect to the '@HOME' app - This is here in case the URL ever changes Type: string |
gardenName |
No | This setting can be used to change the default name of the Chargeable garden waste bin text Type: string |
foodName |
No | This setting can be used to change the default name of the Food recycling box text Type: string |
paperName |
No | This setting can be used to change the default name of the Paper and Cardboard wheeled bin text Type: string |
plasticsName |
No | This setting can be used to change the default name of the Plastics and Glass wheeled bin text Type: string |
wasteName |
No | This setting can be used to change the default name of the Waste wheeled bin text Type: string |
Example of the config.js entry:
{
module: "MMM-atHome",
position: "top_right",
config: {
email: "[email protected]".
gardenName: 'Garden waste',
foodName: 'Food recycling',
paperName: 'Paper and Cardboard',
plasticsName: 'Plastics and Glass',
wasteName: 'Normal rubbish'
},
},