Read the statement by Michael Teeuw here.
mmm-suncalc - Text only display of sunrise, sunset and other sun events
-
@retroflex
Thank U,that’s it. :thumbs_up_light_skin_tone: -
-
@Lordy Great that it worked out! I like the idea, I’ll colorize mine too now.
-
@retroflex said in mmm-suncalc - Text only display of sunrise, sunset and other sun events:
Great that it worked out! I like the idea, I’ll colorize mine too now.
Enjoying working and i would like to see the results.:grinning_face_with_smiling_eyes:
-
-
@retroflex
Nice:thumbs_up_light_skin_tone: That’s exactly how I put forward it. -
@retroflex
I hope you can help me again?
I try to change the font size, but I can’t get any further. Can you please tell me my mistake?
At the moment the module is going under compared to the other modules.
My css entry:.mmm-suncalc text {font-size: 30px}
-
@Lordy Where does “text” come from? Try:
.mmm-suncalc { font-size: 30px }
-
@retroflex said in mmm-suncalc - Text only display of sunrise, sunset and other sun events:
.mmm-suncalc {
font-size: 30px
}I had tried that too. Unfortunately without success. “Text” appears in the config.
Do you have another suggestion? -
@Lordy Maybe this:
.mmm-suncalc table { font-size: 30px }
Tip: You can use developer tools in the browser to check elements and change styles.