Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

kellerkinderDE/MMM-GitLab-Statistics

Repository files navigation

MMM-GitLab-Statistics

This is a module for MagicMirror².

Shows all projects with current activity and their commit additions and deletions.

Usage

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
            }
        }
    ]
}

Configuration 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published