Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dually8/stream_deck_digital_clock
- Owner: dually8
- Created: 2020-09-11T03:34:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T15:08:56.000Z (almost 4 years ago)
- Last Synced: 2023-08-10T00:12:52.382Z (over 1 year ago)
- 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.
![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/)