Habpanel icons reload issue

Hello everybody,

im facing an issue with habpanel and Im not able to solve it.
When i navigate on habpanel through browser or app, my wheather widget works perfect so far.
But as soon as i reload the page or when i open i direct link to the board the icons are not working anymore.

The code for the icons looks like this:
<widget-icon iconset="'custom-icon'" icon="itemState('Condition3')" size="130"/>

This is what i see in chrome but i dont understand why the values are lost after reload:

Any one knows that issue?
wheaterWidget_issue

I finally found a solution.

Instead of:
<widget-icon iconset="'custom-icon'" icon="itemState('Condition3')" size="130"/>

I used this:
<img id="itemValue('Condition0')" src="/icon/{{itemValue('Condition0')}}.svg" width="150" height="150" />

Maybe usefull for someone else