I would like to setup a custom dashboard on the Home Screen of my Nest Hub to display selected stock prices, air quality, COVID stats, or whatever else is of most interest to me and fits on one screen. I haven’t found anything out of the box that would do this, so assume I will have to develop that myself.
Questions:
- Has anybody done this, is there installable apps or sample code?
- Are there APIs that let you create a custom display on the Home Screen?
- If nothing else works, I would write an external script such as Google Apps Script that runs every minute or so, pulls all information from various REST APIs, renders a JPEG with text and charts on it, uploads it to Google Photos, and this picture is my Home Screen. Any reason why this shouldn’t work?