Also, anyone done anything recently with some iPhone templates? I
searched and saw some good stuff from 2008, and a little updating in
2010, but nothing recent. But I cannot find the sample template
downloads from those older posts (hence my first quest of where are
the files)?
Later, Jeff
--To view this discussion on the web visit https://groups.google.com/d/msg/wview/-/Q0hBb1ZzZ0gJ.
You received this message because you are subscribed to the Google Groups "wview" group.
To post to this group, send email to wv...@googlegroups.com.
To unsubscribe from this group, send email to wview+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wview?hl=en.
Jeff
I'm down the road to making a close cousin to your site
http://www.jrgator.com/wview/iphone.htm
Jeff
(the last two values, forest and grass fire danger indexes, i calculate in custom code inserted into wview)
___________
Graham Eddy
> --
> You received this message because you are subscribed to the Google Groups "wview" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/wview/-/_Q_vNRnBBsMJ.
> To post to this group, send email to wv...@googlegroups.com.
> To unsubscribe from this group, send email to wview+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/wview?hl=en.
> <iphone.css><iPhone.htx>
It uses jqTouch and there are a few bugs that I just haven't had the time to work around. That is what has kept me from posting it. One of these days I'll have some time to get back to work on it again...
> --
> You received this message because you are subscribed to the Google Groups "wview" group.
> To post to this group, send email to wv...@googlegroups.com.
> To unsubscribe from this group, send email to wview+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/wview?hl=en.
Dan Rich <dr...@employees.org> | http://www.employees.org/~drich/
| "Step up to red alert!" "Are you sure, sir?
| It means changing the bulb in the sign..."
| - Red Dwarf (BBC)
# US Zip or other API location, e.g. 'Australia/Syndey' or '<latitude>, <longitude>', etc. See documentation.$defaultlocation = '78701'# Put your personal wunderground API key here$wundergroundkey = ''# Change this if desired$tempunit = 'fahrenheit'# Show probability of precipitation only if greater than or equal to this$showpop = 10# Public file location (css/icon images)# Upload location for generated page$filepath = '/usr/local/var/wview/img/forecast.htm'# Radar image link
Hi Ron.
Sure. The important things to change are the first few lines. They are commented and are all variables starting with $. You'll want to change your $defaultlocation, I have 78701. You have to put your wunderground API key in $wundergroundkey - I have left it blank. You need to set the $weblocation to the outside URL for where your weather site is, and where it can reference the CSS, the iPhone.htm generated page, etc. $filepath is the local upload location that corresponds to the public outside URL referenced previously. $radarurl is self explanatory.
The most important thing is to get a wunderground API key from their site. There is (slightly) more information in the README on GitHub.
Let me know what problems you're having and I'm happy to help. The important section from the script below for your reference...
# US Zip or other API location, e.g. 'Australia/Syndey' or '<latitude>, <longitude>', etc. See documentation.
$defaultlocation = '78701'< /div>
--
You received this message because you are subscribed to the Google Groups "wview" group.
To view this discussion on the web visit https://groups.google.com/d/msg/wview/-/Lz_KJaDLsZMJ.