You need to install the module for your MagicMirror.
Navigate into your MagicMirror's modules folder:
cd ~/MagicMirror/modulesClone this repository:
git clone https://github.com/Kiina/MMM-melonGo into the directory and run npm install:
cd MMM-melon npm installConfigure the module in your config.js file.
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 } }