Get current and next weather?

Hey,

i want to display the current and the next weather in the InfoPanel Addon.

I cant see any functions to access the current and next weather, so i tried to parse the result of weather.report, but Server.Command(str) is not returning the output of the command...

Can i somehow access those values?

Regards

SeaLife

Thats because Server.Command() doesnt return anything, you could try to get the output by listening to the output to the console, you can look at Console Filter for some help.