Kiina / MMM-melon

Shows the current daily melon music charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Melon-Chart-Module for the MagicMirror

MagicMirror Project on Github

Usage

You need to install the module for your MagicMirror.

Installation

Navigate into your MagicMirror's modules folder:

cd ~/MagicMirror/modules

Clone this repository:

git clone https://github.com/Kiina/MMM-melon

Go into the directory and run npm install:

cd MMM-melon
npm install

Configure the module in your config.js file.

Configuration

To run the module, you need to add the following data to your config.js file.

{
    module: 'MMM-melon',
    position: 'top_center', // you may choose any location
    config: {
        updateInterval: 60 * 60 * 1000, //every 60 minutes
        initialLoadDelay: 0,
        colored: false,
        fade: true,
        fadePoint: 0.5,
        fadeListBigger: 3,
        cutLine: 5 //how many results
    }
}

About

Shows the current daily melon music charts

License:MIT License


Languages

Language:JavaScript 100.0%Language:CSS 0.0%