In the config we find:
config['calendarurl'] = 'type here your url...';
In the wiki we find in the Positioning section:
There are already some predefined blocks you can also use in the columns:
...
buttons.calendar
...
But defining simply in the colums:
_columns[1]['blocks'] = ['currentweatherbig','weather','garbage',buttons.calendar]
will not work.
I had to create in the CONFIG file:
buttons.calendar = {key: 'nextcloud', width:5, icon: 'fa-calendar', title: 'Kalender Gezin', url:'type here the url to the calendar, in my case a nextcloud calendar'}
After that the button popped up in the dashticz screen...
In the config we find: config['calendarurl'] = 'type here your url...';
In the wiki we find in the Positioning section: There are already some predefined blocks you can also use in the columns: ... buttons.calendar ...
But defining simply in the colums: _columns[1]['blocks'] = ['currentweatherbig','weather','garbage',buttons.calendar] will not work.
I had to create in the CONFIG file: buttons.calendar = {key: 'nextcloud', width:5, icon: 'fa-calendar', title: 'Kalender Gezin', url:'type here the url to the calendar, in my case a nextcloud calendar'}
After that the button popped up in the dashticz screen...
How it is suppose to work?