Skip to content

Magic Mirror 2 module that shows your Age of Empire II stats.

License

Notifications You must be signed in to change notification settings

FabianNiehaus89/MMM-AOE2-STATS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMM-AOE2-STATS

This is a module for the MagicMirror². It will display the aoe2.net leadder stats for players id's.

PREVIEW PICTURE

RM 1v1:

RM Team:

Installation

  1. Clone this repo into ~/MagicMirror/modules directory.
  2. Go to ~/MagicMirror/modules/MMM-AOE2-STATS directory and do npm install

Using the module

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

var config = {
{
	module: "MMM-AOE2-STATS",
	position: "bottom_right",
	config: {
		players: ['912329'],
		updateInterval: 20,
		showTeamStats: true,
		showGameWins: false,
		showGameLosses: false,
		showTotalGames: true,
		showWinPercentage: true
	}
}
}

Configuration options

Option Description
players Required Player ID to display.
updateInterval Optional Update time

Type: int(minute)
Default 20 (= 20 minute).
showTeamStats Optional If true module will display the RM-Team stats otherwise the 1v1 stats if available.
showGameWins Optional If true module shows how many games player has won.
showGameLosses Optional If true module shows how many games player has loose.
showTotalGames Optional If true module shows how many games player has played.
showWinPercentage Optional If true module shows the percentage of won games.

About

Magic Mirror 2 module that shows your Age of Empire II stats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published