惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
爱范儿
爱范儿
V
Visual Studio Blog
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 三生石上(FineUI控件)
博客园 - Franky
博客园 - 叶小钗
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
M
MIT News - Artificial intelligence
罗磊的独立博客
L
LangChain Blog
Jina AI
Jina AI
IT之家
IT之家
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
博客园_首页

jdhao's digital space

Conversion between base64 and OpenCV or PIL Image 腾讯云对象存储博客图床开启 CDN 加速(不需要购买额外域名) Search and Replace in Multiple Files in Vim/Neovim Change Table Column Width in LaTeX Image or Table Side by Side in LaTeX LaTeX 并排显示图像或表格 Firenvim: Neovim inside Your Browser Content inside HTML tags missing in Latest Hugo? Creating Markdown Front Matter with Ultisnips Labelme JSON 标注格式转 voc XML 格式 Nifty Nvim Techniques That Make My Life Easier -- Series 6 macOS 下如何为视频制作字幕 Running Command Asynchronously inside Neovim Resolving Merge Conflict after Git Stash Pop Pylint: command not found? A Hands-on Experience with Neovim's Built-in LSP Support How to Convert PDF to Images with Imagemagick 互联网上常用缩略语集锦 File Backup in Neovim Converting PDF Pages to Images with Poppler Nifty Nvim Techniques That Make My Life Easier -- Series 5 Neovim Configuration for System-wide Use How to sort a list of tuple or list in Python -- lambda or itemgetter? Building A Vim Statusline from Scratch 人类第一颗原子弹爆炸始末 Distributed Training in PyTorch with Horovod Learning Expect Programming Essential Knowledge about SSH Nifty LaTeX Techniques -- Series 1 更改 Adsense 邮寄地址,重新寄送 PIN
Garmin Forerunner 965 Essential Tips and Setups
2024-02-05 · via jdhao's digital space

In this post, I want to share a list of tips/setups for the Garmin Forerunner 965 watch. Some of the settings are also applicable to other Garmin watches.

Garmin connect and connect IQ APP#

Garmin has two APPs for their watches, one is Garmin connect, which is used to show your activity and health info and set up the watches. The other APP is connect IQ, which is used to manage applications and watchfaces and sync to your Garmin watch.

Data screen setup for activity#

For each activity, we can create some data screens to show different info during the activity. For each data screen, you can choose the layout (how many fields to show) and which data to show for each field. All this can be done using the Garmin watch only, without using your phone.

However, I find it easier to set up the data screens using the Garmin connect APP once it is paired with your watch. In the connect APP, we can click More --> Garmin Devices, then click the device. Now we are in the watch configuration page, which is essentially a mirror of settings in your watch. Click Activities & Apps, select an activity, e.g., walk, then click the Data Screens. In the Data Screens pages, we can manage the data screens in a much easier and faster way. These settings will be synced to your watch automatically.

Free maps for Garmin#

The maps that are preinstalled on Forerunner 965 depend on the region. If we go to other parts of the world, we may need to download the maps manually. The following two websites have some good maps for different countries/regions:

How to connect Garmin watch with macOS#

For Windows, it is easier to connect your Garmin watch to the system. For macOS, there is no native support for the Garmin watches. Some tutorials recommend using the Application Android File Transfer, which has limited featured. Another good option is the openmtp application, which can be downloaded from GitHub.

watchfaces#

In the connect IQ store, there are a lot of watchfaces that you can install for your watch. You can also install watchfaces from the website watchfacebuilder.

weather#

Garmin has its own weather app, which can be used by different watchfaces as the weather source.

Also some watchfaces also support open weather map (OWM). To use OWM, you to need to sign up and verify your account, then you can get your API keys under the user page. It is free if you call the OWM API less than 1000/day, which is enough for the watchfaces.

There are also some weather APPs built for Garmin watches. The APP Weather Pro Widget is quite good an app for checking the weather.

Navigation settings#

Keep the map zoom#

During an activity, in the map view, we can long press the Up button to change the zoom level of the map. However, the zoom level changes automatically if we hit the Back button, which is annoying. To fix this issue, go to the watch settings page, click the Map setting. Scroll down and turn of the Auto Zoom feature.

Change the navigation course line color#

By default, Garmin use a purple color to represent the course in the map, which can not be changed in the watch. There are some hacky ways to change the navigation course color. You can connect Garmin watch to your computer. Under the directory Garmin/MAPTHEMES, there are some predefined map themes. We can create new map themes based on the existing themes. I tried the method, but it didn’t work well for me. There are some decoding issues, the watch can not show the name custom defined color theme correctly: only part of the name is shown or some garbled text is shown. Except the missing styles, the format should be correct xml. Not sure why this happens.

Ref:

References#