I'm trying to write a simple dashboard widget (possibly an additional webapp) that displays the information from a JSON feed. I've added the URL to a datasource, and it loads the info properly. It doesn't have any items.
This is the format:
{"username": "emb1995", "unconfirmed_reward": "0.02107742", "send_threshold": "1.00000000", "confirmed_reward": "0.11128238", "wallet": "key_here_but_removed", "estimated_reward": "0.00000000"}
As a test, I added a text element. I went to the datasource section and binded the string to the element that I wanted:
Here is what my layout looks like:
But when I run the widget, the information is never displayed:
Any ideas on how to make this work?