Been trying again to get this working in docker. Started with a clean install and built the image. Same config as before but now when I run the docker image I am getting an error - this was working fine before…
Any suggestions?
2017-03-20 22:24:22.275227 WARNING ------------------------------------------------------------
2017-03-20 22:24:22.275397 WARNING Unexpected error in dashboard thread
2017-03-20 22:24:22.275571 WARNING ------------------------------------------------------------
2017-03-20 22:24:22.277016 INFO Connected to Home Assistant 0.40.0
2017-03-20 22:24:22.277444 WARNING Traceback (most recent call last):
File “/usr/local/lib/python3.4/site-packages/appdaemon/appdash.py”, line 241, in run_dash
handler = app.make_handler()
File “/usr/local/lib/python3.4/site-packages/aiohttp/web.py”, line 224, in make_handler
self._set_loop(loop)
File “/usr/local/lib/python3.4/site-packages/aiohttp/web.py”, line 110, in _set_loop
loop = asyncio.get_event_loop()
File “/usr/local/lib/python3.4/asyncio/events.py”, line 626, in get_event_loop
return get_event_loop_policy().get_event_loop()
File “/usr/local/lib/python3.4/asyncio/events.py”, line 572, in get_event_loop
% threading.current_thread().name)
RuntimeError: There is no current event loop in thread ‘Thread-12’.
2017-03-20 22:24:22.277557 WARNING ------------------------------------------------------------
Love what you are doing here Rene, grouping widgets together. I know its a little complex with the beta, but I will be loooking for ways to make this easier, its a really cool look! Thanks again to you and Rob. This is the kind of creativity that makes me stretch what we can do
its not a little complex but its about to make me crazy
but thats my problem, because i will Always find the edges
i hope in the future just to be able to set coordinates at widgetlevel.
i made it myself difficult to use the spacers like “spacer(120x1)” instead of chosing the same Heights as the widgets beside it. in that case you get empty space and it starts to get more complex then needed
without the many hours of work from you i couldnt do half of what i am doing, and you keep me on the edge and you keep me learning every day more.
this are the skin files: variables.yaml (8.5 KB) dashboard.yaml (1.7 KB)
you need to rename the dashboard.yaml to dashboard.css
i named the skin transparant.
the image file can be found here:
i did some cutting to get it on the right place for me.
it is placed in the custom_css/transparant/img directory
then you need to be able to round the corners from some individual widgets.
this gives you help how to do that:
sorry, i forgot, that you made that possible for me
so @thundergreen - empty: 64 means 64 times -
i did that before, Andrew created that option. it is possible, but make sure you got an editor which gives linenumbers!
Hi,
I have the same problem as @cannfoddr, only im trying to do the non docker install.
I had some problems with my HA installation so i flashed an backup on the pi which i made right before i started with HaDasboard v2 Beta. First time everything went great. But now when i try to install im running into this error:
pi@hassbian:~/hadashboardbeta/appdaemon_dashboard/appdaemon $ sudo python3 -m appdaemon.appdaemon -c ./conf
2017-03-21 18:49:52.229545 INFO AppDaemon Version 2.0.0beta2 starting
2017-03-21 19:49:57.972614 INFO Got initial state
2017-03-21 19:49:57.975100 INFO Loading Module: ./conf/apps/hello.py
2017-03-21 19:49:57.977834 INFO Loading Object hello_world using class HelloWorld from module hello
2017-03-21 19:49:58.105951 INFO hello_world: Hello from AppDaemon
2017-03-21 19:49:58.109548 INFO hello_world: You are now ready to run Apps!
2017-03-21 19:49:58.110098 INFO App initialization complete
2017-03-21 19:49:58.111283 INFO Starting dashboard
2017-03-21 19:49:58.129842 WARNING ------------------------------------------------------------
2017-03-21 19:49:58.130436 WARNING Unexpected error in dashboard thread
2017-03-21 19:49:58.133233 WARNING ------------------------------------------------------------
2017-03-21 19:49:58.143022 WARNING Traceback (most recent call last):
File "/home/pi/hadashboardbeta/appdaemon_dashboard/appdaemon/appdaemon/appdash.py", line 241, in run_dash
handler = app.make_handler()
File "/usr/local/lib/python3.4/dist-packages/aiohttp/web.py", line 224, in make_handler
self._set_loop(loop)
File "/usr/local/lib/python3.4/dist-packages/aiohttp/web.py", line 110, in _set_loop
loop = asyncio.get_event_loop()
File "/usr/lib/python3.4/asyncio/events.py", line 576, in get_event_loop
return get_event_loop_policy().get_event_loop()
File "/usr/lib/python3.4/asyncio/events.py", line 522, in get_event_loop
threading.current_thread().name)
AssertionError: There is no current event loop in thread 'Thread-12'.
2017-03-21 19:49:58.143757 WARNING ------------------------------------------------------------
2017-03-21 19:49:58.246332 INFO Connected to Home Assistant 0.39.0