widapro / wledPixel

Dot matrix panel management
MIT License
66 stars 12 forks source link

All Zones isn't showing up in the Status web part #43

Open mats-nk opened 9 months ago

mats-nk commented 9 months ago

I have configured 3 zones.

Zone0 = mqttClient Zone1 = wallClock Zone2 = Weather Icon

But on the start webpage only Zone 0 and 1 is shown. Is this behavior because Weather Icon isn't defined as a work mode?

image

Grey-Lancaster commented 9 months ago

I do not see your question. It does show 3 zones not in manual import mode in your screenshot.

mats-nk commented 9 months ago

271772385-370ade72-da31-4d41-b726-17551657d637

Grey-Lancaster commented 9 months ago

Thanks, I see it now. Yea, the code is not there. I sure he will fix it in the next build. Good catch

It needs this after line 103....

`

  • Zone2 Work mode
                    <span class="text-muted">%workModeZone2%</span>  
                </li>`

    image

    Apparently I do not know how to insert code, it is supposed to look like this

    image