I'm new to processing and am using it for a piece of coursework at university in order to visualise the weather feed from one of the university buildings.
Basically, when running my applet I am getting the following error:
I'm pretty new to Processing, but am working on uni coursework for a Processing unit. For the coursework we have to visualise the data from the weather feed that runs one of the campus buildings. While doing this I have encountered the error "Cannot convert from XMLElement[] to XMLElement" in my BarGroup class, posted below.
Any help or feedback would be hugely appreciated as I am at complete loss.
import processing.xml.*;
class BarGroup
{
String xmlUrl;
XMLElement xml = new XMLElement(getParent(), xmlUrl);