pebble-js

Pebble.js WatchApp displays: “Disconnected - run the pebble phone app”

久未见 提交于 2020-01-02 09:09:10
问题 I can't find much documentation around this issue. All other running apps on my pebble have a connection to my phone, and work as expected. However, a Pebble.js application I'm currently working on simply displays Disconnected - run the pebble phone app . I have noticed that in my Developer Settings that the Connection Manager is listed as Disconnected . Is this part of the problem? I see nothing in the logs. For reference, the application is doing a simple ajax request and displaying the

Accessing firebase using cloud pebble (Pebble.js)

 ̄綄美尐妖づ 提交于 2019-12-12 06:12:51
问题 I've been trying to figure out a way to access data from firebase to display in a pebble app, using cloud pebble. I'm not quite sure how to do so as I'm relatively new to javascript and the pebble platform. 回答1: You can require remote URI's using the following syntax: require('//cdn.firebase.com/js/client/2.2.9/firebase.js'); The other (more traditional) way to work around this is to copy-paste the source code of the library you want to use at the top of your JavaScript file. Your best bet to

Developers Option in Pebble App Settings

ぐ巨炮叔叔 提交于 2019-12-02 17:07:30
问题 I am following this manual and I don't have the Developers Option in my Pebble App Setting when I look at Application Manager. Any idea why is that and how I can find it? I have a Samsung Galaxy S6. Pebble app > Settings > Developer Options and tick Enable Developer Connection . There's no such 3 lines for the app setting as shown in this link. 回答1: The manual you linked to seems to be the right set of steps. The screenshot you posted though indicates you do not have a Pebble connected, which