If you have the full version of world weather installed you should see the weather forecast on each tile in the weather section, i'm going to assume wwl uses different display properties ?
well , as far as i know .. they use same code ...just need the right visible for each
for example : code from DW (one of the old versions ) witch Cat' forget to add to last DW version ...
<control Style="BasicHomeFade">
<description>Weather image</description>
<type>image</type>
<id>0</id>
<posX>35</posX>
<posY>-5</posY>
<align>right</align>
<width>90</width>
<height>90</height>
<texture>#WorldWeather.TodayIconImage</texture>
<visible>[plugin.isenabled(World Weather)|plugin.isenabled(World Weather Lite)]+[control.hasfocus(6)|control.hasfocus(61)]</visible>
</control>