Weather Display Live for the iPhone and Android

I am just providing the means to put some url in the radar / webcam / forecast screen - the content is up to you.
So, either find a PDA / iPhone friendly url to put in the iframe, or create your own html file that fits the size of the iPhone screen.

For example, in iWDL the iframe contains the http://buienradar.mobi url that is optimized for PDA / smartphone usage.

For your radar info, either find a PDA/smartphone friendly URL, or create a html file that downsizes the picture.
In your case, for example, create a file called wuradar.html with the following content:


<html>
    <head>
    </head>
    <body>
      <img src='http://radblast-aa.wunderground.com/cgi-bin/radar/WUNIDS_map?station=MLB&brand=wui&num=6&delay=30&type=N1R&frame=0&map.x=400&map.y=240&scale=0.248&centerx=634&centery=470&transx=234&transy=230&lat=28.7690&lon=-81.3411' width='300'>
    </body>
</html>

and put that file in your iwdl directory.
Then set settings[“radar”] = http://www.lakemaryweather.com/iwdl/wuradar.html and you should be fine.
The trick is to set the image width to 300 - about the width of the iphone screen (it is 320 to be exact).

I will emphesize again: I provide the means to load other content in the iframes, it is up to the user to fill it with something that makes sense.

Hope this helps.

Sietse

PS. If somebody is willing to provide html and/or php pages that transforms popular sites to something that can be used in iWDL iframes, I am willing to incorporate it in iWDL as some kind of ‘plugin’.