Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dually8/stream_deck_digital_clock

takin' a whack at making a stream deck plugin
https://github.com/dually8/stream_deck_digital_clock

Last synced: about 1 month ago
JSON representation

takin' a whack at making a stream deck plugin

Awesome Lists containing this project

README

        

# Stream Deck Digital Clock

Trying to take Elgato's analog clock and make it simpler and easier to read at a glance.

![Example image](./com.cjcoffey.digitalclock.sdPlugin/action/images/[email protected])

## Installation

### Windows

1. Copy `com.cjcoffey.digitalclock.sdPlugin` folder to `C:\Users\YOUR_USER_NAME\AppData\Roaming\Elgato\StreamDeck\Plugins`
- Replace `YOUR_USER_NAME` with your actual username
3. Restart Stream Deck software.
4. See plugin under `Custom` section.

### MacOS

1. Copy `com.cjcoffey.digitalclock.sdPlugin` folder to `~/Library/Application Support/com.elgato.StreamDeck/Plugins`.
2. Restart Stream Deck software.
3. See plugin under `Custom` section.

## TODO

- [x] Make it work
- [x] Re-name all the stuff that was stolen from Elgato's analogue clock
- [ ] Allow font changing maybe?

### Links

- [Create your own plugin, says Elgato](https://developer.elgato.com/documentation/stream-deck/sdk/create-your-own-plugin/)
- [Stream Deck SDK](https://help.elgato.com/hc/en-us/articles/360028243711-Elgato-Stream-Deck-SDK-Use-Software-Version-4-0-and-Above)
- [Developer Docs](https://developer.elgato.com/documentation/stream-deck/sdk/overview/)