

Setting it to denied will require a token from every visit, using status-only will enable api-secret based login.

When readable, anyone can view Nightscout without a token. Possible values readable, denied, or any valid role name. Pushover callbacks, usually the URL of your Nightscout site. Used for building links to your site's API, i.e. Used to disable default features, expects a space delimited list.įor example this will disable the direction arrow and uploader battery information: direction upbat If you are sending data to CareLink do NOT enable mmconnect. Note: mmconnect is not functional with Heroku (if you wanted to bridge from the MiniMed CareLink service you will need another device to send data to Nightscout). If you don't want to decide now, add all the followings, you can disable them if you don't need them: careportal basal dbsize rawbg iob maker bridge cob bwp cage iage sage boluscalc pushover treatmentnotify mmconnect loop pump profile food openaps bage alexa override cors Include the word bridge here if you are receiving data from the Dexcom Share service. Must be a space-delimited, lower-case list. Select the right plugins! Better too many than not enough. Treatmentnotify (Treatment Notifications) Iob (Insulin-on-Board) - cob (Carbs-on-Board)Ĭage (Cannula Age) / sage (Sensor Age) / iage (Insulin Age) / bage (Battery Age) SECURE_HSTS_HEADER_INCLUDESUBDOMAINS (false) Predefined values for your server settings (optional) Predefined values for your browser settings (optional) Thank you for the tweak! Since my stab at a hacky-script in CodeLab failed for some bizarre reason, I'm going to go with this plugin.MONGO_DEVICESTATUS_COLLECTION (devicestatus) (optimal for me would be if I could start with two garish colors and a 32z32 grid) Now the only issue is of defaults, but that's relatively minor. If (((x / Amount1) % 2) = 0) Odd = false Unsafe void Render(Surface dst, Surface src, Rectangle rect)įor (int y = rect.Top y < rect.Bottom y++)ĬolorBgra* srcPtr = src.GetPointAddressUnchecked(rect.Left, y) ĬolorBgra* dstPtr = dst.GetPointAddressUnchecked(rect.Left, y) įor (int x = rect.Left x < rect.Right x++) Int Amount5 = 255 // Primary alphaīool Amount6 = true // Use source canvas for secondary colorĬolorBgra Amount7 = ColorBgra.FromBgr(255, 255, 255) // Secondary color Keywords: grid|checker|checkerboard|linesīool Amount3 = false // Checker boardĬolorBgra Amount4 = ColorBgra.FromBgr(0, 0, 0) // Primary color


If that doesn't work, post your troubles here.įor those that are curious, here is the CodeLab source for the effect: For those who need it, from those who give it, is a grid maker plug-in, allowing you to choose the size of the grid, and the ability to preserve the background of your selection.
