You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it's possible, it could be nice to have a toggle switch that allow statistics to start at midnight instead of the last 24 hours. What I would like to get is the today statistics like what we get on Dexcom Clarity and Nightscout.
I suppose that I could do it by my own by changing this code line, but I don't know the command to put there in replacement of " dateTimeUtils.getTimeIntervalNHoursAgo(N: 24) ".
" main/LoopFollow/Controllers/StatsView.swift "
" 23 let oneDayAgo = dateTimeUtils.getTimeIntervalNHoursAgo(N: 24)"
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
If it's possible, it could be nice to have a toggle switch that allow statistics to start at midnight instead of the last 24 hours. What I would like to get is the today statistics like what we get on Dexcom Clarity and Nightscout.
I suppose that I could do it by my own by changing this code line, but I don't know the command to put there in replacement of " dateTimeUtils.getTimeIntervalNHoursAgo(N: 24) ".
" main/LoopFollow/Controllers/StatsView.swift "
" 23 let oneDayAgo = dateTimeUtils.getTimeIntervalNHoursAgo(N: 24)"
Thanks,
The text was updated successfully, but these errors were encountered: