SummaryWidget not accessible from dropdown #8317
Unanswered
argzo
asked this question in
Community Q&A
Replies: 1 comment 1 reply
|
It looks like you are missing a key dependency. The Summary Widget plugin relies on the Condition plugin to function, as it uses Condition Sets to evaluate telemetry rules. If the Condition plugin isn't installed, the Summary Widget fails to register its object type as 'creatable.' Try adding this to your setup: After adding the Condition plugin, 'Summary Widget' should correctly appear in the Create dropdown menu. Also, ensure you are currently inside a folder (like 'My Items') when checking the dropdown, as some objects won't show up if you are at the root level. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have noticed from this tutorial for engineers and also this official OpenMct presentation that there is a SummaryWidget plugin in the Create dropdown list.
Here is a sample of my built-in plugins installation
Unfortuantely the widget is not displayed in my dropdown.
Do i miss something here?
All reactions