The technical reason is the micro that's displaying the weather is receiving the serial data from the Arduino as a string
and strings can only be 255 characters maximum
That's why I need to split the return from the web server before it gets sent to the serial port on the Arduino