Freeboard / freeboard

A damn-sexy, open source real-time dashboard builder for IOT and other web mashups. A free open-source alternative to Geckoboard.
http://freeboard.io
MIT License
6.45k stars 1.2k forks source link

JSON Datasource key value not shown #245

Open oh2xx opened 6 years ago

oh2xx commented 6 years ago

Hi,

I have the following JSON data available: {"return_value": 0, "id": "switch01", "name": "first_switch", "hardware": "esp8266", "connected": true}

But if I want to use the "return_value" key it does not show the value of it on freeboard, there is just a blank. The JSON key "return_value" is there to be used but the value of it is not visible at any point. All the other key values are visible. What could be the issue here?