Read the statement by Michael Teeuw here.
MMM-Lunartic
-
@mumblebaj said in MMM-Lunartic:
Thanks. I set it to “animation” and it is working now.
yes because that uses a local .gif file that is included with the module.the alternate module.js file also uses local pix for just such an occasion. either will work. for now, the the usno api is still being a pain in the butt
-
@Mykle1 No problem. Thanks for a really nice module.
-
@mumblebaj said in MMM-Lunartic:
Thanks for a really nice module.
My pleasure. I’ll keep an eye on the USNO API. It’s still has issues.
-
@Mykle1 Now it works …
-
@Stoffbeuteluwe said in MMM-Lunartic:
Now it works …
Yes, the USNO API is working again so you can get the most current images of the moon and its phases. So, rename the temporary fix .js file (if you are using it) and use the original MMM-Lunartic.js file again.
-
@Mykle1 Thanks for helping and your nice modules
-
I am using the current view of the moon. I have the module working. I just need to remove the line over the moon image and center the text that states “Moon Phase” to line it up in the center over the moon image.
-
These entries in your custom.css file should help you with that. Adjust the values to your satisfaction
.MMM-Lunartic .xsmall.bright { font-size:22px; } .MMM-Lunartic img.photo { /* display: none; uncomment if you don't want an image */ width: 100%; /* adjust size of moon picture */ margin-left: 0px; /* Precisely align moon picture with these */ margin-right: 0px; margin-top: 0px; /* -41px for current. -21px for animation or static. */ margin-bottom: -11px; /* -51px for current. -21px for animation or static. */ }
-
@Mykle1 Thanks.
I have currently adjusted those settings from within my Lunartic.css file and they do change where the text and moon image are positioned. I cannot find a way to remove the horizontal line over the moon image.
I currently only have a main.css file, but I am assuming I can just create a blank custom.css file and place it in the MagicMirror/css directory and that will work?
-
@BD0G said in MMM-Lunartic:
I cannot find a way to removed the horizontal line over the moon image.
Can you post a pic of the “horizontal line over the moon image?” I assume you’re not talking about the text.
I currently only have a main.css file, but I am assuming I can just create a blank custom.css file and place it in the MagicMirror/css directory and that will work?
You should already have a custom.css file in your css folder. Any modifications to css should be done within that file. It is not recommended that you make any changes to the main.css file.