Search found 5 matches

by Felix82
Thursday 26 January 2017 21:51
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 158682

Re: Domoboard - General Discussions

Unfortunately I already get stuck at the first line:
sudo easy_install flask flask-auth configobj gitpython simplejson bleach requests
This gives the error: sudo: easy_install: command not found

I am trying to install on a Rasberry Pi 3B

what am I doing wrong?

Already posted, read forum, use ...
by Felix82
Friday 13 January 2017 23:15
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 158682

Re: Domoboard a New Dashboard using Domoticz as backend

@Dutchdevil83:
Looks nice. I'm a little behind in progress ;)

I have a few questions:
- The top_tiles icons on dashboard.jpg look ordered. Is that right? If so, how did you do it?
- How can I get data from Afvalwijzer?
Txs!

If you update domoboard to latest version it now looks at the order ...
by Felix82
Wednesday 11 January 2017 11:35
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 158682

Re: Domoboard a New Dashboard using Domoticz as backend



FYI

Im', running a Pi3, Full Jessie (11-2016). I also encountered the same error message after running server.py ("No module named auth").
I got rid of the message by running these commands:

Sudo pip install auth --upgrade
Sudo easy_install requests
Sudo easy_install auth

After running these ...
by Felix82
Tuesday 10 January 2017 22:54
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 158682

Re: Domoboard a New Dashboard using Domoticz as backend

I installed all dependencies but still get this error :

xx@raspberrypi:~/git/domoboard $ sudo python2.7 server.py -c myconf.conf
Traceback (most recent call last):
File "server.py", line 4, in <module>
from flaskext.auth import Auth, AuthUser, login_required, logout
ImportError: No module ...
by Felix82
Tuesday 10 January 2017 11:54
Forum: Domoboard
Topic: Domoboard - General Discussions
Replies: 633
Views: 158682

Re: Domoboard a New Dashboard using Domoticz as backend

I installed all dependencies but still get this error :

xx@raspberrypi:~/git/domoboard $ sudo python2.7 server.py -c myconf.conf
Traceback (most recent call last):
File "server.py", line 4, in <module>
from flaskext.auth import Auth, AuthUser, login_required, logout
ImportError: No module ...