Hi guys,
i have the same problem as mrc1986!
Configuration error
unable to download feed
Can we use Exchange calendar?
what else can we use?
Hi guys,
i have the same problem as mrc1986!
Configuration error
unable to download feed
Can we use Exchange calendar?
what else can we use?
Can you create a new post in the Support Channel Please, including the CMS version, install type (Docker or Custom)?
I would also recommend following the Report Fault wizard in your CMS and providing a troubleshoot zip file. You are welcome to send this privately to prevent private data being publicly posted.
Many Thanks.
Hi Dan,
thanks for the response,
i probably need to first understand the following because the mistake very well could caused by me.
I am BTW using the latest CMS 1.8.11 and 1.8.10 players and my CMS is installed with Docker running on Linux.
Many thanks!
I have included a link below to the Manual Documentation for the Calendar Widget for more information.
https://xibo.org.uk/manual/en/media_module_calendar.html
As mentioned previously, please do not continue to post on this Guide, if you have any further queries, please create a new post in the Support section of the Forum.
Many Thanks.
Thanks Dan!
i will check this and try again and will let you know the result.
Hi!
i still canât make this work!
I have google calendar ical link which simply shows nothing, black screen with nothing in it.
any samples?
The sample in the start of this topic ainât really helping.
Would be very nice to have some specific details about the calendar link.
I canât get the calendar widget to display localized dates om CMS 1.8.
Tried a clock on the same layout which does show proper localized dates. Eg: the calendar widget with date format âD j Fâ displays the english âMon 22 Octoberâ while the clock with date format â[dddd D MMMM YYYY]â shows the correct string âmaandag 22 oktoberâ.
Thanks,
Ronald
Hi guys,
any news on how to use calendar?
Thanks!!
Hi guys,
I have an error text :
Configuration error
unable to download feed
i want to use this module with my google calendar.
Do you have a solution ?
I am also still waiting for some feedback because i simply cannot make it work.
Hi. I am unable get the Calendar-Module to work aswell.
Iâm running a CMS on a Web-Server (without docker) on Version 1.8.11. Player version is 1.8.10 (Windows).
Strange thing is: i donât get the âunable to download feedâ-message, itâs just blank.
Any advice?
Okay guys, i found a solution, at least its working for me:
Go to Modules -> Click the âEditâ-Button on fonts -> Check âRebuild Fonts?â and âPreview Enabled?â -> Click Save. Once the Display collects again, the Calendar Module should be working again.
Kind regards
Thank you Martielch for your Rebuild Fonts suggestion.
Can Bluebell confirm whether they are still experiencing the same issue?
If so, please provide more information about how you have set up your Calendar Widget. If you are able to provide screenshots, that would also be helpful.
Many Thanks.
Thanks Martielch!
Yes!
it works!
However,
The look is just a text any samples or ideas of how to make it looking good?
Glad to hear that the issue is now resolved.
To make it look prettier, you will need to create a more elaborate Layout for your Calendar. You can do this by adding media items and a background image, as you would with any other LayoutâŚ
Many Thanks.
Thanks Dan!
Very much appreciated.
For the Layout i suggest you edit it by creating a custom stylsheet.
you can add one by visiting the advanced tab -> âOptional Stylesheetâ in your calendar widget. It takes some CSS-Prgramming skills (of which i had none when i was doing mine) but heres an example:
.square{
box-shadow: 10px 10px 5px white;
border-radius: 18px;
margin: auto;
width: 600px;
height: 170px;
Background-color: #a5a5a5;
}
Then you go to your Template -> click on âSourceâ in the editor -> and add the following to your text:
<div class="square">
The Template
</div>
Then it should look like this:
<div class="square">
<p><span style="font-size:36px;"><span style="font-family:linear regular;"><span style="color:#000000;"><strong><span style="padding: 5px;">[StartDate]</span></strong> bis <strong>[EndDate]</strong></span></span></span></p>
<p><span style="font-size:36px;"><span style="font-family:linear regular;"><em><span style="color:#000000;"><span style="padding: 5px;">[Description]</span></span></em></span></span></p>
<p><span style="font-size:36px;"><span style="font-family:linear regular;"><span style="color:#FF0000;"><span style="padding: 5px;">[Location]</span></span></span></span></p>
<p> </p>
</div>
Remember: Everything that is between <div class="square">
and </div>
will be formated according to your stylesheet.
Also âsquareâ can be named anything, it just have to correlate to the name given in the optional stylesheet.
Kind regards
Thank you Martielch!