Page 8 of 23
Re: Dashticz - Module - Calendar
Posted: Saturday 20 May 2017 11:40
by HansieNL
EdKo66 wrote:FINALLY!!!!!! Got it to work, somehow. Just created another calendar, copied the link into the private part of CUSTOM.js, and... there was something.Now just to copy all the date from my 'old' private to the new one.
Just export and import... 2 clicks
Re: Dashticz - Module - Calendar
Posted: Saturday 20 May 2017 12:00
by EdwinK
It didn't want to import at first. So.. I did a stern look at it, and now it works.
Re: Dashticz - Module - Calendar
Posted: Saturday 20 May 2017 12:39
by alveman
I send you one. iCoud just saying "Loading..." Maybe you can drive to my sons football games as well
Martin
robgeerts wrote:Who has problems with the calendar, please send me the full public url via pm. Of course I dont care about your appointments and wont share them. Explain wich appointment gives problems.
Re: Dashticz - Module - Calendar
Posted: Saturday 20 May 2017 12:50
by EdwinK
Just need the font-size a bit bigger.
Re: Dashticz - Module - Calendar
Posted: Saturday 20 May 2017 18:02
by frippes
How complicated would it be to make the calendar item to show a week, with days instead of a list of activities? To make it more visual.
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 8:07
by jeeesper
EdKo66 wrote:Just need the font-size a bit bigger.
I need the same, cant get it to display on a larger font (just the calendar part), without messing up other parts of the dashboard.
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 8:50
by htilburgs
In the
latest beta there is an icon for the calendar
Code: Select all
var calendars = {}
calendars.f1 = {maxitems: 5, title:'F1 Kalender', icon:'fa-calendar', icalurl:'https://calendar.google.com/calendar/ical/xxx/public/basic.ics'}
If you don't want an icon, just put in
The text size can be changed by putting this in custom.css. There a 2 parts, one with icon and one without icon:
Code: Select all
/* Calendar font modifications with icon active */
.col-xs-10.items {
font-size: 20px;
}
/* Calendar font modifications with NO icon active */
.col-xs-12.items {
font-size: 20px;
}
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 9:27
by EdwinK
Thanks. Although 20 is a bit big. Changed to 15
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 9:32
by htilburgs
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 9:43
by jeeesper
Thanks, was working on an old version of Dashticz, did not find the col-xs-12.items there, Just the col-xs-12. changing that messed up a lot.
Now on the new version it is working!
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 10:06
by EdwinK
htilburgs wrote:In the
latest beta there is an icon for the calendar
Code: Select all
var calendars = {}
calendars.f1 = {maxitems: 5, title:'F1 Kalender', icon:'fa-calendar', icalurl:'https://calendar.google.com/calendar/ical/xxx/public/basic.ics'}
If you don't want an icon, just put in
The text size can be changed by putting this in custom.css. There a 2 parts, one with icon and one without icon:
Code: Select all
/* Calendar font modifications with icon active */
.col-xs-10.items {
font-size: 20px;
}
/* Calendar font modifications with NO icon active */
.col-xs-12.items {
font-size: 20px;
}
Works with separate calendars, but not for combined.
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 10:33
by htilburgs
I only have separated calendars. Will try to make a combined later in and search for the css.
With F12 and/or inspect you can come to the right settings too
It's not as hard as it lookes like.
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 10:42
by EdwinK
F12 doesn't work on MacBook, but I know what you mean. I now use separate calendars. Looks even beter.
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 10:44
by htilburgs
I've made a combined calendar, Icon doesn't work, but the css for larger font does, it is:
Code: Select all
.col-xs-12.items {
font-size: 15px;
}
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 10:52
by EdwinK
Merci. That was quick
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 10:55
by htilburgs
As I said, it's not that hard....
I've created and written the Wiki (most of it) and for testing I've a Dashboard with most of the items in....
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 15:59
by mvveelen
One of my 2 iCloud calendars only gives me the special (recurring) appointments. This is since one of the last beta's. Anyone else having the same problems?
Edit:
just updated to the latest Beta and now the calendar is fine again
Thanks Rob !
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 16:51
by robgeerts
Fixed a small bug in latest beta!
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 19:43
by Trigun
hey guys, quick question, when becomes the Beta version a Master version?
Re: Dashticz - Module - Calendar
Posted: Sunday 21 May 2017 19:57
by EdwinK
Wrong topic, but about once a week, Rob commits a new stable version.