UI template image via msg.payload

i found the solution : in the UI Template paste this : :smiley:

<p> Status:
<img width="30" height="30" src=  {{msg.payload}} alt='Image not found'  />
</p>

image

And go further :

add in the function node : msg.title = 'Working good !' ;
and in the UI Template : title={{msg.title}}

title
display a message when the mouse is over