Skip to content

Kiina/MMM-melon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors