Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ Screenshots:
![Sense](https://github.com/czandor/programmersWatchFitbit/blob/main/screenshots/sense/Programmer's-Watch-screenshot%20(1).png?raw=true)
![Sense](https://github.com/czandor/programmersWatchFitbit/blob/main/screenshots/sense/Programmer's-Watch-screenshot%20(2).png?raw=true)

Custom Info Script:

To display information using the Custom Info Script, the URL needs to return a JSON response formatted like:

```json
{
"info": "String1\nString2\nString3"
}

```
The clock will split on the `\n` character and divide into three seperate Strings

You can download the compiled version from Fitbit Gallery:
https://gallery.fitbit.com/details/b36d8ea6-c803-45fe-ad34-91dbe8d08e89

Expand Down