Frame Value slips in the next line

All,

I build a first sitemap with a e3dc modbus thing. and made s sidemap:

sitemap E3DC label=“E3DC Binding Sitemap” {
Frame {
Text item=E3DC_Photovoltaik_Leistung label=“PV Power=[%s]”
}
}

It works but the value is shown in the next line and not in one line. I searched but I have no clue why the number slips in the next line?

Any help ?

Cheers

Franz

In the future please use code fences for code. It makes it easier to read.

```
code goes here
```

Can you post a screen shot of what you are seeing?

Sorry I did not now but next time I use the code thing. Here is the picture the number is in the next line. not right on the text

This is on a phone, correct? Are you using the app or a browser?

This is the Android app, which shows widget values below widget labels by default. For displaying values to the right, you can enable ‘compact mode’ in the app settings.

1 Like

Correct I am using the app on a pixel phone. I tried your solution but then the number is at the left and the label at the right.

Is there not a way just to put the number next to the label like: PV Power=500W