Hi everyone!
I’m working on a watch app called that acts as a watchface on half of the screen, and the other half displays user-customizable “cards” that can be cycled through using the up/down buttons.
Right now I’ve implemented a variety of cards, such as Weather (from phone location), Stocks, RSS headline, World Clock, Note, and Google Calendar (next appointment from all the calendars of the signed in user). These cards are configurable through a webview in the official Pebble app.
The app is built using PebbleKit JS, so it should run on both iOS and Android. I’ve only tested it on iOS so far, so my apologies if anything breaks on Android. Also, the settings interface is heavily-inspired by iOS 7’s look and feel, so again, apologies to the Android Pebble users out there for the mismatched themes :)
I personally have this app running on my Pebble at all times now, and I would love to be able to make it better for everyone. So, please give it a try, and let me know what you want to see. If you have suggestions of a (free) web API I can use to make more types of cards, I would be glad to make them happen. Thanks!
Website and download (Firmware 2.0 Required):
—Keanu