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