-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfixes and improvements for openaps-menu. #21
Conversation
Fixes crash when actual number of BGs in monitor/glucose.json is fewer than the number we want to display (72 or 120). Thanks to @mhaeberli for catching & patching! Also fixes graph offset so we have a continuous line of BGs.
Prevent newline (#14)
Fix for low number of BGs and offset
upgrade jon-dev with node pi buttons
fixes and improvements
Revert "upgrade jon-dev with node pi buttons"
This should help keep openaps-menu from crashing when the screen is broken.
bugfixes and add preferences toggle for status display
more preferences, update big_bg_status.js
These commits should probably be squashed... |
Bryan merged upstream bugfixes...
index.js
Outdated
@@ -35,7 +36,7 @@ var voltage = require('./lib/voltage/voltage')(voltageConfig) | |||
var batteryConfig = require('./config/battery.json') | |||
var socketServer = require('./lib/socket-server/socket-server')({ | |||
voltage: voltage, | |||
battery: batteryConfig | |||
battery: batteryConfig, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is allowed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was working for me, but I think I added something below that at some point and forgot to remove the comma. Thanks.
I still vote for an 8pm-8am night mode for OLED inversion, but that’s a feature request, not something we have to do in this PR. |
(Superceded by #22 ) |
(Requires merge of openaps/oref0#1130)
"status_screen": "bigbgstatus"
into~/myopenaps/preferences.json
"status_screen": "off"
in~/myopenaps/preferences.json
"wearOLEDevenly": "off"
in~/myopenaps/preferences.json
. Added 8pm-8am inversion mode too (more lit pixels during the day, fewer at night), which can be set with"wearOLEDevenly": "nightandday"
in~/myopenaps/preferences.json
.