-
Notifications
You must be signed in to change notification settings - Fork 159
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
Check BG every minute toggle not working on iPhone APP #314
Comments
@poml88 Any thoughts? |
Not really. So, it is not working on the phone? The watch? Both? And Nightscout shows a new value every minute? Codewise, we just change the 5 for a 1, the rest remained the same... Maybe something with UserDefaults, does not remember the setting. Btw, @dhermanns did you get my email? I sent you an email a while ago... :) |
I'm testing on the iPhone. Don't have a watch to test. Can you test, even if your sensor doesn't update every minute it should still check and update the time last checked beside the BG value, with the "Check BG every minute" toggle on? Regards |
Ok, thanks. I can test it on my setup, I have a Libre 3. |
Ok, same here. Seems the phone app is doing something differently and ignoring the one minute option. |
Thanks for testing and confirming that this is indeed a bug. How to progress fixing? Regards |
I noticed the samenissue on my iwatch 7, a value is shown next to the BG, but the watch does not update every minute |
@poml88 have you been able to achieve something here? |
No, not yet. It used to work great on my watch and since then no code changes. It is a bit strange. |
There are always changes, but not directly connected to the 1 minute updates. The whole project has been updated to iOS 18. That could alone be a reason for every kind of problems ;-). I cannot guarantee the quality of that feature, since I don't have the hardware to test it in a real world environment. You should use nightguard as your upstream project and take care of the feature. |
Yes, sorry, well, maybe it is better to remove that feature. It was a contribution and I am happy to help, but the wind is quite hefty here in this project, which I guess is necessary to keep the thing kind of in order. That is part of why I started my own app. There I have a bit of creative freedom. I sent you an email about this but it seems you did not get it. Happy to look into this, but next week I have to cross the alps with the dog and will be far from any Xcode. I guess something went wrong with the PR. Have to find out what is missing or remove the thing. |
Too bad - that was why I asked if you are able to support this feature since I can't. We will have to remove it if no one else in the community wants to assure the quality of this (for a longer time) :-/. |
I look at the code. No idea. The PR was quite small, three files few lines. Those lines are still in the current code. |
Hi,
Using Nightguard iOS APP V3.29.2.906 (latest?) on iPhone
My Nightscout(web page) updates its data every one minute from the Libre 2 Sensor.
When I turn on the "Check BG every minute" toggle in the iOS APP Preferences, it still only updates every 5 minutes, not every minute!
I have tried restarting the iOS APP.
Removing and reinstalling the iOS APP.
Is there anyway to get Nightguard to update every one minute?
The text was updated successfully, but these errors were encountered: