Because it only goes to the serial port on my computer which is no use
I have a weather station using another microprocessor which at the moment is getting the weather from Openweathermap but I want to use DarkSky as it's much more accurate.
There is way too much information from DarkSky so I have to use the ESP to get the data from my PHP webserver which parses the DarkSky weather and only sends the bits I need to the ESP.
The Micro running the LCD and showing the weather can only receive 255 characters from the com port in one transmission - hence my need to split it
This is how it looks at the moment - ignore the indoor temp - the sensor isn't working at the moment
