RE: Hubigraphs radar tile support - I'm getting closer. I noticed that if you just enter the URL portion into a Web Tile it uses the entire screen.
ie: if you look at what's coming back for this device via MakerAPI it looks like this:
{
"name": "Hubigraph Tile Device",
"label": "Hubigraph Radar Tile",
"type": "Hubigraph Tile Device",
"id": "1120",
"date": "2022-07-11T14:04:40+0000",
...
"attributes": {
"Graph": "\n <iframe style=\"width: 100%; height: 100%;\" src=\"http://192.168.0.201/apps/api/705/graph/?access_token=REMOVED\" data-fs=\"false\" onload=\"(() => {\n const body = this.contentDocument.body;\n const start = () => {\n if(this.dataset.fs == 'false') {\n this.style = 'position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999;';\n this.dataset.fs = 'true';\n } else {\n this.style = 'width: 100%; height: 100%;';\n this.dataset.fs = 'false';\n }\n }\n body.addEventListener('dblclick', start);\n})()\"></iframe>\n \n",
"dataType": "STRING",
...
Just enter the URL portion, http://192.168.0.201/apps/api/705/graph/?access_token=REMOVED
into a Web Tile
I could have the app automatically do this.. I imagine most of these Hubigraph tiles work this way (a link back to your hub).