We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As reported in the mailinglist:
I'd like to create a very simple number widget to display a value stored in a remote json.
Like : www.example.com/foo.json
The json content would be for example : { "value" : 68999, "label" : "Total count" }
I don't know what to actually use as settings in the widget conf. I tried : Source : http_proxy proxy url : www.example.com/foo.json Value : blank
The text was updated successfully, but these errors were encountered:
I tested this for myself and it seems to work fine.
I've added more logging to simplify debugging though: 324aa8b
Sorry, something went wrong.
No branches or pull requests
As reported in the mailinglist:
I'd like to create a very simple number widget to display a value stored in a remote json.
Like :
www.example.com/foo.json
The json content would be for example :
{
"value" : 68999,
"label" : "Total count"
}
I don't know what to actually use as settings in the widget conf. I tried :
Source : http_proxy
proxy url : www.example.com/foo.json
Value : blank
The text was updated successfully, but these errors were encountered: