@bugphunk cool!
It would be nice if you post here, how you did this get done…
Regards,
Ralf
@bugphunk cool!
It would be nice if you post here, how you did this get done…
Regards,
Ralf
@ImAStreamer , @kayakbabe ,
sorry for digging up this old topic but are there any news on this?
There are several modules for system stats but not in that nice manner of MMM-Pinfo.
I guess the systeminfo library doesn’t work on PI5…
Is anybody able to adopt this or has anybody already done this?
Module search doesn’t give a hint…
Any idea highly appreciated!
Ralf
@dathbe this is a cool idea!
Thanks.
Ralf
@sdetweil Dear Sam,
as always: You’re right! This works.
Thanks a lot.
Today in the morning (before reading your post/suggestion) I’ve found
.clock .module-content span.bright {
color: yellow;
}
Interesting enough a width attribute is not working at this identifier - color works…
Warmest regards,
Ralf
Dear all,
I’ve tried desparately the developer’s console to figure it out and tried to get hints in given postings but no luck…
Since days become longer the day time is written with more letters and so I see a line wrap in the day time of clock module (in this example 11h17m)::

Can please anybody help me with aligning this?
Developers console is nearly unusable because I have an anaolog clock and the transformation hits every second and destroys focus.
I’ve menaged at least to get the HTML at this section:
<div class="module-content">
<div class="clock-grid clock-grid-bottom">
<div class="clock-circle" style="width: 200px; height: 200px; background: url("modules/default/clock/faces/face-001.svg") 0% 0% / 100%; border: rgba(0, 0, 0, 0.1);">
<div class="clock-face">
<div id="clock-hour" class="clock-hour" style="transform: rotate(388.208deg);"></div>
<div id="clock-minute" class="clock-minute" style="transform: rotate(338.5deg);"></div>
<div id="clock-second" class="clock-second" style="transform: rotate(150deg); background-color: rgb(220, 20, 60);"></div>
</div>
</div>
<div class="digital">
<div class="date normal medium">Dienstag, 27. Mai 2025</div>
<div class="sun dimmed small"><span class="bright"><i class="fas fa-sun" aria-hidden="true"></i> 11h 33m</span><span><i class="fas fa-arrow-up" aria-hidden="true"></i> 05:33</span><span><i class="fas fa-arrow-down" aria-hidden="true"></i> 21:30</span></div>
<div class="week dimmed medium">22. Kalenderwoche</div>
</div>
</div>
</div>
But I’m not able to figure out the correct classifier.
The “easy” approach
.clock .module-content {
width: 300;
}
doesn’t work.
Any idea?
Thanks a LOT!
Warm regards,
Ralf
@garnoopy Do you have enabled SPI on your pi?
And: Do you have configured the correct overlays for running the 3,5‘‘ Display?
Regards,
Ralf
Thanks for information!
I currently stay with x11 because - at least in my configuration - I wasn’t able to use wayland …
If this becomes better in further releases I simply would switch…
Regards,
Ralf
@sdetweil said in new Raspi OS release:
x11 is gone next release
bad news :-(
But may things becomes better and the wayland implementation is better in Trixie than in Bookworm…
Ralf
@BKeyport said in new Raspi OS release:
I still take my mirror displays and put them back into X11 mode. It’s what I understand, it’s what allows me to do what I want to do.
So from your perspective X11 still does work?
Thanks and regards,
Ralf
@mumblebaj , @sdetweil ,
any idea, advise what will happen if updating bookworm while NOT using wayfire but X11 (because wayfire doesn’t work even in the earlier bookworm I had reconfigure to X11 in raspi-config)?
Thanks for any hint.
Regards,
Ralf
@cricket said in MMM-Moon module - how to resize?:
It appears there is no size option in the module itself. I
I’ve had the same issue not with size but with alignment and had resolved this within the middle-center region and have used:
.region.middle.center {
width: 45%;
}
in custom.css.
This works for me to position the moon nicely above earth in my implementation.

Regards,
Ralf
@sdetweil said in Fontawsome symbol usage for calendar help requested.:
@cricket you have buy them and download. we only provide free
If I decide to buy a “pro” pack - how can I configure the mirror to use them?
From my understanding the modules which are using icons are using the generic URL and I don’t see a way to “legitimate” pro packs or even tell the module to look “locally” - If I had managed to download any “pro” symbol …
Thanks for an advise!
Warm regards,
Ralf
@sdetweil and now 3hours later more weird it doesn’t work with IP address as well.
In addition for some strange reason the enablement of the MMM-Mplayer module leads to unrecoverable disconnects of PI from network.
This currently is too much resistance to me, so sorry dear @Cr4z33 - I’m not able to dig in deeper to assist you…
Regards,
Ralf
@sdetweil Oh, yes - I remember …
interesting enough my /etc/hosts is likely the same as on your Pi - with ipV6 entries.
If I delete them, error remains :-(
Ralf