I have a JavaScript function that runs when the page is loaded, it makes an api call to the localhost server on my computer that returns a json object. How would i be able to use this data in repeating groups?
I can output the json text to the page successfully using javascript to bubble plugin. the output is below.
[{"CircuitID":0,"PowerCapacity":1885,"PowerProduction":1575,"PowerConsumed":979.5582885742188,"PowerMaxConsumed":2057.972412109375,"BatteryDifferential":0,"BatteryPercent":0,"BatteryCapacity":0,"BatteryTimeEmpty":"00:00:00","BatteryTimeFull":"00:00:00","FuseTriggered":false},{"CircuitID":1,"PowerCapacity":30,"PowerProduction":0,"PowerConsumed":0,"PowerMaxConsumed":0,"BatteryDifferential":0,"BatteryPercent":0,"BatteryCapacity":0,"BatteryTimeEmpty":"00:00:00","BatteryTimeFull":"00:00:00","FuseTriggered":false}]