nightscout/cgm-remote-monitor

nightscout web monitor

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Added to GitGenius on June 25th, 2026
Created on May 22nd, 2014
Open Issues & Pull Requests: 182 (+0)
Number of forks: 73,306
Total Stargazers: 2,802 (+0)
Total Subscribers: 294 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.9 days
Mean response time: 276.7 days
90th percentile: 1206.7 days
Tracked items: 233

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "aps-loop" is answered fastest, typically in about 9 days, while "feature request" waits about 17 months. Only 5% of issues opened in the past year have been closed. Three people close 91% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 108
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,313 days
Stale 30+ days: 105
Stale 90+ days: 96

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feature request (27)
  • feature/rest-api (23)
  • aps-loop (19)
  • bug (14)
  • enhancement (14)
  • quality assurance (13)
  • good-first-issue (12)
  • feature/deployment-setup (11)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Nightscout Web Monitor, also known as cgm-remote-monitor, is a web-based platform designed to enable multiple caregivers to remotely monitor a patient's continuous glucose monitoring data in real time. Written primarily in JavaScript, the system reads from a MongoDB database that receives sensor glucose values from physical CGM devices and displays this information graphically through a web interface.

The repository is classified across multiple diabetes management and medical device connectivity domains, including continuous glucose monitoring, remote monitoring, blood glucose tracking, real-time alerts, mobile integration, data visualization, patient dashboard functionality, and caregiver access. This classification reflects the platform's core purpose of bridging the gap between medical devices and the people who need to monitor patient health outcomes.

The project maintains active development with significant community engagement.

The platform's technical architecture requires Node.js version 20 LTS or later and MongoDB 4.4 or later for operation. The system supports a comprehensive browserslist policy covering approximately 91 percent of globally used browsers, including recent versions of Chrome, Firefox, Safari, Edge, and other major browsers, while explicitly not supporting Internet Explorer 11. The installation process is designed to be accessible to end users through documented setup procedures, with separate documentation available for non-programmers at nightscout.github.io and additional resources at nightscout.info.

Nightscout includes an extensive plugin architecture with both default and advanced plugins. Default plugins provide core functionality such as blood glucose delta tracking, direction indicators, uploader battery status, time ago displays, device status monitoring, CGM error code reporting, AR2 forecasting, and simple alarms. Advanced plugins extend capabilities to include careportal functionality, bolus calculation wizards, custom food tracking, raw glucose data, insulin-on-board calculations, carbs-on-board tracking, cannula age monitoring, sensor age tracking, insulin age tracking, battery age tracking, treatment notifications, basal profile management, bolus rendering, and integration with systems like OpenAPS, Loop, and various voice assistants including Amazon Alexa.

The repository includes specific installation guidance for various hosting environments, including Microsoft Azure with particular configuration requirements, nginx or Apache reverse proxy setups with SSL/TLS offloading considerations, and local installations on Windows systems. The project emphasizes security through HTTPS redirection by default and HTTP Strict Transport Security headers, with configurable options for environments using reverse proxies. The codebase is maintained under a development workflow documented in CONTRIBUTING.md, supporting the #WeAreNotWaiting community movement focused on improving diabetes management technology.