Skip to content

MagicMirror module - Pont Chaban-Delmas @ Bordeaux, France

License

Notifications You must be signed in to change notification settings

Clovel/MMM-Bdx-PontChaban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicMirror module - Pont Chaban-Delmas @ Bordeaux, France

Installation

  1. Navigate to your MagicMirror's modules folder, and run the following command: git clone https://github.com/Clovel/MMM-Bdx-PontChaban.git
  2. Add the module and a valid configuration to your config/config.js file

Using the module

This is an example configuration for your config/config.js file:

var config = {
    modules: [
        {
            module: "MMM-Bdx-PontChaban",
            position: "middle_center",
            config: {
                records: 5,
                modus: "upcoming",
                showExtraInfo: false,
		        showColumnHeader: true,
	        }
	    },
    ]
}

Configuration options

Option Description
records Optional - The number of lines you want to show
Default: 5
modus Optional - 'past' for past events, 'upcoming' for future events
Default: past
showExtraInfo Optional - Do you want to show the launchsite (true) or not (false)
Default: false
showColumnHeader Optional - Choose if you want to see columnheadings
Default: false

About

MagicMirror module - Pont Chaban-Delmas @ Bordeaux, France

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published