No description
  • Python 51%
  • C 49%
Find a file
2026-06-13 14:37:43 +02:00
.ralph-tui Add ralph config 2026-06-13 14:37:43 +02:00
src/c Skeleton watchface 2026-06-12 23:00:36 +02:00
.gitignore Gitignore things 2026-06-13 14:29:56 +02:00
package.json Skeleton watchface 2026-06-12 23:00:36 +02:00
README.md Skeleton watchface 2026-06-12 23:00:36 +02:00
wscript Skeleton watchface 2026-06-12 23:00:36 +02:00

watchweather

A Pebble watchapp/watchface written in C using the Pebble SDK. Displays time, date, temperature (via SMHI API), and Bluetooth status.

Building

pebble build                          # build for all targetPlatforms

Project layout

src/c/           C source for the watchapp
src/pkjs/        PebbleKit JS (phone-side) source, if any
worker_src/c/    Background worker source, if any
resources/       Images, fonts, and other bundled resources
package.json     Project metadata (UUID, platforms, resources, message keys)
wscript          Build rules — usually no need to edit

Reference documentation

Weather API

https://opendata.smhi.se/metfcst/snow1gv1/introduction

Pebble Documentation

Full SDK docs, tutorials, and API reference: https://developer.repebble.com