This post is about how to fetch a website over the#esp8266 . Like this you can print up to date information (weather, sports, … ) over the arduino on a lcd display.
On display? There is only serial.print. or I missed smt?
You can use an external lcd like in this post:
I know but you wrote that article is about getting website on ESP8266, and then show it on lcd.
but there is no such a thing in code.
No you download the full website with your esp 8266 but then you extract the important data or information. And then you send it to your arduino which displays it on a normal lcd display.
oh Ach soo… but why not display it directly with ESP ? there we need one more board.
Of course you could also display it directly over the esp but with the arduino you would have more possibilities (E.G. more sensors, OLED Display,…)