mirror of
https://github.com/misiektoja/instagram_monitor.git
synced 2026-04-25 22:35:49 +03:00
[GH-ISSUE #50] Next Check time is incorrect on both dashboards #37
Labels
No labels
Stale
Stale
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/instagram_monitor#37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tomballgithub on GitHub (Jan 19, 2026).
Original GitHub issue: https://github.com/misiektoja/instagram_monitor/issues/50
The time in the web dashboard Next Check box currently says Tom.00:19:38. I assume Tom means Tomorrow?
However, the current time is 00:12:16, so it is no longer 'tomorrow' for the next check.
Also, I think showing seconds is unnecessary detail. Looking at 00:19:38 made me second-guess if it meant 7:38pm.
--
As I was typing this issue, it reached 00:20, and the web dashboard Next Check is now '01:08:43'
However, the console dashboard shows "Tom.01:08:43' for one of my two accounts. Again, 'Tomorrow' is incorrect now that we've gone past midnight.
Oh, this is likely because I have a split screen in terminal and am only using half the screen width for this script to run in (spotify_profile_monitor is in the other half) That said, if you look at the console dashboard image above, it shows that my screen still has unused space on the right side. Is there a reason the entire width is not used?
Here's what I see for the User view, so this a 'tomballgithub' problem
@misiektoja commented on GitHub (Jan 22, 2026):
I fixed the issue and now the time labels are fully dynamic.
You also have the option to disable showing seconds with
DASHBOARD_SHOW_CHECK_SECONDSand you can switch to a 12-hour format usingTIME_FORMAT_12H.@tomballgithub commented on GitHub (Jan 22, 2026):
A true gentleman and a scholar!