BangleApps/apps/suw/README.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

2022-08-14 10:32:22 +00:00
# Seaside utility watch
2022-08-19 16:20:43 +00:00
A watch that does just what I want when I am at the seaside, showing day, date, month, year, sunrise, sunset, location and approximate high and low tide times.
2022-08-14 12:07:17 +00:00
2022-08-19 07:36:40 +00:00
Touch to toggle between sunrise / sunset and tide times.
Very much a work in progress. Sunrise/set requires location to have already been set in mylocation.json using MyLocation app.
2022-08-14 12:07:17 +00:00
2022-08-19 07:08:40 +00:00
DO NOT RELY ON THESE TIDE TIMES! This is in development.
When working, you will set the next tide time (high or low) in application settings, the watch will then calculate approximate next tide time by adding 6 hours and 12 minutes to the tide time and keep doing so until reset.
This may become very unreliable over time and will need periodic realignment.
2022-08-19 07:37:06 +00:00
![sun rise/set](screenshot.png)
2022-08-19 07:37:33 +00:00
![sun rise/set](screenshot2.png)
2022-08-19 07:36:40 +00:00
2022-08-14 12:07:17 +00:00
## Many faults
2022-08-19 16:31:30 +00:00
- [ ] high and low getting muddled on rollover?
2022-08-19 10:41:49 +00:00
- [ ] tide set to 'false' instead of high/low
2022-08-19 16:20:43 +00:00
- [x] minutes not appearing in settings
2022-08-14 12:07:17 +00:00
## Many of the to-dos
2022-08-19 08:16:47 +00:00
- [ ] handle tide time not being set and remove default time which is just for testing
- [ ] write tide data back to json file when flipped to keep it up to date when app reloaded
- [ ] tidy up code in general
2022-08-19 10:41:49 +00:00
- [ ] no need to check sunrise and sunset times so often