2022-06-23 16:58:18 +00:00
# Adv Casio Clock
2022-06-23 17:12:57 +00:00
< img src = "https://user-images.githubusercontent.com/2981891/175355586-1dfc0d66-6555-4385-b124-1605fdb71a11.jpg" width = "250" / >
An over-engineered clock inspired by Casio watches.< br / >
It has a dedicated timer, a scratchpad and can display the weather condition 4 days ahead.< br / >
2022-06-23 19:39:34 +00:00
It uses a < a target = "_blank" href = "https://dotgreg.github.io/advCasioBangleClock/" > custom web app< / a > to update its content.< br / >
2022-06-23 17:55:15 +00:00
Forked from the awesome Cassio Watch.< br / >
## Todo
- Improving quality of the background images, right now it is quite blurry.
- Improving screenshots quality.
2022-06-23 17:59:43 +00:00
- Improving web app look.
2022-06-23 18:10:31 +00:00
- Improving bangle app performances (using functions for images and specialized array).
2022-06-23 16:58:18 +00:00
## Functionalities
2022-06-23 17:12:57 +00:00
2022-06-23 16:58:18 +00:00
- Current time
- Current day and month
- Footsteps
- Battery
- Simple Timer embedded
- Weather forecast (7 days)
- Scratchpad
## Screenshots
2022-06-24 10:47:34 +00:00
Clock:< br / >
< img src = "https://user-images.githubusercontent.com/2981891/175519126-049caf93-73d0-4472-9650-33b28f80843c.jpg" width = "250" / >
< img src = "https://user-images.githubusercontent.com/2981891/175519128-96926e32-2165-4c61-9364-843440304bb9.jpg" width = "250" / >
< img src = "https://user-images.githubusercontent.com/2981891/175519130-4921073c-48fc-4c29-932d-d42acc3b395c.jpg" width = "250" / >
2022-06-23 16:58:18 +00:00
2022-06-23 17:26:01 +00:00
Web interface to update weather & scratchpad < br / >
2022-06-23 19:39:34 +00:00
< a target = "_blank" ref = "https://dotgreg.github.io/advCasioBangleClock/" > https://dotgreg.github.io/advCasioBangleClock< / a >
2022-06-23 16:58:18 +00:00
2022-06-24 10:47:34 +00:00
< img src = "https://user-images.githubusercontent.com/2981891/175519121-851bb209-7192-40db-a014-490c344f7597.jpg" width = "250" / >
2022-06-23 16:58:18 +00:00
## Usage
### How to update the tasks list / weather
2022-06-23 19:39:34 +00:00
- you will need a < a target = "_blank" href = "https://openweathermap.org/price#weather" > free openweathermap.org api key</ a > .
- go to https://dotgreg.github.io/advCasioBangleClock/
- Alternatively you can install it on your own server/heroku/service/github pages, the web-app code is < a target = "_blank" href = "https://github.com/dotgreg/advCasioBangleClock/tree/master/web-app" > here</ a >
2022-06-23 16:58:18 +00:00
- fill the location and the api key (it will be saved on your browser, no need to do it each time)
- edit the scratchpad with what you want
- click on sync
- reload your clock!
### How to start/stop the timer
- swipe up : add time (+5min)
- swipe down : remove time (-5min)
- swipe right : start timer
- swipe left : stop timer
2022-06-23 19:39:34 +00:00
## Links
### Issues, suggestions and bugtracker
< a target = "_blank" href = "https://github.com/dotgreg/advCasioBangleClock/issues" > https://github.com/dotgreg/advCasioBangleClock/issues< / a >
2022-06-23 16:58:18 +00:00
2022-06-23 19:39:34 +00:00
### Code repository (bangle app and web app)
< a target = "_blank" href = "https://github.com/dotgreg/advCasioBangleClock" > https://github.com/dotgreg/advCasioBangleClock< / a >
2022-06-23 16:58:18 +00:00
2022-06-23 19:39:34 +00:00
### Creator
< a target = "_blank" href = "https://github.com/dotgreg" > https://github.com/dotgreg< / a >