cloudy

Author Topic: Weather Display on Iphone/Android?  (Read 21522 times)

0 Members and 1 Guest are viewing this topic.

Offline tiggy

  • Posts: 237
Re: Weather Display on Iphone?
« Reply #120 on: January 10, 2010, 05:39:03 PM »
I cannot get the new version to work at all, i renamed the settings file but its just not grabbing the clientraw data like the old version did

Offline vogon1

  • Posts: 173
  • Utrecht, NL
Re: Weather Display on Iphone?
« Reply #121 on: January 10, 2010, 05:42:36 PM »
I cannot get the new version to work at all, i renamed the settings file but its just not grabbing the clientraw data like the old version did

Did you rename iwdl_settings.js.sample to iwdl_settings.js and edit the iwdl_settings.js file?
Make sure the clientraw_dir is set (like in the original settings file).

What is the link to your iwdl?

Sietse

Offline mayo9999

  • Jerry
  • Posts: 101
  • Lake Mary, FL
    • Lake Mary Weather
Re: Weather Display on Iphone?
« Reply #122 on: January 10, 2010, 06:20:50 PM »
Sietse,

All I can say is WOW!!!!   I'm totally impressed with your iPhone sudo APP.  My wife just got an iPhone last month and I've been giving her page after page to try to get her to see our weatherstation when she's away from home; however none have been as impressive as yours.  I'm also really impressed with ease of implementation, from the time I clicked download of the "iwdl-0.7.tar.gz" file to uploading exploding it, including my configuration was done in a matter of seconds.

Thanks a ton for a fine addition to my site http://www.lakemaryweather.com/iwdl

I'm having two Issues with your current 0.7 version:
1> My WinDir shows to be a numerical value "12.224 in" and not a true direction, also the graph seems to be also be numeric; however my setting for windir is "abbr". 

My current setting are:
     settings["temp"]   = "f";
     settings["wind"]   = "mph";
     settings["wdir"]   = "abbr";
     settings["rain"]   = "in";
     settings["baro"]   = "hg";
     settings["height"] = "ft";
     settings["time"]   = "12";

     settings["lang"] = "en";


2> Neither her or I are able to press the "Setting" or "About" link on her iPhone to get them; the "Map" link is hit or miss too (and her fingers are small and mine are big so that's not the issue <lol>)

Please help at your earliest opportunity....
Jerry-
http://www.lakemaryweather.com
CWOP= DW3228
WU    = KFLLAKEM7

Davis 6153 Wireless VP2 / 6316 Wireless Weather Envoy
Windows Display*Windows Display Live*Weatherlink*VirtualIP*StartWatch

I also host my own CentOS (Linux) Apache WEB Server

Offline CNYWeather

  • Professional Trophymaker!
  • Posts: 1,429
  • Rome, New York
    • CNYWeather.com
Re: Weather Display on Iphone?
« Reply #123 on: January 10, 2010, 06:27:15 PM »
2 small issues

http://mobile.cnyweather.com

Also wind direction shows as x.xxx in. and I cant get ride of the main screen where the title says "Weather Station"

Tony

Tony

CNYWeather.com
CWOP: CW2352
WeatherUnderground: KNYWESTM1


http://www.CNYWeather.com

I Make Trophies Too!
http://www.speedyawards.com

Offline ocl

  • Posts: 43
  • Aalesund,Norway
    • Skarboevikvaeret, Aalesund, Norway
Re: Weather Display on Iphone?
« Reply #124 on: January 10, 2010, 06:32:22 PM »
Sietse

I've translated the new iwdl_lang_no.js file. www.servicesenteret.as/weather/iwdl/iwdl_lang_no.js

There is one problem though - the wind dir abbr on the first page shows the caractercode for the Norwegian letter ø, ex: N&Oslash; or N&#216;
 in stead of NØ. On the other pages i shows NØ as it should.

And i also got the "unknown location" problem.

Ole-Chr.

Offline runarbg

  • Posts: 406
  • Drammen, Norway
    • Konnerud weather
Re: Weather Display on Iphone?
« Reply #125 on: January 10, 2010, 06:36:58 PM »
Sietse,

I have installed V0.7. I have also done a new Norwegian language file with the new entries. I see that you have chosen not to use my translation in V0.7. That's fine with me, but I'm using my own translation file on my site.

A couple of problems: You have started using the station name as a header to the screens. Mine seems to be to long. What is the maximum length? You can check it at www.runarweb.com/iwdl Then I have the same problem as others with the map. I just het "Unknown location", even with the new all.min.js that you posted Do you know why? I have not given the position in the settings-file, but it's in the clientraw file.

Offline runarbg

  • Posts: 406
  • Drammen, Norway
    • Konnerud weather
Re: Weather Display on Iphone?
« Reply #126 on: January 10, 2010, 06:43:53 PM »
Sietse,

I also notised the problem with the letter Ø in wind direction. I used &Oslash; in my language file

Offline hermann20

  • Posts: 11
Re: Weather Display on Iphone?
« Reply #127 on: January 10, 2010, 06:47:06 PM »
I think I found the problem.
Please download http://sietse.net/iwdl/all.min.js and put it in your iwdl directory. It should fix the problem.

Sietse

Hi Sietse

With your new file the problem is solved. Absolut great, it looks very good.

Thanks
Hermann

Offline ocl

  • Posts: 43
  • Aalesund,Norway
    • Skarboevikvaeret, Aalesund, Norway
Re: Weather Display on Iphone?
« Reply #128 on: January 10, 2010, 06:58:05 PM »
Sietse

The map page works if i put the position in the iwdl_settings.js file, but not when pulling the position from the clientraw.txt file.

Ole-Chr


Offline runarbg

  • Posts: 406
  • Drammen, Norway
    • Konnerud weather
Re: Weather Display on Iphone?
« Reply #129 on: January 10, 2010, 07:02:42 PM »
The map page works if i put the position in the iwdl_settings.js file, but not when pulling the position from the clientraw.txt file.

The same thing here.

Offline vogon1

  • Posts: 173
  • Utrecht, NL
Re: Weather Display on Iphone?
« Reply #130 on: January 10, 2010, 07:50:12 PM »
I finally reproduced and solved the map problem; if the coordinates are in the clientraw.txt, that will be used now. If not, then it will try to read it from settings.

Also the issue with the wind not showing the abbreviation (to be more axact: those who use inches for rain) has been resolved.
And the Norwegian translation should show correct wind directions (however, it might re-introduce the 2nd line disappearance problem).

The latest is now 0.7c, if you have 0.7 already installed, please download http://sietse.net/iwdl/all.min.js and http://sietse.net/iwdl/index.html , and install in your iwdl directory.

Latest version download: http://sietse.net/iwdl-latest.tar.gz

Sietse
« Last Edit: January 10, 2010, 08:41:44 PM by vogon1 »

Offline tiggy

  • Posts: 237
Re: Weather Display on Iphone?
« Reply #131 on: January 10, 2010, 07:58:46 PM »
Excellent work, its working well now thank you...

Anyone who dont have an iPhone but would like to test it to see what it would look like on an iPhone then please see this site http://www.testiphone.com/

Offline vogon1

  • Posts: 173
  • Utrecht, NL
Re: Weather Display on Iphone?
« Reply #132 on: January 10, 2010, 08:11:17 PM »
I cant get ride of the main screen where the title says "Weather Station"

That means that your weather station name is not set, please have a look at http://www.weather-display.com/index4.php#Weather

Sietse

Offline CNYWeather

  • Professional Trophymaker!
  • Posts: 1,429
  • Rome, New York
    • CNYWeather.com
Re: Weather Display on Iphone?
« Reply #133 on: January 10, 2010, 08:28:18 PM »
Where does the map get the city location from? The google map pin is exactly correct
with my location, but I believe the "city" listed is my ISP location
Tony

CNYWeather.com
CWOP: CW2352
WeatherUnderground: KNYWESTM1


http://www.CNYWeather.com

I Make Trophies Too!
http://www.speedyawards.com

Offline runarbg

  • Posts: 406
  • Drammen, Norway
    • Konnerud weather
Re: Weather Display on Iphone?
« Reply #134 on: January 10, 2010, 08:32:33 PM »
Sietse,

I can confirm that the map problem is fixed. And the Norwegian Ø i also OK :D

In the Setup-screen you use  "abbr" for one of the choises. Would it be possible for you to put that in the language file for a future version?

 

cumulus