I have created a datafeed which returns "Today's date" (from Individual values -> Information) in precision of minutes. The text field which displays the result is refreshed every 30 seconds. Unfortunately the date is never refreshed. It always stays on the original value retrieved at the start. How can I get a refreshed current date/time?
This is just a simple sample. I need a refreshed date for a sliding time window which moves forward as the time goes by.
Running with MashZone 2.1.
Helmut Barro on
If you have a construct in your feed where there's only the "Information" operator that is connected to the output via a "value to data feed" operator, then the date won't get refreshed, because the cache lifetime of the feed is too long.
Currently, there's only a workaround to solve your problem: Add a dummy source operator (e.g. a CSV operator) to your feed and connect it in some way to the output. In the CSV operator, you can configure the cache lifetime to e.g. 15 seconds.
If you use that feed, your date will get refreshed in the MashApp.