You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'] = ['currentweather_big','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?
The text was updated successfully, but these errors were encountered:
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'] = ['currentweather_big','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?
The text was updated successfully, but these errors were encountered: