New UD Indicator

Hi everyone, well thought it’s been a good few weeks since I built a new component. So I managed to smash this together this evening:-
Indicator
Then to try and help others I wrote about this whole component here:-


I am hoping this helps others to build a custom component :smile:

Any questions let me know. Thanks

4 Likes

Looks good! I could see this being pretty popular for folks who want KPIs!

1 Like

Lookin’ good bro!
Kudos for the blog!

1 Like

Hi psDevUK! I tried the new component and I’m getting this error:

Code:

Get-UDDashboard | Stop-UDDashboard

$dashboard = New-UDDashboard -Title “TEST” -Content{

New-UDIndicator -Value "15" -MaxValue "100"

}

Start-UDDashboard -Port 10000 -Dashboard $Dashboard

Hey buddy you need to import the udindicator module into your dashboard so that you can use the new component

psDevUK, got it! Its ALIVEEEEE, Its ALIVEEEEEE! LOL

Thanks!

1 Like

I’m rubbish at writing help, my Mrs would probably tell you I am rubbish at helping out too…but if you go into the module folder for these custom components, you will see a SCRIPTS folder which is the function which calls/makes these components. In there you will be able to see the default parameters so you can figure out how to use them, as my documentation sucks.

1 Like