Giter Club home page Giter Club logo

mmm-10th-planet-todays-warmup's Introduction

Module: MMM-10th-planet-todays-warmup

The MMM-10th-planet-todays-warmup module is displaying todays 10th planet warm up routine.

Screenshots

  • Screenshot todo: add screenshot

Using the module

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

modules: [
	{
		module: "10th-planet-todays-warmup",
		position: "lower_third",	// This can be any of the regions.
									// Best results in one of the middle regions like: lower_third
		config: {
			// The config property is optional.
			// If no config is set, the default compliments are shown.
			// See 'Configuration options' for more information.
		}
	}
]

Configuration options

The following properties can be configured:

Option Description
updateInterval How often does the warmups have to change? (Milliseconds)

Possible values: 1000 - 86400000
Default value: 30000 (30 seconds)
fadeSpeed Speed of the update animation. (Milliseconds)

Possible values:0 - 5000
Default value: 4000 (4 seconds)
warmups The list of warmups.

Possible values: An array with the warmup routine.
classes Override the CSS classes of the div showing the compliments

Default value: thin xlarge bright

Compliment configuration

The warmups property contains an array of the warm up sets

Default value:

config: {
	warmups: [
            {
                id: 'A',
                to: '/A',
                icon: 'apps',
                title: 'Granbys',
                description: '',
                videoUrl: ''
            },
            {
                id: 'B',
                to: '/B',
                icon: 'apps',
                title: 'Hail Marys',
                description: '',
                videoUrl: ''
            },
            {
                id: 'C',
                to: '/C',
                icon: 'apps',
                title: 'Pressure Passes',
                description: '',
                videoUrl: ''
            },
            {
                id: 'D',
                to: '/D',
                icon: 'apps',
                title: 'Standing Passes',
                description: '',
                videoUrl: ''
            },
            {
                id: 'E',
                to: '/E',
                icon: 'apps',
                title: 'Quarter Guard',
                description: '',
                videoUrl: ''
            },
            {
                id: 'F',
                to: '/F',
                icon: 'apps',
                title: 'Butterflies',
                description: '',
                videoUrl: ''
            },
            {
                id: 'G',
                to: '/G',
                icon: 'apps',
                title: 'Top Half Passes',
                description: '',
                videoUrl: ''
            },
            {
                id: 'H',
                to: '/H',
                icon: 'apps',
                title: 'Open Guards',
                description: '',
                videoUrl: ''
            }
        ]
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.