Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 511 Bytes

File metadata and controls

26 lines (19 loc) · 511 Bytes

Module: chromecast-background

This is a chromecast-background module for MagicMirror. This module displays the Chromecast Backdrop as a background.

Using the module

To use this module, add it to the modules array in the config/config.js file:

modules: [
	{
		module: 'chromecast-background',
		position: 'fullscreen',	// This can be any of the regions.
		config: {
			wrapper: 'fullscreen'
		}
	}
]

Configuration options

The following properties can be configured:

TODO