1
0
Fork 0
BangleApps/apps/suw
Giles Booth 02601cda53
Update README.md
2022-08-24 07:40:44 +01:00
..
README.md Update README.md 2022-08-24 07:40:44 +01:00
app-icon.js trying to fix app icon 2022-08-14 14:00:32 +01:00
app.js major bug fix 2022-08-23 20:19:30 +01:00
app.png Add files via upload 2022-08-14 11:51:08 +01:00
metadata.json add settings file info 2022-08-19 07:54:10 +01:00
no-tides-app.js backup of version with no tides 2022-08-19 07:50:45 +01:00
screenshot.png better screenshot 2022-08-15 13:10:22 +01:00
screenshot2.png tides screenshot 2022-08-19 08:33:32 +01:00
settings.js add string menu functions 2022-08-22 21:39:22 +01:00

README.md

Seaside utility watch

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.

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.

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.

sun rise/set sun rise/set

Many faults

  • bug fix to prevent cascading tide time flipping causes it to halt completely - tide time never updates
  • when watch closed and reloaded it reloads tide times from setting file which may be out of date - need to write new times to settings file when swapping occurs

Many of the to-dos

  • 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
  • no need to check sunrise and sunset times so often
  • consider a web app for setting next tide time or entering real data