That makes no sense as it makes assumptions about where you are running stuff - e.g. files would have to be local to the browser whcih in most cases is a tablet
Very easy to do, I added it to the list
Why can;t you use a text or label widget and set the font size small?
That would make more sense, but that is pretty close to what the iframe widget does already, I could add the ability to put files in a special directory then reference them from the IFRAME widget I suppose
It gives me a way to pickup somewhat dynamic text like a message of the day (motd) or weather alert or something and include it in the loop of web pages being run through.
I could move my weatherAlert app over to the dash AppDaemon and let it build the file every 15 minutes or so. That way if there is a weather issue or maybe a breaking news issue, It could come up on the iframe.
Ok then, so itâs based off of the assets directory. My thought is that the assets directory is one that is core to ADD so I probably shouldnât be creating files in there. It would be nice if we could reference it back a little so we could use the dashboards directory or a directory under there where itâs meant for the standard home admin to use, vs a place that only Andrew should be playing with the files.
Exactly - same reason I added a directory for CSS files and will for widgets. I suspected images would work already but was keeping it quiet for tha very reason.
The good news is itâs also just a few lines to do this, although you can do it in HASS already as well.
You are an Alpha tester, you are supposed to break things and figure out what works so Andrew can fix it so it either keeps you out, or gives you the functionality in a way that protects his app. LOL
Ok,
Happens that we are under a severe thunderstorm watch. So here is an example using Reneâs method of what I want to do.
Yes I need to resize it and every two or three minutes it will switch to another url for a motd, or breaking news, etc.
Otherwise I would be asking you to make it not show up and everything else to move migrate up to fill in the empty space if itâs empty.
When you press the reload widget, it re-compiles that dashboard. Couldnât that react to a state change like the other widgets like lights and switches do. It would just be a custom AD state change and HA wouldnât care about it.
But now you are also talking about creating dynamic dashboards which could be very interesting since itâs basically the same logic Andrew is having to use to build the layout based on the layout that would be required to build the layout based on our logic.