This is a variation of Futura Weather remade for the new SDK 2.0 Beta (built with Beta 4). Features both Celsius and Fahrenheit versions, configurable through the beta Pebble iOS and Android apps using the new PebbleKit-JS (supports both iOS and Android, from what I can tell).
The UI is a carbon copy of the Futura Weather Dark app (http://www.mypebblefaces.com/apps/7210/6713/), which in turn is based on the original Futura Weather by Niknam (http://github.com/Niknam/futura-weather). It is also a 'fork' of the PebbleKit-JS Weather SDK example (http://github.com/pebble/pebble-sdk-examples/tree/master/pebblekit-js/weather).
Currently, it supports 12 and 24-hour time formats (set in the Pebble config), and Celsius and Fahrenheit weather data (provided by OpenWeatherMap; configurable in the Pebble app).
Consider this a beta version, since there's still I'd like to add in the coming days. I figured I'd release as-is, for now— since it's something I was looking for, and saw that some others wanted. Here are some things I'd LIKE to add soon:
- Optional battery status
- Optional Bluetooth status
- Different date formats
- Different color themes (original Futura Weather vs. dark, for example)
- Ability to either hide the weather after too many connection failures, or duplicate the original Futura
- Weather behavior of pinging the user
- Alternate weather sources (choice between Yahoo! Weather and OpenWeatherMap)
Murdoc from Gorillaz looking down in disappointment on your pebble!
Email me at [email protected] for any Gorillaz requests or anything else you'd like to see!
Dark Souls themed watchface.
Still needs some adjustment.
Pebble smartwatch app generating mandelbrot set, floyd-steinberg dithered, sll fastmath.
### Framebuffer access
Direct framebuffer access is used for fast pixel manipulation. Refer to the code for framebuffer access through the update layer function.
### 4-bit Dithering
This app uses 4-bit to 1-bit Floyd-Steinberg dithering to allow the mandelbrot generator to create colors, and display the final image on the Pebble's black-and-white EPaper screen.
### SLL Fastmath
Original version used gcc's softfloat (provided by newlib), which generated a mandelbrot frame every 40 seconds. Using SLL fastmath (from picoGL/tinyGL), a mandelbrot frame is generated in less than 4 seconds, for a 10x speedup, which makes watching the mandelbrot much less boring ;)
A minimalistic watch face for those how like to keep things looking basic
Ios - big watchface
o Live Date
o Live hands on the clock icon
Just the hour, the day (name and number) and the Bitcoin price. You can choose between several price providers. At the moment they are: Bitstamp, BTCe, BitcoinAverage, Coindesk, Bitfnex and OKCoin.
Yet another generated My Little Pony watch face, with analog clock Mark, digital time and date.
Made using the Watchface Generator (http://www.watchface-generator.de/index.php). Doctor Whooves vector by TheEvilFlashAnimator (http://theevilflashanimator.deviantart.com/).
With Danish week prefix, battery state and date. Bluetooth icon is shown if connection is lost.
Based on jdiez17's "pebble-pixel" watchface, http://github.com/jdiez17/pebble-pixel
De tijd in het vlaams. Gebaseerd op Fuzzy Time.
Bedoeling is nog vibrate on Bluetooth disconnect toe te voegen, maar ik worstel nog wat met C-taal
Orbtime is a Drop7 / Chainfactor clone with a twist. The gameplay is often described as a cross between sudoku and a falling block game. And the twist? Orbtime recognizes that a Pebble is a timepiece and includes time orbs which represent the current time. In Orbtime, what time you play will affect the outcome of your game.
Controls
Up: Move Left
Select: Drop Floating Orb
Down: Move Right
Back: Pause to Main Menu
Drop numbered orbs one at a time which eventually clear themselves. In order for an orb to clear, the orb's number must be equal to the number of orbs in its row or column. One too many or one too little and the orb will stay on the field.
There are basic orbs and time orbs. Time orbs are distinguished by their sharp corner. The direction of the sharp corner determines the type of time orb: a day orb, hour orb, minute orb, or the fast changing second orb. If you are wondering what a certain time orb will have as its number, simply press back and glance at the time orbs in the main menu. The time orbs in the main menu also include wrap dots which you can use to decipher the current time.
When a time orb clears, it'll promote the closest basic orb of the same number into a time orb of the same type. You can use this mechanic to your advantage, changing basic orbs into time orbs and then waiting for just the right time.
Detailed How-To-Play: http://meiguro.com/orbtime/pebble
Comment about it: http://forums.getpebble.com/discussion/5704/game-orbtime-a-drop7-clone-with-a-twist
ttmmup is simple graphic watchface.
Big square means hours, small square stands for five minutes periods.
Time is up constantly.
Copyright © Albert Salamon 2013
Idea & Design: Albert Salamon
Programming: Michal Zylinski
ttmm watchface collection for iPhone
http://itunes.apple.com/us/app/ttmm-watchfaces-for-pebble/id694623195?ls=1&mt=8
ttmm watchface collection for Android platform
http://play.google.com/store/apps/details?id=eu.ttmm.collection
Control your (Dutch) UPC Horizon box from your wrist! This app lets you change the channels on your UPC Horizon / Samsung SMT-G7400 box.
NOTE: This app requires the 2.0 (beta) firmware
Usage:
Use the arrows to channel up or down. Long-hold the select for power on/off.
Install:
This watchapp uses a secondary script to do the talking to the mediabox. You can work 2 ways with this script:
Forward the port of the box to the public internet
If you forward the port in your router, you can run the watchapp via the default script. You change the local IP to your public IP and the port to the forwarded port. I recommend to use another (random) port, with the default local port. See: http://www.kixass.net/images/forwarding.png. In the watchapp config, point the 'Local IP' to your public IP address and your 'Local Port' to the forwarded port. The public script points to: http://www.kixass.net/tv_action.php.
Host the script on your own webserver wich is in the same network as the mediabox.
Get the file http://www.kixass.net/tv_action.phps and save it on your webserver. Point the 'public script' variabele to the complete url of the script. You'll still need to configure the local IP and port.
Feel free to donate:
- BTC: 13oEokmD3dn6yLiZ1bwGCwQGw4PVMJN3gU
- PayPal: http://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=erik%40csw%2enl&lc
My first attempt at a Pebble watchface. Not sure about capability with iOS. Please try it and tell me what should be changed in it!
v1.1 update: I noticed that the digits had shifted over, so I fixed that and changed the font for the digital clock.
v1.2 updates: WInter break is coming up, so I'll have time to make more watchfaces! Please leave a suggestion! Anyway, the digital clock has been shifted p and the font size has been increased. The analog clock has been shifted down some and the decoration has been removed. Finally, a date function has been added to the face.
Made using http://www.watchface-generator.de/
Features the digital time, date, battery level, and if your device is connected
Displays battery + phone connection (vibrates if lost) status.
At the bottom of the screen, a hangman games.
Letters are added every minute - try to guess before the entire word is filled in.
An implementation of the famous Berlin clock. Misnamed the "set theory clock", it uses a series of blocks to represent the time in 24h format. The circle at the top blinks with the seconds. The top row of blocks represents 5 hours each, the second row 1 hour each, the third row 5 minutes each, and the fourth row 1 minute each. The time on the screenshot is 16:27.
This requires a 2.x firmware.
Pebble is updating from me.
(Human and Pebble images are just still image, not moving.)
You can buy New Version "Updating V2" (It have a Bluetooth connection display and battery level indicator.If Bluetooth connection-loss from iPhone, then invert watchface and vibrate. It will help prevent misplacement of the iPhone. ) and other design watchface from here. >>> http://gumroad.com/utdesign
right eye means hour.
left eye means minute.
If it's ok with you,please try.
iOS
http://itunes.apple.com/us/app/dont-step-the-white-tile/id783246578?l=ja&ls=1&m
Android
http://play.google.com/store/apps/developer?id=fieldWalking&hl=en
The Split Horizon: Plain Edition watch face, but for SDK 2.0!
A Titanfall inspired watch face on a black background.
5PM... What is their to say? The time that we all count down until, the time we dream of, the time we ditch our suits and ties and partake in the drink of the gods, BEER! Yes, if you are a simple office drone and 5PM is that glorious time you can forget your day in that beverage made by the tears of angels, this app may just help you get their a little easier.
This watchface displays the time in .beats, the new time format proposed by Swatch in 1998.
The benefit of this watchface is that the .beats are the same throughout the world, from Canada to England to China, etc.
Make sure you've configured your timezone correctly.
Fishtank is your personal tank on your watch! Different types of fish slowly swim around in your tank; each night, a new set is generated, so no two days are the same! Sometimes they like to get in the way of the time; tap or shake the watch to send them scattering in all directions.
Fishtank is both 12 and 24 hour. Fish movements are on the second tick with animations only used when scattering.
The original concept for mypebblefaces.com was based on RichardG's AWSOME Pebble Concepts site.
Thanks to Otto Greenslade (Chaotic) @chaotictm for the Pebble Watch artwork and many thanks to the Pebble team @pebble for the watch that we all love.
Our Terms and Conditions | Cookies Policy | Any problems contact admin at mypebblefaces dot com
This website has been created,administrated and hosted free of charge by Jason @slayer1551 of NMC Design and Print. NMC Design and Print is a social enterprise working for the benefit of The Neuromuscular Centre @nmcentre Winsford, Cheshire, UK. If you would like contribute to the site please consider making a donation below which will go towards funding the servers as the site grows and any left over will go to the NMC Charity!
For more information please visit www.nmcentre.com
































