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

information displayed below the image of the moon #12

Closed Mysh3ll closed 5 years ago

Mysh3ll commented 5 years ago

Hi,

after installing and configuring this module, I have the image of the moon that appears with the updated information. However, the information is displayed over the moon and not below, so it's not easy to read. Can a custom.css modification suffice? Here is my config:

{
            module: 'MMM-Lunartic',
            position: 'bottom_left', // Best in left, center, or right regions
            config: {
                mode: "rotating", // rotating or static
                image: "current", // animation, current, DayNight or static
                distance: "km", // miles or km
                sounds: "yes", // howling wolf, only on a full moon
                useHeader: false, // true if you want a header
                header: "Phase lunaire", // Any text you want
                maxWidth: "300px",
                animationSpeed: 0,
                rotateInterval: 15000,
            }
        },
mykle1 commented 5 years ago

Make your custom.css entry this:

.MMM-Lunartic img.photo { margin-bottom: 0px; }

pociorotto commented 5 years ago

Come posso cambiare la dimensione delle informazioni ( font ) e come posso sposare le informazioni a destra, sinistra ..Grazie

pociorotto commented 5 years ago

How can I change the size of the information and how can I marry the information to the right, left .. Thanks