Skip to content

sjaq/iphone-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

For US people just change [LOCATION] into you ZIP code and change [DEGREE] to f for farenheit Other people go to Yahoo Weather and search for your location you will end up with a url like this: http:https://weather.yahoo.com/forecast/NLXX0018.html then you should change [LOCATION] into NLXX0018. Then you'll have to change [DEGREE] to your degree system, use c for celcius and f for farenheit.

Then just place the Wallpaper.html file in your current Theme directory..

Refresh rate

You can append &refresh=[TIMEINSECONDS] to the frame src to change the refresh rate, the default and minimum is 30 minutes. If you refresh faster you will see no difference because degrees are cached and updated only once every half hour.

Custom styles:

Just append &style=http:https://location.to.your/style.css to the frame src and it will load that style, you have to style #weather p..

You can change some styles via the url

Append: &font=FontName to change the font. &color=HEX to change the color, be sure to leave out the # part. &opacity=OPACITY to change the opacity (must be a number between 0 and 1) &size=SIZEINPX to change the font size

Known Issues

If you're getting a "ur doin somthn wrng" message check your location and degree type again. I've seen people filling in XXXXXX_c or something like that as their location you need to remove the "_c" part and try again. And your location should only contain your location ID not the entire http:https://weather.yahoo.com url.

Some location examples:

http:https://weather.yahoo.com/forecast/NLXX0018_c.html -> ?loc=NLXX0018&deg=c http:https://weather.yahoo.com/forecast/USCA0087.html -> ?loc=USCA0087&deg=f

About

Displays the weather on your WinterBoard Wallpaper.html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages