Hello!
I made application that shows your data from your own server. Every update from server (in JSON) can vibrate, change app theme, change content font. I use my app as watch face to display info from my weather station, traffic, my servers monitoring info (if something critical happens - pebble vibrates), etc. It is open source, sources and documentation can be found at github. I think, app can be usefull for system administrators, programmers. You need some server side programming to get all things working and of course you need your own server. There are none built-in services, all at your fingertips.
No companion app required, all settings - URL where to fetch JSON.
![image]()
![image]()
Screenshots
![image]()
![image]()
![image]()
![image]()
Features:
Changelog:
2.0.3 - 2014/07/06
Feedback is welcome, thanks!
I made application that shows your data from your own server. Every update from server (in JSON) can vibrate, change app theme, change content font. I use my app as watch face to display info from my weather station, traffic, my servers monitoring info (if something critical happens - pebble vibrates), etc. It is open source, sources and documentation can be found at github. I think, app can be usefull for system administrators, programmers. You need some server side programming to get all things working and of course you need your own server. There are none built-in services, all at your fingertips.
No companion app required, all settings - URL where to fetch JSON.
Screenshots




Features:
- Fetch JSON from custom URL, specified in settings
- No companion app required, using PebbleKit JS
- Force update with select button
- Append short=1 or long=1 GET param on short/long select button update
- Append coordinates to URL (configurable)
- Scrollable data area
- Custom update interval, specified in JSON
- Vibrate on update if specified in JSON
- Change text font from JSON
- Black/white theme switched from JSON
- Turn on light from JSON
- Blink content from JSON
- Scroll-up content after update from JSON
- Vibrate on bluetooth connection loss (configurable)
- Watches battery charge status
- Digital clock (12h/24h support), seconds dots blinking (configurable)
Changelog:
2.0.3 - 2014/07/06
- Append coordinates to URL (configurable)
- Digital clock font, AM/PM support
- Seconds dots blinking (configurable)
- Configurable vibration on bluetooth loss
- Turn on light (value in JSON)
- Blink content (value in JSON)
- Scroll-up content after update (value in JSON)
- Improved configuration page
- Some minor fixes
- Append short=1 or long=1 GET param to URL on short/long select button update
Feedback is welcome, thanks!