Skip to content

bdurrani/MagicMirror-GOTransit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published