unsoluble / smalltime

A small FoundryVTT module for displaying and controlling the current time of day.
MIT License
24 stars 15 forks source link

Feature request - integrate start/stop button integrated with SimpleCalendar #71

Closed scooper4711 closed 3 years ago

scooper4711 commented 3 years ago

The simple calendar has a time start/stop button. It would be nice to have that function available in this UI.

unsoluble commented 3 years ago

Already there, just a little hidden β€” Shift-click the time. (It's in the readme! :) )

scooper4711 commented 3 years ago

Then I think this becomes a bug report. πŸ˜„ shift clicking does the same as just clicking - toggles the date.

unsoluble commented 3 years ago

Game needs to be unpaused for the realtime clock to be able to start. Is it?

scooper4711 commented 3 years ago

Indeed it is unpaused. I'm able to start/stop the clock with the SimpleCalendar interface, but not with SmallTime. I can watch time progress in SmallTime when it's running in SimpleCalendar. I doubt it matters, but I'm running the HarnMaster 3 game system.

unsoluble commented 3 years ago

Do you have About Time installed and enabled? That's also required for ST to use the realtime clock.

scooper4711 commented 3 years ago

Ah - I thought Simple Calendar was a replacement/did the same function as About Time. Not sure I want to install it just for one small function. Thanks!

unsoluble commented 3 years ago

About Time is super low-profile β€” doesn't have any UI at all β€” so is "safe" to add. But that said, this does remind me that I can now remove the dependency on it for this feature and call into SC's real-time clock toggles instead. Will make that switch when I get a chance.

unsoluble commented 3 years ago

Just removed the reliance on About Time for this, in version 1.11.0 β€”Β can now toggle realtime with just Simple Calendar present.