pydashie
pydashie copied to clipboard
Port of Dashing to python
Is this still supported? I did install the app, and it is missing templates static files and I get errors when I hit locahost:5000 with `python setup.py install` IOError: [Errno...
I've created a new widget and that's all working fine; the text in my widget is updating correctly when an event is fired. I created the new widget by adding...
Hi, I'm sorry but I can't use pydashie. I don't know how I could access to web interface Thanks by advance Best Regards
I can't seem to get numbers widget to update. Code is really simple in that it grabs a number from restful API and the app returns that number. I have...
Dashing allow for updates from remote systems through a call to a widget e.g.; curl -d '{ "auth_token": "YOUR_AUTH_TOKEN", "current": 100 }' http://localhost:5000/widgets/karma Is there similar functionality here?