GlucoGlance Remote - Cinnamon Applet
Version 0.1.3 TEST BUILD

WHAT IT DOES
- Panel: GlucoGlance icon + glucose + trend arrow + delta
- Polls GlucoGlance Remote every 60 seconds
- First run asks for the 6-digit Remote code
- First run asks for mg/dL or mmol/L
- mmol/L delta is converted from mg/dL using 18.0182 and shown to 1 decimal place
- Panel glucose color follows the existing GlucoGlance Remote settings thresholds/colors
- Click opens a popup with glucose, delta, timestamp and TIR 1h/3h/24h
- IOB and last bolus appear only when pumpInstalled is true and insulin JSON exists
- "Open GlucoGlance Remote View" launches the website

INSTALL
1. Extract the ZIP.
2. Open the extracted folder.
3. Open a Terminal in that folder.
4. Run:
      chmod +x install.sh
      ./install.sh
5. Open Linux Mint Menu > Preferences > Applets.
6. Find "GlucoGlance Remote" and add it to the panel.
7. First run prompts for Remote code and units.

SERVER CONTRACT
Base:
https://glucoglance.com/GlucoGlanceRemoteData

Code:
codes/<6-digit-code>.json -> {"uuid":"..."}

Reads:
<uuid>-glucose.json
<uuid>-settings.json
<uuid>-tir.json
<uuid>-pumpinstalled.json
<uuid>-insulin.json

NOTE
The included panel icon is a temporary placeholder. Replace glucoglance.svg
with the real GlucoGlance logo once the final panel icon is supplied.

V0.1.1
- Forces the Cinnamon panel applet background transparent.
- Leaves GlucoGlance glucose value color logic unchanged.

V0.1.2
- Forces the Cinnamon applet actor itself to transparent with inline styling.
- Leaves glucose, trend, delta, TIR, insulin, server and glucose-color logic unchanged.

V0.1.3
- Uses the GlucoGlance WearLite/Remote family icon in the Cinnamon panel.
- Keeps the v0.1.2 panel background changes.
- No changes to glucose, trend, delta, TIR, insulin, server, code entry, units, or glucose color logic.
