Cellphone/Mobile Scripts (XHTML Mobile 2.3 Certified)!

I downloaded your updated scripts again but cannot figure out how to change to FWI :?

Thanks for the hard work on this mobile script.

for FWI just set $fire = false; in cell-ajax-dashboard.php.

Also make sure your graphics are CBI-FireXX.gif. You can use whatever graphics you want, but for now the need to be named CBI-FireXX.gif where XX is 0,16,25,31,32.

I cannot find that setting, I am sure I have your latest cell-ajax-dashboard.php which i downloaded from this thread.

Thanks

line 68

$fire = true; //True = chandler, False = fire weather

No not there, I must somehow have the older version of the script.

Yeah you do… I can tell … you have an older version…

I have downloaded again and now have correct version, don’t know what i did. My bad :frowning:

thanks for help.

make sure you pickup the background

http://frogville.us/2.jpg

or use any background… just save the file too your root.

Tony -added a link to the UV/Solar images (first post) and the moon icons… There are 2 other files moon2.png and sun2.png which are in the zip you need to put in your ajax-images.

And HOLY UV there. wow… thats high!

I’m not sure how the forecast will work in NZ, but i can try to adapt/modify if needed… Dont have much exp with non-us forecasts so it might be slow :frowning:

Tony -added a link to the UV/Solar images (first post) and the moon icons.. There are 2 other files moon2.png and sun2.png which are in the zip you need to put in your ajax-images.

And HOLY UV there. wow… thats high!

I have those png icons uploaded now but the only icon I cannot find is SH-moon28.gif have all the others.

I am using the WXSIM forecast here and will need to modify the cell forecast.

As for the UV here it gets very high here , burn very quickly. (that ozone hole right above us). Plenty of “slip,slop,slap and hat” 8)

Check the first post – links to the moon icons and Solar icons you are missing…

also your webcam page has an extra “>” which is why its all messed up.

Edit cell-footer and change the link back to your main page…

You will need to edit or replace the adaxWDwx.js file or edit and add the entries for “ajaxfeelslike1” otherwise “feels like” will NOT work.

otherwise looking good so far…

Thanks for your work on this script tman1991.
I think I have everything working now.

http://www.weathercat.net/cell.php

Looks good… What did you modify to get the advisory to post?? Looks like a good idea – i’d like to include that in the templates if you are ok with that…

Check the first post -- links to the moon icons and Solar icons you are missing..

also your webcam page has an extra “>” which is why its all messed up.

Edit cell-footer and change the link back to your main page…

You will need to edit or replace the adaxWDwx.js file or edit and add the entries for “ajaxfeelslike1” otherwise “feels like” will NOT work.

Thanks for picking up the above problems, I think I have them sorted.

Another question where do I get the data for Normal Temperatures This Date and Record Temperatures This Date?

I sent a PM with the info.

Another question where do I get the data for Normal Temperatures This Date and Record Temperatures This Date?
wunderground almanac setup in WD I would assume (but I do not think that info is available for NZ)

yeah, i think i can add code to use station data also… need to figure out the tags for that…

Well if your station has at least 1 full year of data – (i think) these tags will work. I recently zeroed my station log out since i moved so they are not filled…

$maxtemp4today = ‘-76.0’; // max from station’s records
$mintemp4today = ‘122.0’; // min from station’s records
$maxtemp4todayyr = ‘2012’; // max year from station’s records
$mintemp4todayyr = ‘2012’; // min year from station’s records

But i see http://www.meteothes.gr/cell.php?lang=en uses them. So some sort of logic could be put in to check if WU is not used to display station records for that day, or simply just not show anything…

what do people want? Thanos – can you pm me your code for that? save me the trouble of recoding it… If thats ok with you… :slight_smile:

Thanks forever!

I’ll try to upload the new advisories page then when its ready…

Sure I can! PM sent with code from modified table.

Thanos