Casting a Web Page

I have just started playing with Cast, and it’s looking really interesting.
I know you can show Camera feeds as tiles, but is there any way I could show a WEB Page (URL) in a similar way?
It’s just I have a home weather station, which is also hosted on Ecowitt Weather, and I would love to have some of those details listed, similarly to a “Weather Card” or a Video Tile.
I also have a Reolink security Camera system running at my house, but the cameras don’t show up when I try to add them to a cast page. I suspect this is because all of the cameras are connected directly to the Reolink’s NCR. So again, it would be good if I could display some of these camera feeds via a WEB Page, or directly from the Reolink App.
Any suggestions or pointers on how to do this would be greatly appreciated. (not too technical please :blush:).

1 Like

“Custom text tiles support code snippets embedded in iframe tags to adaptively display content” - you can put any web into CAST via this feature

Thanks for that. I had seen that video before, as I was doing my own research. However, I wasn’t able to modify the code to show a standard WEB Page on one of these tiles. Is there an example available for showing/embedding a WEB Page on a Cast Page I could view?

A more detailed code/html file would be helpful, you can paste it here in code format:

```Here's a demo```
1 Like
<iframe width="560" height="315" Home Weather Station picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>

I noticed that the full URL couldn’t be shown in the Custom Test field, so I also tried shortening the URL (as per the below code), but this also didn’t work.

I recently tried to insert an iframe link from Spotify and YouTube exactly as shown in the video. Nothing works. Only the link itself is displayed

1 Like