Hadashboard custom theme's url

Hi,

i’m complety new to Hass.io so i think it is a stupid question but i can’t find the answer.

i have installad appdeamon 3 so i can use hadashboard, i have downloaded custom themes from github and paste it in the dashboard folder but the url on github ( yourdasboardIP:5050/yourdasboard?skin=cubes) give’s a 500 error.

thanks in advance

Take a look at the appdaemon docs about skins.

There will be some information in the appdaemon logfile.

i have read the page about skins, but i think i missed something, if i open the url i still get the 500 internal server error. in the folder dashboards is a folder with the name custom_css and a folder cubes.

thanks for the help.

2018-03-04 12:19:56.085508 INFO HADashboard: New dashboard connected: Default
2018-03-04 12:20:06.734726 WARNING Skin 'cubes' does not exist
2018-03-04 12:20:06.784560 WARNING ------------------------------------------------------------
2018-03-04 12:20:06.787601 WARNING Unexpected error during DASH creation
2018-03-04 12:20:06.790324 WARNING ------------------------------------------------------------
2018-03-04 12:20:06.792166 WARNING Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/appdaemon/dashboard.py", line 814, in get_dashboard
    with open(include_path, "r") as include_file:
FileNotFoundError: [Errno 2] No such file or directory: '/config/appdaemon/compiled/html/cubes/default_head.html'
2018-03-04 12:20:06.793079 WARNING ------------------------------------------------------------
2018-03-04 12:20:06.793964 INFO function [get_dashboard] finished in 59 ms
Error handling request
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 410, in start
    resp = yield from self._request_handler(request)
  File "/usr/lib/python3.6/site-packages/aiohttp/web.py", line 325, in _handle
    resp = yield from handler(request)
  File "/usr/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 93, in impl
    return (yield from handler(request))
  File "/usr/lib/python3.6/site-packages/appdaemon/rundash.py", line 50, in wrapper
    return await myfunc(*args)
  File "/usr/lib/python3.6/site-packages/appdaemon/rundash.py", line 253, in load_dash
    return web.Response(text=response, content_type="text/html")
  File "/usr/lib/python3.6/site-packages/aiohttp/web_response.py", line 471, in __init__
    type(text))
TypeError: text argument must be str (<class 'dict'>)
2018-03-04 12:20:07.286726 INFO HADashboard: Dashboard disconnected

Sorry, i have found the the folder where it must be

I had same issue. The solution is:
Remove files from appdaemon/conf/compiled/html/default