I´ve built myself an Arduino BME_280 weatherstation (humidity,airpressure,temparature) and my Arduino webserver sends the tree values in html. That´s not a problem with a webbrowser - but for a short time I have a NodeMCU lua Amica module configured as a receiver and when I get the values the whole html-code is shown on the display
![Crying or Very Sad :cry:](./images/smilies/icon_cry.gif)
![Crying or Very Sad :cry:](./images/smilies/icon_cry.gif)
![Crying or Very Sad :cry:](./images/smilies/icon_cry.gif)
What can I do about it - I tried to find a way to reconfigure the webserver to send plain text but failed. I´d need the webserver to show html /for the browser) and plain text (for the nodemcu). Has anybody an idea how to do that??
thanks in advance!!!