xolidsnake / goLibreFollower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goLibreFollower by Alexandru Mihai

  • the app is meant ro be run on Windows or MacOS.
  • it periodically retrieves glucose readings from the LibreLinkUp servers using a Follower account for Libre 3

Pre Requirements

Installation

Windows

Mac OSX

cd ~/Downloads/
xattr -cr goLibreFollower-MAC.app
chmod +x goLibreFollower-MAC.app/Contents/MacOS/goLibreFollower

Settings

  • SETTINGS ARE NOT APPLIED IN REAL TIME - settings will be applied after close/open (restart) of the application
  • on first run, a settings window will be opened. You will need to provide following info:

  1. username: is the email address of the libre follower account - MANDATORY
  2. password: is the password of the libre follower account - MANDATORY
  3. region: two letter code for the region/country where the account id registered. You can see that in the LibreLinkUP application > About > Registered Country. If none provided, will use de

Valid regions are:

  • ae
  • ap
  • au
  • ca
  • de
  • eu
  • eu2
  • fr
  • jp
  • us
  1. Text Size: how big the text/window will be. You can use samller size for smaller windows, or big ones if you want a bigger window. Play with the values and choose the one that fits. Default is 100.
  2. Refresh Interval: how often the application will query the LibreLinkUP servers. Libre readings are uploaded every 60 seconds. Recomended value is 30-60 seconds. Don't set a value too low as you will overwhelm the server.
  3. SAVE settings and restart application
  • you can always change settings by pressing the settings button from the app. Remember, you need to restart application for changes to take effeect.
  • the application will show different colors for in range/out of range values. The current limits are
Low Glucose is under 70
High Glucose is over 180

About


Languages

Language:Go 99.7%Language:Makefile 0.3%