I am trying to read JSON data from Xively (COSM), and graph it on my Wordpress blog. Unfortunately, I can't even get the simple JSON examples to work in any mode. I get a message:
The method loadJSONObject(String) is undefined for the type sketch_130625a
What's going on? Other folks talk about using Javascript to read in the JSON data and then transfer it to Processing. Why is that necessary when Processing has commands for handling JSON data?
I'm having trouble getting gwoptics running on my Mac. On the Basic1 example it runs up to the "g = new Graph2D(this, 400, 200, false);" statement. I can't get any of the examples to render running in the Javascript mode.
The same sketch runs in Java and Experimental mode, but not in Javascript mode within a browser. I'm sure there is something I'm overlooking!