Local saved icons

Hello,

I switched from Dashboard 1 to Dashboard 2. How can I use local saved icons?

I used the following code in template node in dashboard 1:

<link rel="stylesheet" href="/weather-icons/css/weather-icons.min.css">
<div style="display: flex;height: 100%;justify-content: center;align-items: center;">
    <i class="wi wi-2x wi-humidity"></i>
</div>

The icons are saved in the local folder.

How can I use this local saved icons?

Are you serving the CSS (either by http nodes or by static folder)?

Are you seeing any errors in dashboard pages console (devtools/f12)?

Ahh I use a separate Node-RED instance in ioBroker and forgot to set the static http directory.