WeeWX
· v0.97.1
About
Display weather stations data for up to 5 weather stations tied to WeeWX. The WeeWX stations must be accessible through the Internet if you want to query it outside of your home network. You need to input the URL to your daily.json file.
If you enjoy this maintained version of the app, you can support my work with a small donation: https://bit.ly/sylvainga
For fields, you can start with these
outTemp
windSpeed
windDir
windGust
This is an example of the display line for the above fields.
$1$||Temp: $2$ C|Wind speed: $3$ KMH|Wind dir: $4$|Wind gust: $5$ KMH
The $x$ represent the field number you want to show its value. The $1$ is the title of the station as entered in the slot name. '|' means a new line and is used to separate the fields on screen.
Directions is the wind direction in 22.5 degrees increments. In English, use:
N,NNE,NE,ENE,E,ESE,SE,SSE,S,SSW,SW,WSW,W,WNW,NW,NNW
You can flip up/down to view more data if it doesn't fit on screen
If your watch support Glance, you can configure a Glance line (or two if the watch has the resolution for it) that will scroll (if your watch support LiveView) to show the hidden text.
One caveat, this app starts with a menu, which is not supported and because of that, when you get out, you'll need an extra Back button or sweep to get out.
See the readme file here for more details:
https://github.com/SylvainGa/Garmin-WeeWX/tree/main
What's new
V0.97.1
Compiled with CIQ 7.4.3
Added Edges devices
V0.97.0
Compiled with CIQ 7.3.0
Added Enduro 3 and Fenix 8 watches, including the Fenix E
Added a graphic for the outside temperature. Accessed by sliding to the left or pressing the Select button. The interval (by increment of 5 minutes) and the number of data points can be adjusted through the App Settings (max of 2016 or 7 days at interval of 5 minutes). By default, shows the last 24 hours (288 data points) but it must first accunulate those datapoints. A skip in the data is because the background ran but it couldn't get any data. It will NOT account for the time the watch is turned OFF.
V0.96.5
Compiled with SDK 6.4.0 to add support to the Forerunner 165/165 Music and VivoActive 5
V0.96.4
Compiled with SDK 6.3.0 to add support to the Venu3 and Venu3s
V0.96.3
Workaround for a bug that Garmin never fixed
V0.96.2
Optimized Glance code and made the scroll speed more consistent across watches screen resolution
New option to scroll further so the top/bottom edge are cleared
V0.96.1
New algorithm for Glance text vertical placement
Option in Settings to choose a smaller font for Glance text. Could allow a third line of text on some watch
Added a bunch of watches as supported
V0.96.0
Adds scrolling text in Glance view and alerts if it's too long to fit the display area
V0.95.1
Oops, forgot scope=background for the french language
V0.95
Adds support for glance view and Forerunner *65 watches
V0.94
Now using '|' as field separator (new line)