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
Currently the display is being updated every time tibberios runs.
Implement in display to keep track in a SQLite table when the display got last updated and compare against the latest data in the consumption table to test if there is anything new to show.
Allow forced display updates with an argument like --force.
The text was updated successfully, but these errors were encountered:
Currently the display is being updated every time
tibberios
runs.Implement in
display
to keep track in aSQLite
table when the display got last updated and compare against the latest data in theconsumption
table to test if there is anything new to show.Allow forced display updates with an argument like
--force
.The text was updated successfully, but these errors were encountered: