Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDam committed Apr 12, 2020
1 parent f52b01b commit 21f921e
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,78 @@
# Infocal
Infocal watchface for Garmin devices

[Link to Garmin Connect IQ store](https://apps.garmin.com/en-US/apps/c97c4e34-55e4-4601-b5c2-45763bc481a2#0)

# Contribution

My work will stay free, If you want donate for my work, it will help me a lot:

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](paypal.me/pyryandam)

## Code contribution
1. Fork the project
2. Develop your feature
3. Make a pull request to this project
4. I will have some review and test, then consider to merge your code.

# Description

Ditgital and analogue watchface with carefully made with high quality rendering, customizable and functional. With upto 8 complications on the screen, each complication can show veriaty of data:

- Date
- Digital time/2nd timezone
- Battery
- Total/Active calories
- Live heart rate
- Moved distance (day/weekly)
- Move bar
- Daily step
- Active minutes
- Notification/Alarm/Connection status
- Altitude
- Temparature (on-device sensor)
- Temparature (outside)
- Temparature (high/low)
- Sunrise/Sunset time
- Floor climbed
- Barometer data
- Countdown to event day
- Weather condition

Please configure your watch face via Garmin Connect Mobile or Garmin Express. Here is how to do it:

https://forums.garmin.com/developer/connect-iq/w/wiki/14/changing-your-app-settings-in-garmin-express-gcm-ciq-mobile-store

# FAQs

- Battery format in days not working?

Battery consumtion estimation will need time to make measurement, it will need at least 1 hour to complete. Update time period is 1 hour. If you restart your watch, or switch from different watchface, it will need time to calibrate,

- Too much data on the sceen?

You can set it to "Empty" complication, it won't draw anything.

- This watchface consume too much energy?

Hey, its a build-in power save mode in the setting which is reduce refresh rate to 1 per minute.

- How to know if the watch is connected to phone?

By using group notification complication, if a phone is connected it will show "C" (connected), otherwise is "D" (disconnected).

- Can't update watch face setting/setting keep reset to default on Garmin Connect app?

This is a bug of Garmin Connect iOS app, please update Garmin Connect to the latest version.

- Can't get sunrise/sunset to work?

Sunrise/sunset only work if it have GPS signal, try go start any activity and wait for GPS signal, then return to watch face and then everything is good.

- Complication data just show "--" value?

Not all complication data is supported for any device, it depends on your device is supported or not.

- Square appeared instead of character?

**Currently this watch face only support English (or latin character), more languare support will come in the next release.**

0 comments on commit 21f921e

Please sign in to comment.