BangleApps/apps/suw/README.md

34 lines
1.3 KiB
Markdown
Raw Normal View History

2022-08-14 10:32:22 +00:00
# Seaside utility watch
A watch that does just what I want when I am at the seaside.
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 08:16:47 +00:00
- [ ] app not appearing in Settings > Apps
- [ ] possible confusion between low and high tide? lol
2022-08-14 13:03:04 +00:00
- [ ] no need to check sunrise and sunset times so often
2022-08-19 07:08:40 +00:00
- [x] default location data doesn't show up in the simulator for some reason
2022-08-19 08:16:47 +00:00
- [x] app icon invisible
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-14 13:02:22 +00:00
- [x] add sun image to main screen
2022-08-19 07:08:40 +00:00
- [x] show alternative data on tap
- [x] show tide times