Is Comm.makeJsonRequest supposed to workk in the simulator? I'm trying to call this...
Comm.makeJsonRequest("api.openweathermap.org/.../weather",
{"lat"=>34.97, "lon"=>138.93}, {}, method(:onReceive));
Comm.makeJsonRequest("api.openweathermap.org/.../weather",
{"lat"=>lat, "lon"=>lon}, {}, method(:onReceive));