Code: Select all
//GoodWe opbrengst PV panelen
blocks[443] = {
width: 6,
title: 'ZoPa Opbrengst',
icon: 'fas fa-solar-panel'
}
I updated today to the latest version of Dashticz
Moderator: leecollings
Code: Select all
//GoodWe opbrengst PV panelen
blocks[443] = {
width: 6,
title: 'ZoPa Opbrengst',
icon: 'fas fa-solar-panel'
}
It should work.bobpeters wrote: ↑Tuesday 09 June 2020 16:44 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:
Looks like this:Code: Select all
//GoodWe opbrengst PV panelen blocks[443] = { width: 6, title: 'ZoPa Opbrengst', icon: 'fas fa-solar-panel' }
Aantekening 2020-06-09 163844.png
I only choose free icons from the website.
I updated today to the latest version of Dashticz
Code: Select all
blocks['443_1'] = {
width: 6,
title: 'ZoPa Opbrengst',
icon: 'fas fa-solar-panel'
}
This was the problem, thanks a lot!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' }
Users browsing this forum: No registered users and 0 guests