Simple application for SteelSeries with OLED/LED display to show the current date and time.
[Note: For the old C++ version, see the main_cpp branch]
cd <project directory>
cargo build -r
Add the generated application to your startup directory.
- Open Windows Explorer
- Ctrl-L (or click in the "url" bar)
- Enter
startup
then pressEnter
. This should send you to a directory likeC:\Users\<user>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
- Copy the binary or create a shortcut.
In case of issues, logs are located in the temporary directory:
C:\Users\<user>\AppData\Local\Temp\sseClock.log
when the application is started directly from Windows.- MSYS2's TMP directory (typically
C:\msys64\tmp\sseClock.log
) when started from an MSYS2 terminal
SteelSeries Engine is full of race conditions. This can cause some delays when
starting sseClock. In particular, at boot, it can take up to 5 min for it work
because SSE believes sseClock is spamming it after one failed attempt to
connect (
[Fixed as of SteelSeries Engine 20.0.0]Events for too many games have been registered recently, please try again later
). The SteelSeries people are aware of it.