The device I'm using is an XD230. My presentation has a media zone that displays a photo slideshow using an ImageList and will occasionally display an HTML5 page for a weather report. My HTML5 weather report is programmed to cache the weather data so that it is only refreshed once every 10 minutes. However, the HTML5 page is completely reloading each time it is displayed on the screen. If it displays every 5 minutes then the weather server is polled every 5 minutes, ignoring the 10 minute refresh period.
Is it possible to retain the HTML5 state between viewings so that it doesn't have to reload from scratch each time?
Or, as an alternative, am I able to set/retrieve global Brightsign variables that could be used to store the weather data between views? (I've tried doing this but haven't been able to get them to work; a working example would be wonderful.)
Thanks for your help!