A plugin for Rainmeter to display information about ZWIFT accounts
- Month names and formatting of numbers can be adjusted with a locale in the settings.ini
- Download release or build plugin yourself
- Copy ZWIFT_RM_API.dll from extracted .zip to
├── <Rainmeter_install_path>\Rainmeter
| ├── Rainmeter.exe
│ ├── Plugins
│ │ ├── ZWIFT_RM_API.dll <---
│ │ ├── ...
│ ├── ...
- Copy Skin or create skin to Rainmeter skin folder
- not part of release archive but part of this repo: ZWIFT_RM_SKIN Example path might then look like:
├── < C:\Users\<USER>\Documents\Rainmeter\Skins
| ├── SkinExample
│ ├── ZWIFT_RM_SKIN <---
│ │ ├── Bar.ini
│ │ ├── @Resources
│ │ │ ├── Variables
│ │ │ │ ├── settings.inc
│ ├── ...
-
Edit settings.inc and add your ZWIFT credentials
-
Restart Rainmeter Process and active Skin
- This may lag at start due to the fetching of all activities
-
(Optional) Adjust Bar.ini or create new skin based on provided values
There are currently some bad performance limits with the way the data is fetched for each meter, this should be refactored to async fetch data and store it so that reloads are fluid and non blocking.
As for possible values, the API can provide all information which is available in Zwift. Calories, Activity type (Running, Cycling), Profile info, Level...
Feel free to open PR´s or Issues and enhance this plugin! ❤
- Encrypt password on disk/use Windows credentials manager
- Think about async data fetching storing for fast display/reload
- Only fetch history of activities which are needed for meter instead of all
- Allow other meters with
- Calories
- Avg speed
- Flag to diff between: Cycling / Running
- Zwift Level + Progress
- Hours per activity
- Total Distance, Calories, Hours
- ...