Stream Deck questions

Hello:

For people who is already using BTT with Stream Deck:

  1. do you know any action to refresh a widget button? I have one who runs a bash script to display my ip. I wanna click that button to refresh the value.

  2. it's possible to update a button label from another action?

Thanks!

you can assign the run apple script action as an action, the return value of that will also update the label.

Alternatively use the „refresh_widget“ function: Using Apple Script or JXA · GitBook

There is a new update_stream_deck_widget function to update arbitrary Stream Deck buttons, I’ll update the documentation tomorrow with some examples

1 Like