FAQ
On this page you can find answers and ways to troubleshoot the most common errors with installing and using this 'theme'.
Most times reloading the integration and emptying the cache can resolve most problems.
This is done by:
- Hit
C
and click reloadUi_lovelace_minimalist
- Clear your cache by clicking
CTRL + F5
on Windows orSHIFT + reload
on Mac
Most common errors¶
Not everything is loaded after installation
- Check if you have installed all dependencies of this list.
- Clear your cache by clicking
CTRL + F5
on Windows orSHIFT + reload
on Mac
The theme looks off/weird
Check if you have applied the Minimalist theme. Go to User_profile --> theme
Weird border lines after updating to HA 2022.11.0
- Check in Minimalist version
v1.1.6
or higher is installed - Check in
config/themes/
if this line is added to the minimalist theme files:# fix added border-lines in 2022.11 ha-card-border-width: "0px"
- Go to the affected dashboard on a PC and hit
C
on your keyboard. Then selectreload Themes
.
Custom element doesn't exist
- Check if you did install all dependencies or checked the box to let UI-Minimalist them.
- (additional) If the dependencies are installed manually check if all resources are added right.
- Clear your cache by clicking
CTRL + F5
on Windows orSHIFT + reload
on Mac.
Popups do not show up
- Check if you have installed Browser_mod V2 correctly.
- Check if you followed the card specific way to enable popups
This is either with adding a template or setting a variable totrue
Custom card template does not exist/showing up
- Check if you placed the custom_card in the right directory
config └── ui_lovelace_minimalist ├── custom_cards | ├── custom_card_1 | | ├── custom_card_1.yaml | | └── EN.yaml | └── custom_card_2 | ├── custom_card_2.yaml | └── EN.yaml └── dashboard
- Hit
C
and click reloadUi_lovelace_minimalist
- Reload dashboard by clicking the three dots in the upper-right corner and click refresh
HACS Frontend resources are not showing up in https://homeassistant.local/config/lovelace/resources
-
First check what is being displayed when you download a frontend component. If it's showing something like:
since you are not using Lovelace in storage mode you need to manually add the resource with these settings
-
First make sure your configuration file has the setting:
lovelace: mode: storage
- In case it still shows that error. go to
https://homeassistant.local/config/system_health
and search for what is under: Dashboard -> Mode. if that is onauto-gen
. Go to the autogenerated lovelace dashboard. and hit the 3 dots andEdit Dashboard
. And just hit Save dashboard. - Now go and restart Home assistant. and try to install a frontend module. It should not show the message from step 1.