Knob Control for UD

Will be available on the gallery as the “UniversalDashboard.Knob” module.

2 Likes

@adam

I installed this module but giving below error on import.

Unable to find type [UniversalDashboard.Services.AssetService].

I then tried to copy this module inside Universal Module folder (C:\Program Files\WindowsPowerShell\Modules\UniversalDashboard.Community\2.6.2\Modules ) but still I am not able to use New-udknob function.

Make sure you specifically import UD before importing UDKnob.

Import-Module UniversalDashboard
Import-Module UniversalDashboard.Knob

I feel so stupid now. :smiley:

Thank you.

Ah no worries! You shouldn’t have to do this if we could set the dependencies correctly. That would make it load the module automatically but since UniversalDashboard and UniversalDashboard.Community are two different modules we can’t do that at the moment.