@sdetweil
That explains it.
Never being opened would mean duh can’t close it…
Thank you for your explanation…
Read the statement by Michael Teeuw here.

Posts
-
RE: MMM-PirateSkyForecast Font resizing HELP.
-
RE: mumblebaj MMM-WOTD fonts
@mumblebaj
So I looked in the js file for the wotd-we and found wotd-wr, wotd-word, wotd-we2. set them all to 65px. We are waiting for it to cycle around in pages.
I only have 45 modules running, so it takes awhile to get around to it.
Especially since I run them alphabetically, at 90 seconds per module.
You can do the math…
Thanks for your help. -
RE: MagicMirror Container
@mumblebaj @KristjanESPERANTO @sdetweil
Thank you all for the information. I think I will stick with the way I already understand. setting up the docker and all seems like more work that is not in my wheelhouse. Interesting approach to the same end result. -
mumblebaj MMM-WOTD fonts
@mumblebaj,
MMM-WOTD
I am trying figure out what the font name is or size or something to indicate how to increase the size of the fonts in this module, BUT it does not have a css to look at for hints even. I did find refrence to bright small and bold bright medium in the js file. Not sure what to do with that though in the custom.css file…
Can you please help me with what I need to put in the custom.css file to enlarge the fonts in your module.
Thanks in advance for you help… -
RE: MagicMirror Container
@mumblebaj
It all sounds so interesting, I wish I understood how to implement your container, It sounds like it would be simpler to work with… -
RE: Calvin and Hobbs
@karsten13
Done, Thank you. Working like it should now. -
RE: Calvin and Hobbs
Hopefully you can tell it fills my screen and is todays Monday June 9 2025’s
comic. We really love this comic, both my wife and I are big fans of Calvin and Hobbs comic. I really appreciate the help you provided getting the comic back to working form for us… Keep up the great work you are appreciated… -
RE: Calvin and Hobbs
@karsten13
The original cahcomic.css contains only this.
Hope this helps you. I am not very good with all this code stuff.
Mainly I do it through trial and error./* The basic container */ .cahcomiccontainer { overflow: hidden; /* To make the height of the container exact. */ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #cahcomiccontent { white-space: nowrap; position: relative; overflow: hidden; /* Required to make ellipsis work */ text-overflow: clip; top: 0%; -webkit-transition: top 3s, height 3s; -moz-transition: top 3s, height 3s; transition: top 3s, height 3s; }
-
RE: MMM-PirateSkyForecast Font resizing HELP.
@sdetweil
Sorry took so long to get back to the forum.
I figured it out, using my default trial and error method.
Here is what I ended up with and it fills the screen now..MMM-PirateSkyForecast .module-content { width: 1820px; } .MMM-PirateSkyForecast .wrapper.table .forecast-container { display: table; border-collapse: collapse; width: 100%; font-size: 34px; line-height: 35px; border-bottom: solid 1px #222; } .MMM-PirateSkyForecast .wrapper.table .forecast-container .forecast-item > span, .MMM-PirateSkyForecast .wrapper.table .forecast-container .header-row > span { display: table-cell; font-size: 34px; text-align: center; vertical-align: middle; height: 40px; } .MMM-PirateSkyForecast .wrapper.table .forecast-container .header-row > span { height: 32px; font-size: 28px; text-transform: uppercase; vertical-align: bottom; padding-bottom: 2px; } .MMM-PirateSkyForecast .wrapper.table .forecast-container .forecast-item .forec> width: 60px; height: 60px; display: block; vertical-align: middle; }
I never can figure out the window elements tab thingy.
Just in case someone else needs this information in the future…