Initial weather support

This commit is contained in:
2026-06-01 08:37:33 -04:00
parent 1d4bcebfbb
commit a4c4047d96
3 changed files with 61 additions and 3 deletions
+2
View File
@@ -1,6 +1,8 @@
var Clay = require('@rebble/clay');
var clayConfig = require('./config');
var customClay = require('./customClay');
require('./weather');
new Clay(clayConfig, customClay);
Pebble.addEventListener("ready", function () {