Useful Shortcuts - drinfernoo/plugin.program.autowidget GitHub Wiki
Useful Shortcuts
Refreshing Widgets
To force refresh all widgets
RunPlugin("plugin://plugin.program.autowidget/?mode=force")
Refreshing only a single widget
RunPlugin("plugin://plugin.program.autowidget/?mode=refresh&target=XXX")
, where XXX
should be replaced with the "widget ID" of the widget in question. This ID can be found either by looking at the path used when setting up the widget, or by opening the Editor Dialog on the widget in question, in the "Active Widgets" menu, as long as the Tools -> Show Advanced Editing Options
setting is enabled.