Questions tagged [cloudpebble]

CloudPebble was a website that provides a toolkit for developing apps using C and Javascript for the Pebble smartwatch through an online IDE.

CloudPebble was a website (http://cloudpebble.net) that provides a toolkit for developing apps using C and Javascript for the Pebble smartwatch through an online IDE.

101 questions
6
votes
2 answers

Pebble JS, GitHub, and Image Resources

I'm working on a pebble.js project that is loading from a GitHub repo. I essentially am writing my code locally, pushing up to GitHub, and then pulling into CloudPebble to build as my computer is unfit to run the SDK. CloudPebble sees my image…
phatskat
  • 1,797
  • 1
  • 15
  • 32
4
votes
0 answers

How to pop to main window in Pebble app?

Is there any way to pop to root window (main window or very first window on stack). Ex: I have 4 windows say 1,2,3,4. "1" is being my root window and I traverse to 4th window. Now on some action event I want to Jump Back to Window 1 directly. I…
iLearner
  • 1,670
  • 2
  • 19
  • 45
4
votes
2 answers

Pebble.js update view frequently

I'm building an app for the Pebble watch using Pebble.js in cloudpebble. When I look at the Javascript tips & tricks there is a really big heading that says: Do not use setInterval(). And of course, do not use setTimeout() to simulate…
Tim
  • 307
  • 1
  • 3
  • 13
3
votes
3 answers

Including an external javascript library in pebble js file?

Is there any way I can include an external JS library in my pebble code? Conventionally on a webpage I would do this in my head tags: But in…
Ravin Sardal
  • 717
  • 1
  • 13
  • 23
3
votes
1 answer

Pebble - Detect Shake Gesture

How can I detect shake gestures from Pebble? I just want to show up a text-layer when shaking the pebble... They added a new API in SDK 2.0:…
MappleDev
  • 453
  • 1
  • 6
  • 11
2
votes
1 answer

Pebble watch app using C. Check internet connection?

Im building a Pebble watch app using cloudpebble (in C). The app requires internet data which on iOS this requires the Pebble app to be open on the users device (not sure if this is the same on Android devices). If there is no internet/app…
sidarcy
  • 2,958
  • 2
  • 36
  • 37
2
votes
1 answer

setting the configuration page to specific defaults already saved in the Pebble 3.0 SDK

I am trying to have my watch face's configuration page to default to what the user has already saved in the configuration page previously. Currently, I have a watch face that can have a choice of 15 colors from a list via the settings configuration…
OscarTheGrouch
  • 2,374
  • 4
  • 28
  • 39
2
votes
2 answers

Unknown "Uncaught SyntaxError: Unexpected token <"