Infocal, a watchface for Garmin devices
Link to Garmin Connect IQ store
My work will stay free, If you want donate for my work, it will help me a lot:
- Fork the project
- Develop your feature
- Make a pull request to this project
- I will review the code and test it, and then I'll consider to merge your code.
Infocal is a digital and analogue watchface, carefully made with high quality rendering. It's both customizable and functional. With up to 8 complications on the screen, each complication can show variety of data:
- Date
- Digital time/2nd timezone
- Battery
- Total/Active calories
- Live heart rate
- Moved distance (day/weekly)
- Move bar
- Daily steps
- 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:
- Battery format in days isn't working?
The battery consumption estimate will need time to make an estimate, it will need at least 1 hour to complete. The estimate updates once every hour. If you restart your watch, or switch from different watchface, it will need to calibrate again.
- Too much data on the sceen?
You can set it to "Empty" complication, it won't draw anything.
- This watchface consumes too much energy?
Hey, there's a build-in power saving mode in the settings which will reduce the screen refresh rate to once per minute.
- How to see if the watch is connected to phone?
By using the group notification complication, if a phone is connected it will show "C" (connected), otherwise is "D" (disconnected).
- If I update the watchface via garmin connect, all the settings reset to default
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 works if the watch has a 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 shows "--" value?
Not all complications are supported for any device, it depends on your device wether it 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.
- Special thanks to warmsound for awesome Crystal Watchface. Without Crystal, I'm not able to add some features (suntime, sensor history, weather...) to this watchface.
- Special thanks to sunpazed for his awesome github projects. I learned a lot from him for anti-alising and get inspired to create curved text, which makes Infocal today.