Thanks a lot @raphc … but I do not think this is linked to any lovelace issue … as the dashboard opens correctly on my computer, and issue only happens on the wall tablet.
The “Home button”, though, appears correctly.
I am wondering if this is not caused to this …
On the computer even, it takes 1 to 2 seconds to open the calendar, it seems to be “working”, looking for the information …
I am wondering if on the tablet, as information is not directly available, it then shows this error message that the custom element doesn’t exist …
I was wondering if you know why I would get a JS error when I click add calendar? I have the latest version(11) js Uncaught TypeError: can't define array index property past the end of an array with non-writable length
@Starkman68 Unfortunately I can’t reproduce that, but it sounds like a bug. Can you make an new issue for that on Github?
I will need more information though. What browser including version are you using? Which OS including version? Which HA version? Is it a newly created card or are you editing an existing card? Can you share the YAML configuration before you try to add a calendar? Are there any other errors before this one? Please add this information to the Github issue.
So I looked to have a calendar view on my wall tablet showing the 7 next coming days, in column view, and I tried the standard HA calendar card, as well as this “FamousWolf/week-planner-card” … and I am mitigated between both cards …
The standard calendar card is doing the job, I can navigate through the calendar, but is not showing like I really want in Day - columns (instead, it is showing the full month, I can still show week days view but this is not in 7 columns … ) :
I think it might be because I am using CalDav for my Apple calendars. I did not add any gmail calendars. If that is the case, I wonder how hard it is to get the info from it. Great project BTW.
Not sure if this is the cleanest way but it removes the numbers and days, only i’m running into some problems that the calendars load very slow but am running on a rpi3 for testing so that could be the cause.
Then it’s a game of deducting and testing it in the dashboard editor.
But i managed to hide numbers and texts and change the fontsize.
For some reason i’m not able to change the .event .time color yet but that’s not a big issue.
Also you need to install the card mod module to be able to do this,
Did someone found a way to show the weeknumber after date & day?
i know it’s possible with dateFormat but then it’s all just a line of text without styles.
I created in a “handmade” way the possibility to add an event in google calendars.
I used:
4 helpers for start-end date and time;
1 input-boolean to set “all day”;
2 scripts: one prepares and the other inserts the event;
1 automation to set date and time based on input-boolean “all-day”.
A bit convoluted, but it works very well.
Unfortunately it is not possible to use a pop-up (date setting does not work), and I solved it with a dedicated “view”.
If you are interested I can share the code.
Anyway thanks to FamousWolf for his updates: I appreciated, among many, the “legendToggle” option.
Very cool week planner card project! Now I’m testing 3 layout and I found a crucial thing missing.
How to add the “option” for today’s day to be highlighted with a certain color in the calendar? So for a calendar with for example 3 weeks, one can see the current day fast at a glance.