Labeled Display not reporting anything

Hello Blynkers,

Labeled Display Widget not working, do I need to add some kind of formatting or anything else?

If I assign to pin 15 the following, does not show anything.

Blynk.virtualWrite(15,temperature_F);

iOS 9.3

Hi @ITAlex,

Labeled Display works almost the same as Value Display, but for an output of pin values you need to fill it’s label edit in it’s settings with “/pin/”, for example, for temperature this text could be “/pin/°C”

Thank you, BlynkAndroidDev, I got it now. As you said, “/pin/” MUST remains, then just add a label either before or after it.