Hi,
I have 3 values published via MMM-MQTT, the first 2 have a suffix defined (both temperature values) whilst the last entry is a string (current power in kWh) with no suffix. They all display ok, however the alignment of the last value the right hand side of the text lines up to the value of the first two values (but it has no suffix) as opposed to ignoring the first 2 suffixes and being completely right justified (if that makes sense) Like this... hopefully it formats ok:
20 °C
25 °C
(50kWh)
Where "°C" is the suffix. As the "(50kWh)" has no suffix assigned, I'd expect it to be completely right justified to the edge of the "°C" from the first 2 entries.
Additionally it also displays the temperature readings in grey, but the kWh in white text. How do I change them to be the same? There is currently no specific entry in either config to specify what color the text should be.
Hi, I have 3 values published via MMM-MQTT, the first 2 have a suffix defined (both temperature values) whilst the last entry is a string (current power in kWh) with no suffix. They all display ok, however the alignment of the last value the right hand side of the text lines up to the value of the first two values (but it has no suffix) as opposed to ignoring the first 2 suffixes and being completely right justified (if that makes sense) Like this... hopefully it formats ok:
Where "°C" is the suffix. As the "(50kWh)" has no suffix assigned, I'd expect it to be completely right justified to the edge of the "°C" from the first 2 entries.
Additionally it also displays the temperature readings in grey, but the kWh in white text. How do I change them to be the same? There is currently no specific entry in either config to specify what color the text should be.
Cheers