-
Hello! I have just started with the basic plugin via node js on mac os. The increment Plugin shows up just fine and works as expected. I have created a new action for the Dial:
and load it in plugin.ts:
and finally add the action in manifest.json right after the increment
Unfortunately the Dial and Plugin just does not show up in the Dial of the configurator, only the Counter shows up under Keys. I've looked through the examples and tried all the docs, but could not find anything. Obviously I must have overlooked somethign simple. Could anybody help, please? Additionally, it also seems that there's no logging in the log file in the .sdPlugin/logs folder taking place. Is there maybe a connection? I am using VSCode on MacOS. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ahh, it turns out there was a second instance of stream deck running. I closed the instance that showed up in the titlebar, closed the plugin in vscode and re-ran |
Beta Was this translation helpful? Give feedback.
Ahh, it turns out there was a second instance of stream deck running. I closed the instance that showed up in the titlebar, closed the plugin in vscode and re-ran
npm run watch
, now i have both my logs and the dial available.