You have to register with them and create a data source and a variable that you want to regularly update but its all free .
Attachments
I am using your code but I get an error at the Wifi client line:
// Create an instance of the server
// specify the port to listen on as an argument
WiFiServer server(80);
WiFiClient client;
not sure how to create an instance of the server.
Could you kindly help me with this. Thank you.
I am using your code and I am getting an error at the WiFi server line:
// Create an instance of the server
// specify the port to listen on as an argument
WiFiServer server(80);
WiFiClient client;
I am not sure how to create a wifiserver or how to resolve the problem. I just changed the indicated things in the code and tried running it. Could you help me solve this problem ? Thank you.