Skip to content

🏆 Displays LOL Champions Queue standings on your magic mirror!

Notifications You must be signed in to change notification settings

xadamxk/MMM-CHAMPIONSQUEUE-LEADERBOARD

Repository files navigation

MMM-CHAMPIONSQUEUE-LEADERBOARD

Displays LOL Champions Queue standings on your magic mirror! Module for MagicMirror.

Other league related modules:

Previews with Configuration Samples

Default

Season Format:

config: {
    showCurrentSplit: false,
    showRemainingTime: false	
}
	
LP Format:

config: {
    showPlayerLP: true,
    showPlayerWinCount: true,
    showPlayerWinRates: false
}
	
Minimal Format:

config: {
    showTitle: false,
    showRemainingTime: false,
    showPlayerWinRates: false
}
	

Installation

In your terminal, go to your MagicMirror's Module folder:

cd ~/MagicMirror/modules

Clone this repository:

SSH: git clone git@github.com:xadamxk/MMM-CHAMPIONSQUEUE-LEADERBOARD.git
HTTPS: git clone https://github.com/xadamxk/MMM-CHAMPIONSQUEUE-LEADERBOARD.git

Install/Update Dependencies:

npm install

Configuration

Add MMM-CHAMPIONSQUEUE-LEADERBOARD module to the modules array in the config/config.js file:

modules: [
	{
			module: "MMM-CHAMPIONSQUEUE-LEADERBOARD",
			position: "bottom_left",
			config: {}
	}
]

Configuration Options

Option Type Default Description
updateInterval integer 60 Number of minutes to poll api for updates.
resultCount integer 10 Number of players' results to list.
showTitle boolean true Show table title in format of Season - Split (ex. 2022 Spring Season - Split 1).
showCurrentSplit boolean true Limit leaderboard to current split (uses current season otherwise).
showRemainingTime boolean true Show remaining time for given split/season.
showPlayerLP boolean false Replace rank ordinal with the player's LP.
showPlayerWinCount boolean false Show wins-losses count.
showPlayerWinRates boolean true Show win rate rounded to 1 decimal.

Releases

No releases published

Packages

No packages published