Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.21 KB

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