Version 2.01i bugs?

There might be some problem in reading the config.xml between version 2.01e and 2.01i.
Here’s the 2.01e:

And here’s the same config with 2.01i:

As you can seen the hunidity meter has gone, as well as the Pressure textInstrument.
This is with the exact same config.xml. Hope this helps getting out the final release :wink:

Cees Cappelle

mine is ok, using 2.01i

what i the actual url of your site?

mine the same, no problem :wink:

Cheers Stefan

rimsky, maybe double check you have changed all the locations to point to the 2.01i .swf file?

The url is http://ceescap.xs4all.nl/weer/wdlive.htm
I point to wdlv2_01.swf. This is the e version. To use the i version, I replace wdlv2_01.swf with wdlv2_01i.swf and rename it to wdlv2_01.swf. The only changes I made to the supplied config, was to replace the evaluation with my serialno , disable the UV and Solar parts, as I don’t have them and replaced the standard pressure with hPa.

Hope this helps?

Cees Cappelle

hi
i just visited your site
its OK

hey, not a bad idea, that rename idea…

also, i see the average wind direction is not working
make sure you are using the latest version of WD :slight_smile:

Main page is at http://ceescap.xs4all.nl. Clicking the summary links to a page with Weather-display details.
Clicking the Gizmo links to the wdl page. Currently it’s running v2_01e as the i version skips the humidity details.

There were some changes made to the config file between e and i. If you’re upgrading between them and keeping your existing config (not using one of the package configs) you’ll need to do the following -

Add the following tags after the last of the tags-

<btnPosition>
	<x>15</x>
	<y>392</y>	
</btnPosition>

Add -

<instBarometer>
	<x>55</x>
	<y>265</y>
	<show>1</show>
	<size>100</size>
	<url></url>
	<title></title>
	<instrument>textBarometer</instrument>
</instBarometer>

And remove the tags at the end of the file. If you want to use the Barometer as a VU meter then the instrument tag must be set to meterBarometer

Finally change any humidity objects so that the instrument tag becomes

<instrument>meterHumidity</instrument>

And NOT

<instrument>humidity</instrument>

Which will no longer work.

ah yes, that was explained by Julian on the beta mail out list :wink:

There were some changes made to the config file between e and i. If you're upgrading between them and keeping your existing config (not using one of the package configs) you'll need to do the following
That did the trick. Thanks Julian. Serves Brian right for not supplying these details :twisted: :twisted:

hopefully thats the last of the big configuration changes now Julian?
:wink: