ESP8266 with sensor and Weather Display

Hello
I would like to build with ESP8266 small weather sensors, weather display offers a direct connection or has someone experience with it?

Chris

do you have more info. eg a link or ?

I use a couple of these sensors. Imagine them as Arduino on Wifi. They have its own Wifi and can be set up as webservers.
I’m not sure how OP wants to use them but I have one for snow depth measurement and a few temperature measurements. I read them with python scripts (aka “wget”) from a RPi and make the data available to WD over a RPi webservice (WD downloads the files and use them as tags for my html files).

Hi
I have one for air quality which Brian has kindly incorporated using a json file imported through the 8266 ip address. I don’t know how many sensors can be supported - I use two - air quality and Temp/Hum.
Alan