NodeMCU ESP8266 DHT11 Webserver The output displays to a web page accessable via your local network
open a web page with the devices IP address eg 192.168.0.202 it will display the current Temparature and Humidity as well as minumum and maximum data The web page will refresh every 10 seconds with live data
The display will look like below
Weather Station
Temperature : 15.0 C Humidity : 25%
Minimum Temprature : 15C maximum Temprature : 15C
Minumum Humidity : 25% Maximum Humidity : 25%