Appending text/symbols to variable data for dashboard?

I currently pull data from my Weatherflow Weather Station into a dashboard using variables. Is there a way to add a degrees symbol to the temperature and a percentage symbol to the humidity variables? Perhaps the new expressions would now allow this?


For this I would use a second set variable action like this to modify the $Humidity to add the % or °

Thank you, but oddly the new variable I created won’t show up in this window and shows on the bottom right that the variables are “filtered by number.”

Also when in the input value, it will only let me add a number, not a formula.

You need to use a string, not a number.

If $Humidity is a number variable. Then you need to create a new variable that is a string.

Perfect thank you.

20 chars

1 Like