This is a module for MagicMirror².
Shows all projects with current activity and their commit additions and deletions.
Clone this repository into your modules
directory and add the following configuration block to the modules array in the config/config.js
file:
var config = {
modules: [
{
module: 'MMM-GitLab-Statistics',
config: {
// See below for configurable options
}
}
]
}
Option | Description |
---|---|
url |
Required URL to your GitLab instance |
token |
Required API Token for your GitLab Instance |
intervalTime |
Optional Update statistics after interval Type: int (milliseconds) Default 600000 milliseconds (10 minutes) |