I'm trying to insert a widget in an app but it does not load.
For instance a weather widget from https://weatherwidget.io/.
It does show a link in the app, but that's it.
I use a text box with 'render as html' enabled. What am I doing wrong?
Hey there @mm79 and welcome to the community! You can render your inputs as HTML for a textinput, but you can’t import HTML from external sources. You could try doing this with a custom component though!
I was able to get it working pretty easily. Just drag a custom component onto the canvas, and paste the code from the site into the input (it’s below).
Is it possible to change the value of the widget dynamically? For instance when I have a city selector, the widget code is adjusted depending on the city selector value?