1
0
Fork 0
BangleApps/apps/advcasio/README.md

58 lines
2.1 KiB
Markdown
Raw Normal View History

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/>
It uses a custom webapp to update its content.<br/>
Forked from the awesome Cassio Watch<br/>
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
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" />
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 16:58:18 +00:00
<a href="https://adv-casio-bangle-updater.herokuapp.com/">https://adv-casio-bangle-updater.herokuapp.com/</a>
2022-06-23 17:12:57 +00:00
<img src="https://user-images.githubusercontent.com/2981891/175355578-444315e3-03d8-4d60-a1a9-e8ed7519d52b.jpg" width="250" />
2022-06-23 16:58:18 +00:00
## Usage
### How to update the tasks list / weather
2022-06-23 17:52:21 +00:00
- you will need a <a href="https://openweathermap.org/price#weather">free openweathermap.org api key</a>.
2022-06-23 16:58:18 +00:00
- go to https://adv-casio-bangle-updater.herokuapp.com
- Alternatively you can install it on your own server/heroku/service/github pages, the web-app code is <a href="https://github.com/dotgreg/advCasioBangleClock/tree/master/web-app">here</a>
- 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 17:44:22 +00:00
## Issues, suggestions and bugtracker
<a href="https://github.com/dotgreg/advCasioBangleClock/issues">https://github.com/dotgreg/advCasioBangleClock/issues</a>
2022-06-23 16:58:18 +00:00
## Code repository (bangle app and web app)
<a href="https://github.com/dotgreg/advCasioBangleClock">https://github.com/dotgreg/advCasioBangleClock</a>
## Creator
<a href="https://github.com/dotgreg">https://github.com/dotgreg</a>