mykle1 / MMM-Lunartic

Up to the minute information about our Lunar partner, with a splash of EyeCandy, to boot!
MIT License
17 stars 11 forks source link

MMM-Lunartic

Up to the minute information about our Lunar partner, with a splash of EyeCandy, to boot!

How it works

First, you have three choices of images to accompany the data.

Then you are offered updated information every minute, such as:

Examples

The moon will be animated. See picture below.

* This can be hidden

* To show only this, or vice versa, showing just the image

Installation

Config.js entry and options

{
        disabled: false,
        module: 'MMM-Lunartic',
        position: 'bottom_center', // Best in left, center, or right regions
        config: {
            mode: "rotating", // rotating or static
            image: "current", // animation, current, DayNight or static
            distance: "miles", // miles or km
        sounds: "yes", // howling wolf, only on a full moon
            useHeader: false, // true if you want a header
            header: "The Lunartic is in my head", // Any text you want
            maxWidth: "300px",
            animationSpeed: 0,
            rotateInterval: 15000,
        }
    },

Special thanks to SpaceCowboysDude for spotting my errors, as usual.