Calendar in Homey Dashboard - Complete Guide

Hi Christer, It is possible, I got it working with the following steps and changes:

  1. Search for this line of code tomorrow.setDate(tomorrow.getDate() + 2);
  2. Change the line of code to this exact line tomorrow.setDate(tomorrow.getDate() + 7);

You can change the 7 to any days you’d like. Basically the 7 means 7 days. If you want it to be 10 days, change the 7 to 10.

Hope this helps!
@Christer_Havarstein

1 Like

Hi Goldunexist,

I had this problem as well. The github page contains a issue and merge request from a user called cornevandersteen. He changed the code up and now it works.

Link to Cornevandersteen’s change of code: homey-pro-calendar-widget/calendar.html at 5d7b2f1dc7e8e394a2d4bed5261f73fe3d8eb847 · Scheugma86/homey-pro-calendar-widget · GitHub

Link to Github page and issue: GitHub - Scheugma86/homey-pro-calendar-widget: Minimalistic calendar widget with seasonal animations, German public holidays and relationship-related special days (birthdays, wedding day, monthly anniversaries). // Minimalistisches Kalender-Widget mit saisonalen Animationen, deutschen Feiertagen und besonderen Beziehungstagen (Geburtstage, Hochzeitstag, monatliche Jahrestage).

The screenshot so you can see I got it working with the change’s Corne made :slight_smile:

@Martin_Scheugenpflug what about hiding private events. That would be a great functionality

Can you tell me which line I should replace with which new code? I tried to figure it out using the GitHub link, but I don’t understand how to read it.~~

To be honest you can copy Corne’s whole code and paste it in your document. Only thing you’d have to change is the birthdays, holidays and your ical links.

homey-pro-calendar-widget/calendar.html at 5d7b2f1dc7e8e394a2d4bed5261f73fe3d8eb847 · Scheugma86/homey-pro-calendar-widget · GitHub - > Copy the whole code - > Paste it in your calender.html - > change all the customizables and you’re done :slight_smile:

Hi,

This looks great!
But I need some help with this, I can’t get it to work.
I’ve done everything in this guide, but my dashboard is only showing Loading…
Do i need to wait for this to load all my appointments or should this take 2 seconds to work.

I’ve checked my links, they all are public.
Checked my location, and that seems to be okey.
Also checked the birthdays.

I did not change the holidays or the time.

Am i missing something?
Thanks for the help!