https://github.com/gloriouscode/pebbleface
First time making a watchface for Pebble Time
https://github.com/gloriouscode/pebbleface
Last synced: 11 months ago
JSON representation
First time making a watchface for Pebble Time
- Host: GitHub
- URL: https://github.com/gloriouscode/pebbleface
- Owner: gloriousCode
- Created: 2015-06-28T09:26:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T21:36:15.000Z (over 9 years ago)
- Last Synced: 2025-03-27T03:41:43.236Z (over 1 year ago)
- Language: C
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PebbleFace
First time making a watchface for Pebble Time




Concept
The idea of this watchface is to deliver information that I find useful, when it is useful to me.
Eg at 15:30 show me upcoming bus times
16:10 Show me upcoming train times
Timeline intergration
This watchface will also pin upcoming events to my timeline so that I know what I need to do
Eg Pin task telling me to go to the gym today
Finally, I'm making this watchface open source so that others find it easy to develop for Pebble. It will be split up into small tasks as much as possible, so people can use only what's relevant to them
## Current Features
+ Colloquial time
+ Time based events (GYM, FREE TIME, MEDITATION)
+ Weather temp and condition updates / 30 minutes
+ Minimised time interface when new data needs to be rendered
+ Bus/Train times displayed at TRAVEL and PREP times
+ Live traffic incident updates using NSW transport data program
+ Timeline pins
+ Code structured in different files so users can just take what they want