Multiline text from custom sensor #772
-
Hi, i am new to python and tried to get my steam friends on the display and what game they are playing at the moment. So my question is, does it support multiline and what do i have to do to get in on the screen? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did you implement it in a custom sensor? The issue may be because if no answer is specified then the default anchor 'lt' is applied, but the 'lt' anchor is incompatible with multiline text. In your theme file you could try to specify another text anchor like this: CUSTOM:
INTERVAL: 3
YourCustomSensor:
TEXT:
[...]
ANCHOR: 'la' |
Beta Was this translation helpful? Give feedback.
Did you implement it in a custom sensor? The issue may be because if no answer is specified then the default anchor 'lt' is applied, but the 'lt' anchor is incompatible with multiline text.
In your theme file you could try to specify another text anchor like this: