Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 335 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 335 Bytes

MagicMirror-GOTransit

Using the module

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

modules: [
	{
		module: 'gotransit',
		position: 'bottom_bar',	// This can be any of the regions.
		config: {
			// See 'Configuration options' for more information.
			line: 'LE'
		}
	}
]