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
elgato elgato-stream-deck streamdeck streamdeck-plugin
Last synced: about 2 months ago
JSON representation
takin' a whack at making a stream deck plugin
- Host: GitHub
- URL: https://github.com/dually8/stream_deck_digital_clock
- Owner: dually8
- Created: 2020-09-11T03:34:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T15:08:56.000Z (almost 5 years ago)
- Last Synced: 2025-03-10T20:45:45.478Z (11 months ago)
- Topics: elgato, elgato-stream-deck, streamdeck, streamdeck-plugin
- Language: CSS
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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/)