Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
Weather watch face for Pebble - Pebble SDK 1.0 only
C PHP
branch: master

Update README.md

Revised screenshot
latest commit ce7d35db8c
@orviwan authored
Failed to load latest commit information.
resources/src v1.4
server v1.4
src v1.4
.gitignore
README.md

README.md

Chunk-Weather

Weather watch face for Pebble.

This is mostly hacked together from the hard work of many others including: @Katharine, Niknam Moslehi, Martin Rosinski, Hank, @lkorth and probably others.

characterRegex

I had to the patch the Pebble SDK to allow ° in the characterRegex.

"characterRegex": "[:0-9A-Z°]",

[https://github.com/fisakov/pebble-sdk-characterRegex]

I think this might be done differently on CloudPebble.

"characterRegex": "[:0-9A-Z\u00b0]", << or something like that

Fonts

I have excluded the .otf files used from github, but instructions to download them can be found in /resources/src/fonts/fonts.txt

Images

The weather icons included with this release are copyright 'Mike Afford Media'.

You are free to use this set of icons in any Pebble watch face, but please include this licence with any source distribution.

If you want the full set of icons in much better quality, please visit:

Buy Now

How to build

You can build lots of variants of Chunk, just edit the config file.

  1. Black on White
  2. White on Black
  3. Split 1 - White top / Black bottom
  4. Split 2 - Black top / White bottom
Something went wrong with that request. Please try again.