Search found 4 matches

by bobpeters
Tuesday 09 June 2020 21:36
Forum: Bugs
Topic: icons not working
Replies: 4
Views: 2003

Re: icons not working

Lokonli wrote: Tuesday 09 June 2020 20:56 I see you defined blocks[443] and added '443_1' to a column. I think that in this case '443_1' will not use the block[443] definition
So try with:

Code: Select all

blocks['443_1'] = {
  width: 6,
  title: 'ZoPa Opbrengst',
  icon: 'fas fa-solar-panel'
}
This was the problem, thanks a lot!
by bobpeters
Tuesday 09 June 2020 18:51
Forum: Bugs
Topic: icons not working
Replies: 4
Views: 2003

Re: icons not working

In Chrome it is also not working, tried on Windows and Mac. CONFIG.js see below (some parts deleted "XXX") CUSTOM.js, nothing changed CUSTOM.css, only the border width changed for better view on small tablet screen //Somfy Zonnescherm blocks[484] = { title: 'Zon', width: 4 } //Somfy Rolluik slk b/m ...
by bobpeters
Tuesday 09 June 2020 17:14
Forum: Dashticz
Topic: Dashticz - Show your dashboard and how-to's!
Replies: 998
Views: 306785

Re: Dashticz - Show your dashboard and how-to's!

Two months ago I started with Dashticz. Domoticz is running for a few years now, and a user friendly dashboard in the living room is really nice. I like the way it is made, really good work! Thanks to everyone who is involved! Also this forum was important to help me with some issues. Today I made ...
by bobpeters
Tuesday 09 June 2020 16:44
Forum: Bugs
Topic: icons not working
Replies: 4
Views: 2003

icons not working

Don't know if its a bug or not. But I'm struggeling with some icons from FontAwesome. A lot of icons are not working in my dasboard and it seems that Dashticz pics a default one then. For example, my solar power: //GoodWe opbrengst PV panelen blocks[443] = { width: 6, title: 'ZoPa Opbrengst', icon ...