Thank you!
This should work. But I don´t understand that script because I have no knowledges of this topic.
Is this the right script?
$.ajax({ url: "http://thingspeak.com/channels/myChannelID/field/1/last.html", cache: false, dataType: 'jsonp', success: function(html){ $("#results").append(html); } }); |
How du I get my value in html?