Giter VIP home page Giter VIP logo

fevieira27 / movetobeactive Goto Github PK

View Code? Open in Web Editor NEW
23.0 2.0 6.0 7.32 MB

Garmin Watch Face inspired by the design of the Vivomove series, but adding extra data points that are useful for daily usage (like health, weather and communication) on newer Garmin Smartwatches.

Home Page: https://fevieira27.github.io/

License: MIT License

Monkey C 100.00%
garmin-watch-face garmin garmin-connect-iq garmin-smartwatches monkey-c watch-face watch-faces watchface watchfaces ciq

movetobeactive's Introduction

Version Release date GitHub all releases GitHub commit activity (branch) GitHub Repo stars GitHub forks GitHub watchers

MoveToBeActive Watch Faces for Garmin

MoveToBeActive Banner

Garmin Watch Face that was inspired by the design of the Vivomove series, adding extra features that will be very useful for my daily type of usage (more health related than activity tracking) and focusing on maximizing battery life.

Feature listing:

  • Analog hands for Hour and Minutes, but not for Seconds to mimic Vivomove HR (and save battery). Design menu has a toggle for thinner, standard or thicker hands (around 20-30% difference between each);
  • Current Date with day of the week and Month;
  • Garmin Logo that can be hidden on the watch face's config menu;
  • Battery indicator with symbol changing colors depending on battery left: Red (less than or equal to 20%), Yellow (between 21 and 40%) and Green (greater than 40%). The text can be displayed as remaining % or estimated number of days until running out;
  • Bluetooth indicator: Blue (connected to the phone) or grey (not connected);
  • Alarm indicator: Accent color (at least one alarm active) or grey (no alarms);
  • Do not Disturb indicator (only shown when mode is activate, also activated during sleep hours);
  • Location name of the source of weather data (if available), that can be hidden on the watch face's config menu;
  • Current weather condition icon;
  • Temperature indicator (if available) in Celsius or Fahrenheit (also dependent on watch's selected units display). The temperature number will become blue when that is the minimum temperature for the day, as well as orange when that is the maximum;
  • Colored Tickmarks following selected accent color. Can be turned on and off (showing gray tickmarks);
  • Colored AOD Mode: gives the user the option of seeing the AOD mode hands and tickmarks in grayscale or full color (thanks filmo003 for the code);

Available Data Fields:

  • Notifications count: Accent color if at least one notification is available or grey if no unread notifications;
  • Heart Rate data, showing last available value (not updated every second when not doing an activity, to save battery) and a symbol that is presented with colors from 7 different rate zones, set up by the user on the watch main settings (Settings - User Profile - Heart Rate - Zones - Based On). Color palette for each zone: Resting / Light Load = grey, Moderate Effort = blue, Weight Control = green, Aerobic = yellow, Anaerobic = orange, High effort = light red and Speed = bright red;
  • Calories burned;
  • Steps: Shows the number of steps on the current day and icon color will also change to the selected Accent when steps goal has been met;
  • Blood oxygen percentage: will display the current pulse ox if the sensor is active all the time. However, if sensor is activated only while sleeping or on ad-hoc measurements, data point will show last available value. Color palette doesn't follow accent color and is based on 5 zones: Healthy = green, Normal = blue, Low = yellow, Brain Dysfunction = orange, Cyanosis = red;
  • Floors climbed count: Icon will be displayed in grey until floors climbed goal has been met, changing to the Accent color of choice;
  • Precipitation percentage: The current chance of rain/snow precipitation (0-100%), with blue tones color palette based on 4 zones: Low = light blue, Moderate = blue, High = dark blue, Very High = purple;
  • Humidity percentage: The current relative humidity (0-100%), with color palette based on 3 levels: Healthy = green, Fair = yellow, Poor = red;
  • Atmospheric Pressure: The current barometer read in hPa/millibars or calibrated mean at sea-level, with color palette based on 3 levels: High-pressure = blue, Normal = Gray, Low-pressure = orange;
  • Solar intensity percentage: Describes the solar sensor's charge efficiency, only available on Solar Charged watches. It will change colors based on 5 different UV intensity zones: Low = green, Moderate = yellow, High = orange, Very High = red, Extreme = violet;
  • Intensity Minutes per week: The current number of intensity minutes (moderate + 2x vigorous) during the current week. Symbol will turn from grey to the accent color as soon as the weekly intensity minutes goal is reached;
  • Seconds: Available as a data field, will display seconds count of the current time;
  • VO2 Max from Running or Cycling (available and 2 separate data fields);
  • Body Battery;
  • Stress Level;
  • Respiration Rate;
  • Recovery Time in hours;
  • Min/Max Temperature forecasted for the day (only available on the left top and middle data points);
  • Wind speed: Current wind speed in km/h or mph (depending on watch's pace unit settings), or m/s if selected on the watch face's settings (only available on the left top and middle data points);
  • Elevation (altitude above mean sea level in meters): Derived from the most accurate source (Barometer or GPS) in order of descending accuracy. If no GPS is present, then barometer readings will be used (only available on the left top and middle data points);
  • Distance walked/ran on the day (km or miles, dependent on watch's selected unit on general config): Icon will be displayed in grey until steps goal has been met, changing to the Accent color of choice (only available on the left top and middle data points);
  • Battery Consumption per day since last charge, displayed in average%/day. For this to work, you need to be using the MoveToBeActive watch face when charging your watch, or else the displayed consumption percentage might be incorrect (with impossible figures) or not shown.

Support this project:

Release notes:

0.1.0 (22/Feb/21)

  • Initial public release

0.2.0 (23/Feb/21)

  • Added temperature, weather condition and city name, as well as anti-alias for hour and minute hands

0.3.0 (24/Feb/21)

  • Correct bug with battery % on Venu and D2 Air devices (font size issue due to bigger resolution)

0.3.5 (25/Feb/21)

  • Improve alignment of battery % text and several other icons and texts for different watch sizes and resolutions

0.4.0 (26/Fev/21)

  • Add the blood oxygen percentage (on supported watches only) when that is activated (usually during the night), temporarily replacing the floor climb count. When pulse ox is disabled, the floor count will show up again. Useful for people that are using pulse ox 24/7 or for those who wake up during the night (mainly those with sleep apnea) and want to check their current blood oxygen percentage

0.4.5 (04/Mar/21)

  • Corrected a bug on the battery icon color and added fixed heart rate zones, in case the user didn't set them up on the watch settings (Settings - User Profile - Heart Rate - Zones - Based On)

0.4.7 (05/Mar/21)

  • When the location name has more than 15 digits in length, the country is now being omitted. In case the final string is still bigger than 21 digits, it is being truncated (just in case)
  • The floors climbed icon will now turn green when the goal has been reached on that day
  • The steps icon will now turn green when the goal has been reached on that day
  • The notification icon will be grey when there is no notification and green when at least one notification is available
  • Testing a new tone of green, as it was becoming yellow when the backlight was on (transreflective displays only, AMOLED displays will keep the old green tone)

0.5.0 (07/Mar/21)

  • Corrected inconsistencies with the length and width of the minute and hour hands across different resolutions
  • Redesigned hour and minute hands to have even better anti-aliasing
  • Added a menu on the watch face settings ("pencil" icon on the watch face selection screen) with an option to cycle through 8 different accent colors
  • The colored icons that indicate goal reached (floor climbed & steps) and notification avilable will now follow the same accent color used on the minute hand
  • Added support for the Vivoactive 3 Music watch

0.6.0 (09/Mar/21)

  • Add toggle to hide/show Garmin logo
  • Add toggle to hide/show Bluetooth logo
  • Add toggle to hide hour labels (3, 6, 9, 12), that when hidden would add accent-colored horizontal hash marks on the location where the 3 and 9 numbers were
  • Add toggle to hide/show location name
  • Add toggle to switch between the current real or feels like temperatures

0.7.0 (13/Mar/21)

  • Add alarm icon beside the bluetooth logo when at least one is active. If no alarm has been set, then icon will be hidden
  • Added a second sensor for pulse Ox, in case the previous one is null
  • Create functions for each data point (big internal code change that will support data point customizations on next release)
  • Memory optimizations, reduced average and peak usage by 14%

1.0.1 (27/Mar/21)

  • Revamped settings menu, split between "Design" and "Data Points"
  • "Data Points" menu that allows the user to select which data to be displayed in each of the 4 available locations (right bottom and left top, middle and bottom). Available data points (may vary depending on whatch model): Distance, Elevation, Wind Speed, Humidity, Precipitation, Calories, Floors Climbed, Pulse Ox, Heart Rate, Notification and Solar Intensity.
  • Added toggle on the "Design" menu to make the hour and minute hans thicker by 30% or return to standard thickness.

1.1.0 (31/Mar/21)

  • Several optimizations that ended up removing 100 lines of code and reducing memory usage by 2%.

1.2.0 (31/Mar/21)

  • Added a toggle on the "data points" menu to choose the activity length type between Steps or Distance.
  • Settigs menu bug fixes.

1.3.0 (4/Apr/21)

  • Added color zones for Precipitation percentage (Low, Moderate, High and Very High) and Humidity percentage (Poor, Fair and Healthy).

1.4.0 (13/Apr/21)

  • Added condition to remove City or Country name when Garmin is incorrectly reporting any of those as "null".

1.5.0 (15/Apr/21)

  • Added new toggle inside the data points menu to show Wind Speed in m/s.

1.5.5 (20/Apr/21)

  • Improved quality of Garmin Logo.

2.0.0 (25/May/21)

  • Improved design of hour and minute hands.
  • Always-On-Display low-power mode for AMOLED screens (Venu and D2 Air).
  • Replaced Wind Speed icon by wind direction (N, NE, E, SE, S, SW, W, NW).
  • Added smaller data field icons for smaller resolutions, as well as bigger icons for AMOLED screens.

2.1.0 (26/May/21)

  • Corrected bug on the color of hour hand and on the always celsius temperature unit option.

2.2.0 (25/Oct/21)

  • Testing a new design of the AOD mode on AMOLED displays to further reduce battery consumption.
  • Change the hour numbers and hask marks to a lighter grey (or maybe white?) for better readability on MIP displays only.
  • Keep the 6 and 12 hour hash marks in a lighter tone when in AOD mode (AMOLED) for better readability (since all tickmarks have the same size).
  • Added an option for thinner hands.

3.0.0 (30/Dec/21)

  • Added an extra data field by moving alarm and bluetooth icons to another position on the watch face (now next to DnD icon).
  • Steps and Distance are now 2 distinct data fields with their own icons, so both can now be added together on the watch face.
  • Added Weekly Intensity Minutes and Seconds as new data fields available in any of the 5 locations.
  • Improvements on the positioning of all icons and data fields, which reduced memory usage, code length and will make future adjustments easier.
  • Removed a bug that would show "null" when the temperature was not being returned by Garmin Weather API.
  • Removed useless initial settings screen that was based on Garmin's Analog Sample code. Now it will go directly to MtbA settings and then back to watch face.
  • Corrected issue where AMOLED watches would not see the data field icon on the settings menu.
  • Adjusted colors of the Wind Speed icon to better reflect the Beaufort Scale.
  • Reverted AOD to something similar to the previous version, as no battery improvements were perceived when using extremely low brightness.
  • Added support for Venu Mercedes-Benz Edition and Descent MK2

3.0.1 (31/Dec/21)

  • Corrected bug with the conversion of temperature to Fahrenheit.

3.0.2 (3/Jan/22)

  • Corrected bug that allowed the Alarm icon to be displayed even when it was disabled on the watch face settings.
  • Minor improvements that reduced memory usage by removing unnecessary code and rewriting some calculations.

3.0.3 (4/Jan/22)

  • Added support to the newly launched watch Venu 2 Plus.

3.0.4 (5/Jan/22)

  • Fixed issue on button-based (non-touch) watches which caused a crash on the settings menu when the user reached end of list on a submenu (either layout or data).

3.0.5 (19/Jan/22)

  • Added support for Venu Sq, Venu Sq Music Edition, Fenix 7, Fenix 7S, Fenix 7X, Epix 2.
  • Corrected bug that would crash the watch face when the elevation data field was selected, but watch doesn't have a barometer sensor and no GPS data is available.

3.0.6 (21/Jan/22)

  • Updated to SDK 4.0.8 with Garmin bug fixes.
  • Improved code to prevent the unlikely chance of no weather information being provided to the watch would cause an error.
  • Fixed bug that was not showing the weather location on Venu Sq watches.

3.0.7 (30/Jan/22)

  • Added support for Fenix 5 Plus, Fenix 5S Plus and Fenix 5X Plus (don't support weather, location and temperature);
  • Updated to SDK 4.0.9 with Garmin bug fixes.

3.0.8 (31/Jan/22)

  • Fixed bug with battery icon in some watch models.

3.0.9 (2/Feb/22)

  • Added support for ForeRunner 645 Music.

3.1.0 (8/Feb/22)

  • Added support for new D2 Air X10 watch
  • Added new option in Layout settings for each 5 min tickmarks to follow the selected accent color.
  • Changed notification icon to grey when there are no notifications pending.
  • Fixed unlikely case of location name wrapping to a second row on Fenix 6 series watches. Now using truncate when name is too big.
  • Fixed battery icon that was too big on Venu Sq watches.
  • Fixed the Intensity Minutes icon not showing up on Venu 2, 2 Plus and Epix Gen 2

4.0.0 (17/Apr/22)

  • Added support for new D2 Mach 1 watch.
  • Updated to SDK 4.1.2 with Garmin bug fixes.
  • Add 5 new data fields applicable for System 5 Garmin update (VO2 Max, Body Battery, Stress, Respiration Rate, Recovery Time).
  • Added Atmospheric pressure and Min/Max Temperature data fields. The former requires the watch to have a barometer, while the latter needs to support the weather API (not available on Fenix 5 Series and ForeRunner 645 Music).
  • It is now possible to select a bigger font size for the data fields (not supported by Venu Sq).
  • Added option to display the remaning battery in estimated number of days (if watch supports it).
  • Added option to show the hands and tickmarks on AOD mode following the same colors of when the AOD mode is OFF (AMOLED and LCD displays only).
  • The on-watch config menu was revamped, now split into 3 categories (instead of 2): Layout, Data Fields and Base Units.
  • Temperature will now become blue in case that is the minimum temperature forecasted for the day, or orange if that is the maximum. All other temperatures will still be displayed in white (as before).

4.0.1 (1/May/22)

  • Added option on the "Base Units" menu to change date format
  • Changed the source of atmospheric pressure data, now using the raw data from the barometer instead of a smoothed value (slower to show changes)
  • Changed code of the "battery in days" option, trying to fix the zero days bug
  • Added one decimal case in the distance data field, even after the user has gone above 10 km/mi in a day
  • Code change that will allow better compatibility of new features on future updates (avoiding need to reinstall issue that happened on 4.0.0)

4.0.2 (12/May/22)

  • Corrected battery estimation unit
  • Added extra checks to prevent data type errors when the weather station is reporting unexpected data (happening in a few cities every once in a while)
  • Updated to SDK 4.1.3 with Garmin bug fixes.

4.1.0 (27/Oct/22)

  • Add option to remove battery, date and weather info.

4.2.1 (18/Mar/23)

  • New data field: Next Sun Event (12 or 24h format)
  • Added color categories to body battery icon, depending on value
  • Code improvements to reduce memory usage of the config/customization menu and watch face
  • Adapting code to SDK 4.2.2
  • Added support for newly released MARQ gen 2 and Forerunner (265, 265s and 965)

4.3.0 (12/Aug/23)

  • Added a new data source to show only active calories burned (instead of only the total calories)
  • Added another new data source to show digital time (12h or 24h formats allowed, base on watch config)
  • Added an extra layout option allowing the user to select the hour labels to follow accent color or keep default (gray)
  • Added option to show the battery icon always in gray or the default conditional colors (green/yellow/red)
  • Adjusted the orange tone of the body battery icon, as the previous color was too close to red
  • AM/PM for 12h format now showing on smaller size when bigger data field font is selected (both for digital clock and next sun event)
  • Fixed an issue with the hands thickness selector (layout menu)
  • Settings menu improvements to further reduce memory usage
  • Now using Garmin SDK 6.2.2
  • Added suppport for new watches recently released by Garmin: Fenix 7 PRO series, Epix gen 2 PRO series and Approach S70 (42 & 47mm).

4.3.2 (25/Sep/23)

  • Adjustments to Battery Text position on high resolution watches
  • Now using Garmin SDK 6.3.0
  • Added suppport for new watches recently released by Garmin: Venu 3, Venu 3S and Vivoactive 5

4.3.3 (5/Nov/23)

  • Adjustments to Garmin Logo position on 280x280 MIP watches
  • Next Sun Event logic was corrected to prevent the next event from showing up before the previous event was over
  • Now using Garmin SDK 6.3.1
  • Added suppport for new watch: Fenix 7X Pro Solar (no wifi)

4.4.0 (30/Dec/2023)

  • Added new data field to show average battery consumption percentage per day on the current cycle (since last charge)
  • Next Sun Event logic was again corrected to prevent users above the polar artic circle to face IQ errors due to not having sunrise during the winter
  • Small corrections on the positioning of data fields' icons and texts on several watches
  • Now using Garmin SDK 6.4.1

5.0.0 (09/March/2024)

  • Light and Dark theme selector
  • Added several code changes to accomodate the new theme selector on older watches, which now have a memory limitation on the MtbA watch face (Fenix 5 Plus, Fenix 6S, FR *45, Descent MK2, MARQ gen 1, Venu SQ)
  • Workaround to correct a bug introduced by recent Garmin firmwares, where temperature is now being reported as a Float instead of a Number (as it has always been and as it's also documented on the API Docs)
  • Now using Garmin SDK 6.4.2
  • Added suppport for new watches: ForeRunner 165 and 165 music

5.5.0 (No estimated date yet, likely Q3 2024)

  • Convert Atmospheric Pressure to Inches of Mercury when user is not using metric-based units
  • Give the user the option to chose wind speed to be displayed in knots
  • Seconds Hand for AMOLED watches

MtbA Watchface examples:

Features Location Config Menu Features Watch Examples

Open-source projects used as inspiration for MtbA Watch Face:

Credits

Search Hit Counter

GitHub search hit counter GitHub search hit counter GitHub search hit counter GitHub search hit counter GitHub search hit counter GitHub search hit counter GitHub search hit counter

movetobeactive's People

Contributors

fevieira2 avatar fevieira27 avatar filmo003 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

movetobeactive's Issues

Battery % design bug

Correct bug caused by font size difference on smaller and bigger screen resolution watches, like:

  • D2 Air
  • D2 Charlie
  • D2 Delta
  • D2 Delta PX
  • D2 Delta S
  • Descent MK1
  • Fênix 5 / quatix 5
  • Fênix 5 Plus
  • Fênix 5s Plus
  • Fênix 5x / tactix Charlie
  • Fênix 5x Plus
  • Forerunner 645
  • Forerunner 645 Music
  • Forerunner 935
  • Venu
  • Venu Mercedes-Benz

option to disable the weather forecast

Describe the feature that you'd like to see
an option to disable weather forecast icon and temperature for cleaner simplified design like the setting if location name should be shown

Watch Model
VA4

btw thank you for all the hard work, best watchface ever :-D

manifest.xml missing?

I'm new at Garmin dev so sorry if I'm missing something.

When I try to build the project with

monkeyc -f monkey.jungle -o <output> -y <developer key> -d <device id>

I get this error:

ERROR: unknown:0: A valid 'project.manifest' property was not defined within a jungle file.
ERROR: monkey.jungle:1: The specified manifest file doesn't exist: manifest.xml

It seems like the manifest file specified in monkey.jungle is missing.

Would it be possible for you to commit that file too? Or is there another way to build this project and run using the SDK?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.