Just rebuilding my environment onto 4.3.5 after my Synology docker container decided to go into an endless rebooting loop, even with a completely new instance in a new container. I’ve now got 4.35 running natively on an old Mac MinI that I have and it seems to be perfectly stable which is great.
Starting from scratch allows me to fine tune the content I have presented on my wall mounted tablet which is a nice opportunity to try something new.
I have simple question and for the life of me I can’t find the answer online, I want to embed a weather map from Windy as one of the full screen displays on my tablet, Windy has a great facility (at https://embed.windy.com/config/map) where you select the map you want and a few other variables, and then it spits out an iFrame code.
What type of widget should I use and where would I post this iFrame string? I had it working before but just can’t seem to manage it now. I’ve tried but the Web Frame Card and the Image Card.
An oh-webframe or oh-webframe-card produces the iframe itself. You only need to set the src property of the card (or basic component) to the url in the iframe element example provided by windy.
config is an object that holds all the properties of the component, you never set config to a direct value. You have to set the src property in the config object: