Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 62 forks source link

Use of calendar #314

Open ericvb opened 6 years ago

ericvb commented 6 years ago

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?

DewGew commented 6 years ago

@robgeerts I want to know also..