Skip to content

A module for the MagicMirror project (https://github.com/MichMich/MagicMirror) to display the next bin collections from the @Home app

License

Notifications You must be signed in to change notification settings

flick116/MMM-atHome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-atHome

A module for the MagicMirror project (https://github.com/MichMich/MagicMirror) to display the next bin collections from the @HOME app.

Installation

Clone this repository in your ~/MagicMirror/modules/ folder ( $ cd ~MagicMirror/modules/ ):

git clone https://github.com/flick116/MMM-atHome

Dependencies

request

Note

Work in progress

Config

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'
			},
		},

About

A module for the MagicMirror project (https://github.com/MichMich/MagicMirror) to display the next bin collections from the @Home app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published