{"id":21243560,"url":"https://github.com/gabe565/nightscout-menu-bar","last_synced_at":"2026-02-20T21:27:17.769Z","repository":{"id":86313091,"uuid":"542434671","full_name":"gabe565/nightscout-menu-bar","owner":"gabe565","description":"Display live blood sugar data from Nightscout in your system menu bar.","archived":false,"fork":false,"pushed_at":"2026-02-16T08:37:56.000Z","size":1120,"stargazers_count":26,"open_issues_count":9,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-16T16:19:27.829Z","etag":null,"topics":["blood-sugar","cgm-remote-monitor","dexcom","diabetes","freestyle-libre","macos","menubar","nightscout"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gabe565.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-28T06:09:59.000Z","updated_at":"2026-02-11T17:59:55.000Z","dependencies_parsed_at":"2023-11-08T01:47:29.727Z","dependency_job_id":"eadba4ec-c4e3-4538-95a4-54d52b0f36b6","html_url":"https://github.com/gabe565/nightscout-menu-bar","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/gabe565/nightscout-menu-bar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fnightscout-menu-bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fnightscout-menu-bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fnightscout-menu-bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fnightscout-menu-bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabe565","download_url":"https://codeload.github.com/gabe565/nightscout-menu-bar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabe565%2Fnightscout-menu-bar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29665240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T19:49:36.704Z","status":"ssl_error","status_checked_at":"2026-02-20T19:44:05.372Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blood-sugar","cgm-remote-monitor","dexcom","diabetes","freestyle-libre","macos","menubar","nightscout"],"created_at":"2024-11-21T01:12:46.091Z","updated_at":"2026-02-20T21:27:17.744Z","avatar_url":"https://github.com/gabe565.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nightscout Menu Bar\n\n[![Build](https://github.com/gabe565/nightscout-menu-bar/actions/workflows/build.yml/badge.svg)](https://github.com/gabe565/nightscout-menu-bar/actions/workflows/build.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/gabe565/nightscout-menu-bar)](https://goreportcard.com/report/github.com/gabe565/nightscout-menu-bar)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=gabe565_nightscout-menu-bar\u0026metric=alert_status)](https://sonarcloud.io/summary/new_code?id=gabe565_nightscout-menu-bar)\n\nA small application that displays live blood sugar data from Nightscout on your menu bar.\n\nWorks on Windows, MacOS, and Linux.\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/gabe565/nightscout-menu-bar/assets/7717888/2e9e673a-d69f-43b8-9e82-d7168ffa5766\"\u003e\n  \u003cimg width=\"250\" alt=\"Nightscout Menu Bar Screenshot\" src=\"https://github.com/gabe565/nightscout-menu-bar/assets/7717888/c8c61eca-76ad-4078-ada4-95bad9cb01b9\"\u003e\n\u003c/picture\u003e\n\n## Install\n\n### Brew (macOS)\n\n```shell\nbrew install gabe565/tap/nightscout-menu-bar --no-quarantine\n```\n\n### Binary\n\nAutomated builds are uploaded during the release process. See the [latest release](https://github.com/gabe565/nightscout-menu-bar/releases/latest) for download links.\n\n## Usage\n\nAfter launching Nightscout Menu Bar, you will need to open its tray menu, then hover over \"Preferences\" to configure the integration.\n\nThe preferences menu contains the following options:\n- Nightscout URL (required)\n- API Token\n- Units: mg/dL or mmol/L\n- Start on login\n- Write to a local file (see [`contrib/powerlevel10k`](contrib/powerlevel10k))\n\nAdditional configuration is available in a configuration file, which can be found in the following locations:\n- **Windows:** `%AppData%\\nightscout-menu-bar\\config.toml`\n- **macOS:** `~/Library/Application Support/nightscout-menu-bar/config.toml`\n- **Linux:** `~/.config/nightscout-menu-bar/config.toml`\n\nAn example configuration is available at [`config_example.toml`](config_example.toml).\n\n## Contrib\n\nIntegrations with external tools are available in the [contrib](contrib) directory.\n\n## Development\n\nThe systray menu is provided by\n[fyne.io/systray](https://github.com/fyne-io/systray). See\n[systray's platform notes](https://github.com/getlantern/systray#platform-notes)\nfor required dependencies.\n\n#### macOS\n\nTo generate a Mac app, run [hack/build-darwin.sh](hack/build-darwin.sh).\nAn app will be created in the `dist` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabe565%2Fnightscout-menu-bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabe565%2Fnightscout-menu-bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabe565%2Fnightscout-menu-bar/lists"}