Skip to content

julienstroheker/MMM-NBARanking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module still in development - v0.1

MMM-NBARanking

This a module for the MagicMirror. It can display the NBA Team Ranks

Installation

  1. Navigate into your MagicMirror's modules folder and execute git clone https://github.com/julienstroheker/MMM-NBARanking.git. A new folder will appear, navigate into it.
  2. Execute npm install to install the node dependencies.

Config

The entry in config.js can include the following options:

Option Description

Here is an example of an entry in config.js

{
	module: 'MMM-NBARanking',
	position: 'top_left',
    header: 'NBA'
	config: {
			interval: 43200000, //all modules use milliseconds
			}
		},

Dependencies

  • request (installed via npm install)

Special Thanks

More to come in the next days - In development

  • Ranking per conference
  • Reduce the font
  • Top 10
  • ...

Releases

No releases published

Packages

No packages published