A simple weather watch face, shows location and weather. Uses Open Weather Map for data. Built with SDK 2.0, and is configurable via Android or iOS Pebble app.
Current configuration options:
2 themes to choose from, white on black or black on white.
Choose between Fahrenheit or Celsius.
Choose timeout between weather updates.
Enable static location (uses a set location instead of getting your location from the phone's services
There are "notification" icons that will pop up in the bottom right hand corner.
The "clock" symbol means it's waiting for PebbleKit (the Javascript engine built into the Pebble app on your smart phone) to initialize.
The "refresh" symbol (a circle arrow) means it's in the process of refreshing your weather.
The "!" symbol means there was an error refreshing weather, either it failed to get location from your phone, or it failed to communicate with openweathermap.org
If you have issues you can post on the GetPebble forum here: http://forums.getpebble.com/discussion/9208/watchface-2-0-weather-face-a-simple-weather
1.0.5 - Added support for my new universal config page, added more options in configuration, also some bug fixes.
1.0.4 - Minor optimizations and bug fixes, moved notification icon up to align with temperature (this way the description text will never overlap it)
1.0.3 - Bug fixes, crashes mostly fixed, any issues with persistent storage should now be fixed, added icons to notify you when it's refreshing weather, waiting to refresh weather, or had an error refreshing weather
1.0.2 - Added support for persistent storage, no longer has to reload weather every time you switch back to Weather Face
1.0.1 - Minor bug fixes, city name can now be significantly longer, theoretically up to 60 characters (assuming there are no spaces)
1.0.0 - Initial release