So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By rudy
#85191 You can have the page refresh as in the above post, and it is easy. That will cause the page to refresh and the previous content will be erased and replaced. That will cause some flicker.

What looks better is to have the changeable values to be refreshed without having to render the page again. This can be done with some Javascript code.

Web sockets vs Ajax https://www.educba.com/web-sockets-vs-ajax/

Google ESP8266 and Ajax, and then ESP8266 and Websockets. There are lots of examples. Not all searches will give easy to understand examples, so check out a few if you want to go this route.

A page refresh is a lot easier. It just doesn't look as good.