A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
mm-system-temperature
-
guys… don’t know why… but it’s working AFTER a reboot… sorry to wasting your time ;)
-
@MichMich Would need some help about CSS with your module…
I would like to use it at bottom_bar
with
div.mmm-systemtemperature div.module-content {
text-align: right;
}And also change the fontsize and dimmed to false… like I did with the MMM-ip module
-
Can we change the prepend string without touching the code directly ?
-
@PointPubMedia Yes, the prepend string is in the config
modules: [ { module: 'mmm-systemtemperature', position: 'top_center', // This can be any of the regions. classes: 'small dimmed', // Add your own styling. Optional. config: { **prepend: 'your string'** } } ] ~~~
-
prepend in the config is not working. That change nothing…
-
@PointPubMedia
Sorry,
the correct syntax is prependString per the documentation:prependString: 'Pi 3 Temp: '
worked on my system.
-
Please, can somebody tell me where I can find this module?
I have been searching …
Peter -
-
Thanks!
Why could I not find it?
Peter