I want to read in sensor data (temperature) from a web page and plot it in real time. I tested this in the attached notebook.
The sensor is on a WiFi board (ESP8266 12E). I coded the board to send the data to a webpage. I want to read in this data and plot it in real time. All the code works besides the function I used to plot below.
Dynamic[DateListPlot[data, Joined -> True],
SynchronousUpdating -> False]
The notebook is attached
Attachments: