This a module for the MagicMirror project. It displays a list of upcoming event attendance for TopTix ticketing systems.
- Clone this repository into the Magic Mirror
modules
folder. - Put an entry as shown below in your
config.js
file.
The entry in config.js
can include the following options:
|Option|Description|
Here is an example of an entry in config.js
{
module: 'MMM-TopTix-sales',
position: 'bottom_right',
config: {
}
},