Read the statement by Michael Teeuw here.
MMM-PilotWX
-
@mykle1 If I wanted to increase the font size for the entire line (mode: rotating,) which css element would need to be edited?
-
@sonicgoose said in MMM-PilotWX:
font size for the entire line (mode: rotating,) which css element would need to be edited?
For your custom.css file. It works. I just tested it before posting. Modify to your liking.
.MMM-PilotWX .bottom_bar { color: cyan; /* Color line. Default is white. */ font-size: .9em; /* Or you can use Ex. 12px */ }
-
@mykle1 said in MMM-PilotWX:
.MMM-PilotWX .bottom_bar {
color: cyan; /* Color line. Default is white. /
font-size: .9em; / Or you can use Ex. 12px */
}Yep, that works. Perfect. Thank you.
-
-
Loving this module, but for some reason the list doesn’t appear in the same order that I entered them in the config.
Is there a way to fix that?
-
@brentevjen said in MMM-PilotWX:
the list doesn’t appear in the same order that I entered them in the config.
No, they wouldn’t. The divs are dynamically created based on the return from the API. The most recent item (timestamped) will always be at the top, dropping down as more recent data comes in. So, there is nothing to fix.
Of course, you can always fork the repo and make any changes you like.
-
@Mykle1 Thanks for the info! I wouldn’t even know where to start with that!
Cheers -
Reviving an old thread, I just installed the module but it stays stuck on “loading PilotWX”, I have just one airport (LIBD) in the list and copy-paste the configuration from the example changing just the location to bottom_left.
Any hint on how to make it work? -
@on8cb this module suffers from this.
https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later
and it’s possible the API has changed in 3 years
the author is not available currently.
-
@sdetweil Thank you.
I noticed that several 3rd party modules are in the same conditions either for the broken/old libraries or for the expired certificates or because the API are no longer working (WUnderground, DarkSky) or a combination of the three.
I will try to understand how it work and eventually how to create my own modules.