@BerkSmash1984 I’ve also found, in the documentation for MMM-Wallpaper, a “filter” option - If you don’t want to put a background on the modules, you can use this to improve readability.
Read the statement by Michael Teeuw here.

Posts
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
-
RE: Issues with a special Google calendar
by the way, if you wanna dump the empty slots:
- in config.js under views add
className: "remove_empty_slot",
- add the following css to custom.css
/* CalExt2 - Hide empty days on agenda */ .CX2 .remove_empty_slot .eventCount_0 { display:none; }
-
RE: MMM-EmbedURL with MMM-Pages - Website reload....
I put them both in, and that fixed it - thanks, Tom.
-
RE: How to learn more about coding
@bebetter14 I started out that way. What I did personally, was take a dead module that I really liked and started trying to figure out how it worked. Looked up the commands (Lots of searches for “XYZ Javascript” etc and playing on Jsfiddle.net – -Once I got that figured out, I built up my own module (MMM-Multimonth) and got help from some amazing people on here, including Sam and mmrize - major contribution was from a user who CSSified the whole thing and showed me how to do it.
Knowledge grows as you jump in.
-
RE: MMM-CalendarExt3Agenda
@MMRIZE Boy, we did things the hard way…
/* Fade adjustments */ .CX3A .agenda::after { position: absolute; bottom: 0; left: 0; height: 6%; width: 100%; content: ''; background-image: unset; }
-
RE: Remove Modules
Simply remove the modules from the config.js and they won’t load. You can delete the directories if you want to save space, but it’s not needed.
-
RE: Logging issues
@sdetweil It now is working as expected. Thanks for the help.
-
RE: MMM-SystemMonitor
@btastic to double down on what @MMRIZE said - taking over someone else’s archived module is an exceptional way to learn how to do things. I Would highly encourage it, as the author has directly said he’s okay with it. I did that with a module myself. Taught me so much about javascript working out bugs in an existing module and adding my own flair (and I really should get back on it for one bit…)