Sorry, I’m not trying to wind you up. This stuff can be frustrating.
The only thing that I can think of is you need to edit family_calendar.yaml BEFORE you place it in the /packages folder and restart HA.
This file is what creates the text helpers and scripts which allow the different calendars to be filtered on and off. If you install this first, restart and then edit it, the helpers and scripts will be wrong.
Your screen shot appears to be missing a big add event button that the family package has at the top, and the pop up option. One issue with manually copying and pasting eveything from the repo is you’re likely to end up missing something.
If you go to edit dashboard, is there some red box saying config error? You need the card mod, browser mod 2 and bubble card additions to your HA instance
My config is this, I though has obviously been configured to my family
My config is this, though has obviously been customised for my tablet with sizing of everything. The screenshot is taken from my phone hence looking awful
I built the dashboard from scratch by creating a card with the weekly planner card, and I didn’t do the add event buttons cards but I couldn’t figure out how to do the display for the events in the calendar to show correctly, so I went back and forth between doing this manually and copy pasting from my local file. Where I am now, I have tried copy-pasting the family_calendar helpers and scripts to a text file, modified it so I have every single reference to the people in Bob’s family to my family, including the names of the input filters, etc, and then I did the same thing for the dashboard, and copy-pasted the part that builds the calendar select view thing, AND the calendar, but both sections are completely blank, even in the preview.
If I could figure out the syntax for the helpers and the script(s) in the family_calendar.yaml that would allow me to progress further. Right now, my HA instance has no helpers at all, despite what I added via the family_calendar.yaml.
Have you added the references in your configuration.yaml file so HA knows the package is there? Then restarted HA
packages: !include_dir_named packages
and
frontend:
themes: !include_dir_merge_named themes
(full syntax of the in the installation instructions in the github repo at the top of this discussion)
Other thing that tripped me up, have you renamed the variables that are setting your colour per person in the skylight theme file? Ie does “–laura-default-primary-color” actually exist as a refernce
Go to the default calendar dashboard of home assistant (you may need to go settings → dashboards to configure it to be easily viewable) and see if that is showing the events from the other calendars. This can help debug whether it’s a skylight dashboard issue or a home assistant:3rd party calender e.g Google issue.
Not sure this calendar will do that… You might want to try atomic calendar revive on HACS if that is what you are looking for. A lot of that ones basic configuration is via the UI rather than yaml, which might help if that is more difficult for you.
Yes, packages directory is listed in the configuration.yaml and then reloaded. I then removed the configuration and rebuilt the configs for family_calendar.yaml from scratch, including creating the references I have in the dashboard.yaml, then reloaded HA. What I don’t understand, I still don’t have any helpers in my current configuration, whether that the input filter, or the scripts.
As for the part about the calendar events not showing “properly”, what my wife wants is that things that are concurrent would show as concurrent on this calendar, just like they do with the Skylight, I think. Like, in the current original google calendar, concurrent events just don’t show as concurrent, or partly overlapping, and that is what my wife wants.
That spinning circle in the bottom right indicates that you possibly did not update all the weather entities. There is one in the calendar itself that you should check.
I manage to find out.
Can tweak the below:
To fix a starting day for the calendar to display Week starting Monday: startingDay: monday
To display whole Month: startingDay: month
To show Navigation Bar: showNavigation: true
Another issue I encounter is I want to change from Local Calendar to Gmail.
I had updated the Calendar Map for my email to Bob’s but it still doesn’t pull the information. Verified with Calendar App in Home Assistant that data is in and is syncing with Gmail API. Not sure if I had missed out any else where to change.
@J-S-LIM This is kinda the same thing that was happening for me: I was customizing my .yaml files for my family and in the process, breaking them. For me, I’m trying to manually rebuild what Bob did, but I haven’t yet figured out the helpers correctly, nor have I figured out the input_text.calendar.filters and the variables for the view selector thing.
I also, for whatever reason, get nothing to work for add events to calendars bit, but once I figure out why the other parts don’t work, I’m sure I can figure that out too.
This is what my current view looks like for me; just in 50% view so you can see it in a single screenshot.
Nope, this was the very first thing that I had going wrong. I forget what I had to do to fix it other than clearing the yaml from the section and removing the view piece from that section and then trying to readd the yaml configs for that section again without the view.
Figuring it all out… seems documentation is somewhat outdated? indent everything in dashboard code and add this to top. title: My Skylight Calendar
views:
type: sections
anyways will keep playing with it as this seems like a wonderful project! thanks to @mohesles1 if anyone has anymore documentation that would be great. here is where im at currently: