https://github.com/rosscdh/push_alert
MagicMirror module for pusher integration
https://github.com/rosscdh/push_alert
magicmirror2
Last synced: about 1 month ago
JSON representation
MagicMirror module for pusher integration
- Host: GitHub
- URL: https://github.com/rosscdh/push_alert
- Owner: rosscdh
- License: mit
- Created: 2017-12-27T14:15:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T20:17:08.000Z (over 8 years ago)
- Last Synced: 2025-03-22T20:16:13.612Z (about 1 year ago)
- Topics: magicmirror2
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# push_alert
MagicMirror module for pusher integration, uses the default alert functionality
### installing
add to your config.js
```
{
module: "push_alert",
position: "top_center",
config: {
text: '-', # default text
pusher: {
cluster: 'APP_CLUSTER',
key: 'app_key',
encrypted: true,
channel: 'home', # whatever you would like to call it
},
}
},
```
## pusher emulator
```
docker-compose up
```
then configure and call
```
python push_alert_test.py
```