From 957d907f64f032384b6858d04f41497fffd0f99e Mon Sep 17 00:00:00 2001 From: John Weston Date: Sun, 2 Dec 2018 21:20:04 -0800 Subject: [PATCH 01/10] Update app.json --- app.json | 215 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 110 insertions(+), 105 deletions(-) diff --git a/app.json b/app.json index 2860d6bcf28..8daeaaf6eb8 100644 --- a/app.json +++ b/app.json @@ -2,180 +2,185 @@ "name": "CGM Remote Monitor", "repository": "https://github.com/nightscout/cgm-remote-monitor", "env": { - "MONGO_COLLECTION": { - "description": "REQUIRED: The mongo collection used for CGM data. Default value is 'entries'. Most users should use the default.", - "value": "entries", - "required": true + "ALARM_HIGH": { + "description": "Default setting for new browser views, for the High alarm (triggered when BG crosses BG_TARGET_TOP). ('on' or 'off')", + "value": "on", + "required": false }, - "API_SECRET": { - "description": "REQUIRED: A secret passphrase that must be at least 12 characters long, required to enable POST and PUT; also required for the Care Portal.", - "value": "", - "required": true + "ALARM_LOW": { + "description": "Default setting for new browser views, for the Low alarm (triggered when BG crosses BG_TARGET_BOTTOM). ('on' or 'off')", + "value": "on", + "required": false }, - "DISPLAY_UNITS": { - "description": "Choices: mg/dl and mmol. Setting to mmol puts the entire server into mmol mode by default, no further settings needed.", - "value": "", + "ALARM_TIMEAGO_URGENT": { + "description": "Default setting for new browser views, for an urgent alarm when CGM data hasn't been received in the number of minutes set in ALARM_TIMEAGO_URGENT_MINS. ('on' or 'off')", + "value": "on", "required": false }, - "ENABLE": { - "description": "Used to enable optional features, expects a space delimited list, such as: careportal rawbg iob, see https://github.com/nightscout/cgm-remote-monitor/blob/master/README.md for more info.", - "value": "", + "ALARM_TIMEAGO_URGENT_MINS": { + "description": "Default setting for new browser views, for the number of minutes since the last CGM reading to trigger an ALARM_TIMEAGO_URGENT alarm.", + "value": "30", "required": false }, - "DISABLE": { - "description": "Used to disable default features, expects a space delimited list, such as: direction upbat, see https://github.com/nightscout/cgm-remote-monitor/blob/master/README.md for more info.", - "value": "", + "ALARM_TIMEAGO_WARN": { + "description": "Default setting for new browser views, for a warning alarm when CGM data hasn't been received in the number of minutes set in ALARM_TIMEAGO_WARN_MINS. ('on' or 'off')", + "value": "on", "required": false }, - "ALARM_TYPES": { - "description": "Alarm behavior currently 2 alarm types are supported simple and predict, and can be used independently or combined. The simple alarm type only compares the current BG to BG_ thresholds above, the predict alarm type uses highly tuned formula that forecasts where the BG is going based on it's trend. predict DOES NOT currently use any of the BG_* ENV's", - "value": "", + "ALARM_TIMEAGO_WARN_MINS": { + "description": "Default setting for new browser views, for the number of minutes since the last CGM reading to trigger an ALARM_TIMEAGO_WARN alarm.", + "value": "15", "required": false }, - "BG_HIGH": { - "description": "Urgent high BG alarm. Default null value implies 260. Must be set in mg/dL (multiply with 18 if you have a value in mmol/L). Only used with simple alarms.", - "value": "", + "ALARM_TYPES": { + "description": "'simple' and/or 'predict'. Simple alarms trigger when BG crosses the various thresholds set below. Predict alarms use a formula that forecasts where the BG is going based on its trend. You will *not* get warnings when crossing the BG thresholds set below when using the predict type.", + "value": "simple", "required": false }, - "BG_TARGET_TOP": { - "description": "Non-urgent high BG alarm, the top of your target range. Default null value implies 180. Must be set in mg/dL (multiply with 18 if you have a value in mmol/L). Only used with simple alarms.", - "value": "", + "ALARM_URGENT_HIGH": { + "description": "Default setting for new browser views, for the Urgent High alarm (triggered when BG crosses BG_HIGH). ('on' or 'off')", + "value": "on", + "required": false + }, + "ALARM_URGENT_LOW": { + "description": "Default setting for new browser views, for the Urgent Low alarm (triggered when BG crosses BG_LOW). ('on' or 'off')", + "value": "on", "required": false }, - "BG_TARGET_BOTTOM": { - "description": "Non urgent low BG alarm, the bottom of your target range. Default null value implies 80. Must be set in mg/dL (multiply with 18 if you have a value in mmol/L). Only used with simple alarms.", + "API_SECRET": { + "description": "A passphrase that must be at least 12 characters long.", "value": "", + "required": true + }, + "BG_HIGH": { + "description": "Urgent High BG threshold, triggers the ALARM_URGENT_HIGH alarm. Must be set in mg/dL, even if you use mmol/L (multiply a mmol/L value by 18 to change it to mg/dl).", + "value": "260", "required": false }, "BG_LOW": { - "description": "Urgent Low BG alarm. Default null value implies 55. Must be set in mg/dL (multiply with 18 if you have a value in mmol/L). Only used with simple alarms.", - "value": "", + "description": "Urgent Low BG threshold, triggers the ALARM_URGENT_LOW alarm. Must be set in mg/dL, even if you use mmol/L (multiply a mmol/L value by 18 to change it to mg/dl).", + "value": "55", "required": false }, - "PUSHOVER_API_TOKEN": { - "description": "Pushover API token, required for Pushover notifications. Leave blank if not using Pushover.", - "value": "", + "BG_TARGET_BOTTOM": { + "description": "Low BG threshold, triggers the ALARM_LOW alarm. Must be set in mg/dL, even if you use mmol/L (multiply a mmol/L value by 18 to change it to mg/dl).", + "value": "80", "required": false }, - "PUSHOVER_USER_KEY": { - "description": "Pushover user key, required for Pushover notifications. Leave blank if not using Pushover.", - "value": "", + "BG_TARGET_TOP": { + "description": "High BG threshold, triggers the ALARM_HIGH alarm. Must be set in mg/dL, even if you use mmol/L (multiply a mmol/L value by 18 to change it to mg/dl).", + "value": "180", "required": false }, - "PUSHOVER_ANNOUNCEMENT_KEY": { - "description": "An optional Pushover user/group key, will be used for system wide user generated announcements. If not defined this will fallback to `PUSHOVER_USER_KEY`. A possible use for this is sending important messages and alarms to a CWD that you don't want to send all notification too. This also support a space delimited list of keys. Leave blank if not using Pushover", + "BRIDGE_PASSWORD": { + "description": "Your Dexcom account password, to receive CGM data from the Dexcom Share service. Also make sure to include 'bridge' in your ENABLE line.", "value": "", "required": false }, - "CUSTOM_TITLE": { - "description": "Customize the name of the website, usually the name of T1.", - "value": "", + "BRIDGE_SERVER": { + "description": "If you are bridging from the Dexcom Share service, and are anywhere *outside* the US, change this to EU. ('US' or 'EU')", + "value": "US", "required": false }, "BRIDGE_USER_NAME": { - "description": "Share bridge - Your user name for the Share service. ENSURE bridge is in ENABLE if you want to use the share bridge.", + "description": "Your Dexcom account username, to receive CGM data from the Dexcom Share service. Also make sure to include 'bridge' in your ENABLE line.", "value": "", "required": false }, - "BRIDGE_PASSWORD": { - "description": "Share bridge - Your password for the Share service. ENSURE bridge is in ENABLE if you want to use the share bridge.", + "CUSTOM_TITLE": { + "description": "The display name for the Nightscout site. Appears in the upper left of the main view. Often set to the name of the T1.", "value": "", "required": false }, - "TIME_FORMAT": { - "description": "Browser default time mode. Valid settings are 12 or 24", - "value": "12", - "required": false - }, - "NIGHT_MODE": { - "description": "Browser defaults to night mode. Valid settings are on or off", - "value": "off", - "required": false - }, - "SHOW_RAWBG": { - "description": "Browser default raw display mode. Valid settings are always, never, or noise", - "value": "never", - "required": false - }, - "THEME": { - "description": "Browser default theme setting. Valid settings are default, colors, or colorblindfriendly", - "value": "default", - "required": false - }, - "ALARM_URGENT_HIGH": { - "description": "Browser default urgent high alarm enabled. Valid settings are on or off", - "value": "on", - "required": false - }, - "ALARM_HIGH": { - "description": "Browser default high alarm enabled. Valid settings are on or off", - "value": "on", + "DISABLE": { + "description": "Used to disable default features. Must be a space-delimited list.", + "value": "", "required": false }, - "ALARM_LOW": { - "description": "Browser default low alarm enabled. Valid settings are on or off", - "value": "on", + "DISPLAY_UNITS": { + "description": "Preferred BG units for the site:'mg/dl' or 'mmol'. (Note that it is *not* 'mmol/L')", + "value": "mg/dl", "required": false }, - "ALARM_URGENT_LOW": { - "description": "Browser default urgent low alarm enabled. Valid settings are on or off", - "value": "on", + "ENABLE": { + "description": "Plugins to enable for your site. Must be a space-delimited list. Include the word 'bridge' here if you are receiving data from the Dexcom Share service.", + "value": "careportal basal", "required": false }, - "ALARM_TIMEAGO_WARN": { - "description": "Browser default warn after time of last data exceeds ALARM_TIMEAGO_WARN_MINS alarm enabled. Valid settings are on or off", - "value": "on", + "INSECURE_USE_HTTP": { + "description": "If set to true, the site will redirect requests over http to https. If set to false requests over http will not be redirected and will be served insecurely.", + "value": "false", "required": false }, - "ALARM_TIMEAGO_WARN_MINS": { - "description": "Browser default minutes since the last reading to trigger a warning.", - "value": "15", + "MAKER_ANNOUNCEMENT_KEY": { + "description": "If using the Maker plugin, this is your optional Announcement Key. Also make sure to include the word 'maker' in your ENABLE string.", + "value": "", "required": false }, - "ALARM_TIMEAGO_URGENT": { - "description": "Browser default urgent warning after time of last data exceeds ALARM_TIMEAGO_URGENT_MINS alarm enabled. Valid settings are on or off", - "value": "on", + "MAKER_KEY": { + "description": "If using the Maker plugin, this is your Secret Key. Also make sure to include the word 'maker' in your ENABLE string.", + "value": "", "required": false }, - "ALARM_TIMEAGO_URGENT_MINS": { - "description": "Browser default minutes since last reading to trigger an urgent alarm.", - "value": "30", - "required": false + "MONGO_COLLECTION": { + "description": "The mLab collection where CGM data is stored.", + "value": "entries", + "required": true }, - "MAKER_KEY": { - "description": "Maker Key - Set this to your secret key Note for additional info see https://github.com/nightscout/cgm-remote-monitor/blob/dev/README.md#ifttt-maker , maker should be added to enable if you want to use maker, Leave blank if not using maker", + "NIGHT_MODE": { + "description": "Default setting for new browser views, for whether Night Mode should be enabled. ('on' or 'off')", + "value": "off", + "required": false + }, + "PUSHOVER_ANNOUNCEMENT_KEY": { + "description": "If using the Pushover service, this is your optional Announcement Key.", "value": "", "required": false }, - "MAKER_ANNOUNCEMENT_KEY": { - "description": "Maker Announcement Key - Set this to your secret key for announcements Note for additional info see https://github.com/nightscout/cgm-remote-monitor/blob/dev/README.md#ifttt-maker , maker should be added to enable if you want to use maker Leave blank if not using maker", + "PUSHOVER_API_TOKEN": { + "description": "If using the Pushover service, this is your API Token.", "value": "", "required": false }, - "INSECURE_USE_HTTP": { - "description": "If set to true or unspecified the site will redirect requests over http to https. If set to false requests over http will not be redirected and served insecurely. Default: false", - "value": "false", + "PUSHOVER_USER_KEY": { + "description": "If using the Pushover service, this is your optional Pushover User Key.", + "value": "", "required": false }, + "SECURE_CSP": { + "description": "Enables a Content Security Policy header.", + "value": "true", + "required": false + } "SECURE_HSTS_HEADER": { - "description": "If set to true or unspecified HSTS (HTTP Strict Transport Security) header will be added. Default: true", + "description": "Enables an HSTS (HTTP Strict Transport Security) header.", "value": "true", "required": false }, "SECURE_HSTS_HEADER_INCLUDESUBDOMAINS": { - "description": "If set to true `includeSubDomains` will be added to the HSTS (HTTP Strict Transport Security) header. This header is required for `preload` Default: false", + "description": "Adds `includeSubDomains` to the HSTS header. This header is required for `preload`.", "value": "false", "required": false }, "SECURE_HSTS_HEADER_PRELOAD": { - "description": "If set to true `preload` will be added to the HSTS (HTTP Strict Transport Security) header. This will add your site to the HSTS preloaded list. This features requires SECURE_HSTS_HEADER_INCLUDESUBDOMAINS to be true. Default: false", + "description": "Adds `preload` to the HSTS header, adding your site to the HSTS preloaded list. Requires SECURE_HSTS_HEADER_INCLUDESUBDOMAINS to be true.", "value": "false", "required": false }, - "SECURE_CSP": { - "description": "If set to true a Content Security Policy header will be added. Default: true", - "value": "true", - "required": false + "SHOW_RAWBG": { + "description": "Default setting for new browser views, for the display of raw CGM data (if available). ('always', 'never', or 'noise')", + "value": "never", + "required": false + }, + "THEME": { + "description": "Default setting for new browser views, for the color theme of the CGM graph. ('default', 'colors', or 'colorblindfriendly')", + "value": "colors", + "required": false + }, + "TIME_FORMAT": { + "description": "Default setting for new browser views, for the time mode. ('12' or '24')", + "value": "12", + "required": false } }, "addons": [ From 12e80acd7195bcca4eb5a7834bdae2be03c51a06 Mon Sep 17 00:00:00 2001 From: John Weston Date: Sun, 2 Dec 2018 21:37:16 -0800 Subject: [PATCH 02/10] Fix missing comma --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 8daeaaf6eb8..2b7475b1f3d 100644 --- a/app.json +++ b/app.json @@ -151,7 +151,7 @@ "description": "Enables a Content Security Policy header.", "value": "true", "required": false - } + }, "SECURE_HSTS_HEADER": { "description": "Enables an HSTS (HTTP Strict Transport Security) header.", "value": "true", From 4c74c0373f28a8afdd74745a853db02cae1739df Mon Sep 17 00:00:00 2001 From: John Weston Date: Mon, 7 Jan 2019 09:36:21 -0800 Subject: [PATCH 03/10] Add mmconnect note to the ENABLE description --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 2b7475b1f3d..a853f15f6a6 100644 --- a/app.json +++ b/app.json @@ -103,7 +103,7 @@ "required": false }, "ENABLE": { - "description": "Plugins to enable for your site. Must be a space-delimited list. Include the word 'bridge' here if you are receiving data from the Dexcom Share service.", + "description": "Plugins to enable for your site. Must be a space-delimited list. Include the word 'bridge' here if you are receiving data from the Dexcom Share service. Include 'mmconnect' if you are bridging from the MiniMed CareLink service.", "value": "careportal basal", "required": false }, From 1d5adc66bd24358ce5d5fc09e917f83622c2dfc5 Mon Sep 17 00:00:00 2001 From: John Weston Date: Mon, 7 Jan 2019 09:40:03 -0800 Subject: [PATCH 04/10] Add MMCONNECT_ vars --- app.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/app.json b/app.json index a853f15f6a6..83a604f5c7e 100644 --- a/app.json +++ b/app.json @@ -122,6 +122,26 @@ "value": "", "required": false }, + "MMCONNECT_USER_NAME": { + "description": "Your CareLink account username, to receive CGM data from the CareLink service. Also make sure to include 'mmconnect' in your ENABLE line.", + "value": "", + "required": false + }, + "MMCONNECT_PASSWORD": { + "description": "Your CareLink account password, to receive CGM data from the CareLink service. Also make sure to include 'mmconnect' in your ENABLE line.", + "value": "", + "required": false + }, + "MMCONNECT_SERVER": { + "description": "If you are bridging from the CareLink service, and are anywhere *outside* the US, change this to EU. ('US' or 'EU')", + "value": "US", + "required": false + }, + "MMCONNECT_VERBOSE": { + "description": "Verbose", + "value": "", + "required": false + }, "MONGO_COLLECTION": { "description": "The mLab collection where CGM data is stored.", "value": "entries", From 8057c420fcbc2216a0b325aeb42fad55c26c8987 Mon Sep 17 00:00:00 2001 From: John Weston Date: Mon, 7 Jan 2019 09:43:38 -0800 Subject: [PATCH 05/10] Update minimed-connect-to-nightscout reference --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56fe2f056b4..2e141588ee5 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "lodash": "^4.17.11", "long": "^4.0.0", "mime": "^2.4.0", - "minimed-connect-to-nightscout": "^1.1.1", + "minimed-connect-to-nightscout": "https://github.com/szymjaw/minimed-connect-to-nightscout.git#dev-servers", "moment": "^2.22.2", "moment-timezone": "^0.5.23", "mongodb": "^3.1.10", From dc78ca258d871c204b68e900af8bb08a30480314 Mon Sep 17 00:00:00 2001 From: John Weston Date: Mon, 7 Jan 2019 09:47:18 -0800 Subject: [PATCH 06/10] Update moment dependency to match dev --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2e141588ee5..254cbbc1546 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "long": "^4.0.0", "mime": "^2.4.0", "minimed-connect-to-nightscout": "https://github.com/szymjaw/minimed-connect-to-nightscout.git#dev-servers", - "moment": "^2.22.2", + "moment": "^2.23.0", "moment-timezone": "^0.5.23", "mongodb": "^3.1.10", "mongomock": "^0.1.2", From 6e8db98ab556c965606f153eaa6a812198fed13b Mon Sep 17 00:00:00 2001 From: John Weston Date: Tue, 8 Jan 2019 14:38:01 -0800 Subject: [PATCH 07/10] Removed advanced entries for clarity Didn't get any feedback either way on this change after multiple enquiries, so going ahead with simplification here. If anyone sorely misses any of these items from the default form, can always put them back in. Also added SHOW_PLUGINS, as it's a useful starter setting. --- app.json | 63 ++++---------------------------------------------------- 1 file changed, 4 insertions(+), 59 deletions(-) diff --git a/app.json b/app.json index 83a604f5c7e..968b179f682 100644 --- a/app.json +++ b/app.json @@ -48,7 +48,7 @@ "required": false }, "API_SECRET": { - "description": "A passphrase that must be at least 12 characters long.", + "description": "A passphrase that must be at least 12 characters long. Avoid 'special' characters, which can cause problems in some cases.", "value": "", "required": true }, @@ -92,36 +92,16 @@ "value": "", "required": false }, - "DISABLE": { - "description": "Used to disable default features. Must be a space-delimited list.", - "value": "", - "required": false - }, "DISPLAY_UNITS": { "description": "Preferred BG units for the site:'mg/dl' or 'mmol'. (Note that it is *not* 'mmol/L')", "value": "mg/dl", "required": false }, "ENABLE": { - "description": "Plugins to enable for your site. Must be a space-delimited list. Include the word 'bridge' here if you are receiving data from the Dexcom Share service. Include 'mmconnect' if you are bridging from the MiniMed CareLink service.", + "description": "Plugins to enable for your site. Must be a space-delimited, lower-case list. Include the word 'bridge' here if you are receiving data from the Dexcom Share service. Include 'mmconnect' if you are bridging from the MiniMed CareLink service.", "value": "careportal basal", "required": false }, - "INSECURE_USE_HTTP": { - "description": "If set to true, the site will redirect requests over http to https. If set to false requests over http will not be redirected and will be served insecurely.", - "value": "false", - "required": false - }, - "MAKER_ANNOUNCEMENT_KEY": { - "description": "If using the Maker plugin, this is your optional Announcement Key. Also make sure to include the word 'maker' in your ENABLE string.", - "value": "", - "required": false - }, - "MAKER_KEY": { - "description": "If using the Maker plugin, this is your Secret Key. Also make sure to include the word 'maker' in your ENABLE string.", - "value": "", - "required": false - }, "MMCONNECT_USER_NAME": { "description": "Your CareLink account username, to receive CGM data from the CareLink service. Also make sure to include 'mmconnect' in your ENABLE line.", "value": "", @@ -137,11 +117,6 @@ "value": "US", "required": false }, - "MMCONNECT_VERBOSE": { - "description": "Verbose", - "value": "", - "required": false - }, "MONGO_COLLECTION": { "description": "The mLab collection where CGM data is stored.", "value": "entries", @@ -152,41 +127,11 @@ "value": "off", "required": false }, - "PUSHOVER_ANNOUNCEMENT_KEY": { - "description": "If using the Pushover service, this is your optional Announcement Key.", + "SHOW_PLUGINS": { + "description": "Default setting for whether or not these plugins are checked (active) by default, not merely enabled. Include plugins here as in the ENABLE line; space-separated and lower-case.", "value": "", "required": false }, - "PUSHOVER_API_TOKEN": { - "description": "If using the Pushover service, this is your API Token.", - "value": "", - "required": false - }, - "PUSHOVER_USER_KEY": { - "description": "If using the Pushover service, this is your optional Pushover User Key.", - "value": "", - "required": false - }, - "SECURE_CSP": { - "description": "Enables a Content Security Policy header.", - "value": "true", - "required": false - }, - "SECURE_HSTS_HEADER": { - "description": "Enables an HSTS (HTTP Strict Transport Security) header.", - "value": "true", - "required": false - }, - "SECURE_HSTS_HEADER_INCLUDESUBDOMAINS": { - "description": "Adds `includeSubDomains` to the HSTS header. This header is required for `preload`.", - "value": "false", - "required": false - }, - "SECURE_HSTS_HEADER_PRELOAD": { - "description": "Adds `preload` to the HSTS header, adding your site to the HSTS preloaded list. Requires SECURE_HSTS_HEADER_INCLUDESUBDOMAINS to be true.", - "value": "false", - "required": false - }, "SHOW_RAWBG": { "description": "Default setting for new browser views, for the display of raw CGM data (if available). ('always', 'never', or 'noise')", "value": "never", From 107fdf861c8a36bd1b44fa619a4bc1d7165db357 Mon Sep 17 00:00:00 2001 From: John Weston Date: Fri, 11 Jan 2019 15:02:12 -0800 Subject: [PATCH 08/10] Tweak mLab/Mongo wording --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 968b179f682..29ffad3ee24 100644 --- a/app.json +++ b/app.json @@ -118,7 +118,7 @@ "required": false }, "MONGO_COLLECTION": { - "description": "The mLab collection where CGM data is stored.", + "description": "The Mongo collection where CGM data is stored.", "value": "entries", "required": true }, From 8f29abd8b3555fc0cf64c2ad40f9c5e8575fb5a6 Mon Sep 17 00:00:00 2001 From: John Weston Date: Sat, 2 Feb 2019 09:17:44 -0800 Subject: [PATCH 09/10] revert minimed-connect version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 254cbbc1546..9a7c32da8bc 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "lodash": "^4.17.11", "long": "^4.0.0", "mime": "^2.4.0", - "minimed-connect-to-nightscout": "https://github.com/szymjaw/minimed-connect-to-nightscout.git#dev-servers", + "minimed-connect-to-nightscout": "^1.1.1", "moment": "^2.23.0", "moment-timezone": "^0.5.23", "mongodb": "^3.1.10", From 4d4b3e9614aeb46401891afd9f98c44de53ba19c Mon Sep 17 00:00:00 2001 From: John Weston Date: Sat, 2 Feb 2019 09:44:02 -0800 Subject: [PATCH 10/10] two small tweaks --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 29ffad3ee24..4ee2e183495 100644 --- a/app.json +++ b/app.json @@ -88,7 +88,7 @@ "required": false }, "CUSTOM_TITLE": { - "description": "The display name for the Nightscout site. Appears in the upper left of the main view. Often set to the name of the T1.", + "description": "The display name for the Nightscout site. Appears in the upper left of the main view. Often set to the name of the CGM wearer.", "value": "", "required": false }, @@ -129,7 +129,7 @@ }, "SHOW_PLUGINS": { "description": "Default setting for whether or not these plugins are checked (active) by default, not merely enabled. Include plugins here as in the ENABLE line; space-separated and lower-case.", - "value": "", + "value": "careportal", "required": false }, "SHOW_RAWBG": {