Skip to content

orviwan/Chunk-Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Weather watch face for Pebble - Pebble SDK 1.0 only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published