Family calendar

Okay so from what I’ve established when using Samba as a plugin. The term “/config” is more of a title/name than an actual folder.

“/config” just refers to wherever the homeassistant.yaml file resides.

I tested this by placing a random test.txt file from my mac into the “/config” directory using samba.

When I used cli on the linux host and browsed /mnt/data/supervisor/homeassistant the file was visible in here.

So that solves the mystery of why i cant find a physical folder called “/config”.

Thanks for your help though as the samba plugin/addon works well and was easy to setup.

I’ve now copied over the js file and referenced it in the yaml file.
Just need to figure out how to now view the page itself as im now stumpped on this bit. Great learning curve though :slight_smile:

1 Like

Sorry, thought that

would make it clear… :blush:

Are you reading what I’m writing?
I explained that you can reference that file in the webUI.

For making that calendar show up, you have to edit your dashboard and the a card - either in an existing view or a new one.

RE learning curve: that’s what is needed to get the hang of HA, willing to learn…

Ah sorry I see what you were saying now. I read the “/homeassistant == /config” completely wrong.

I tried adding /www and then restarting and i can now see the customer card within the dashboard GUI

I read a lot of posts around web browsing to /local/page to view customer cards. But actually this just allows you to view the .js file from the web browser. So something new learnt lol

Defintely gonna be a learning curve!

So you problem has been solved?

Yes I think now it is working! Thank you for your help!

Next step figure out how to integrate google calendar into the week-planner-card

Is it possible to share your whole config? I can’t seem to get this to work on mine and I’m looking to do this exact thing. Thanks!

Nevermind. I realized after messing around more that the default calendar color seems to override all the config I had in card-mod. Once I removed the default color configuration from the calendar it’s working just fine.

Did you have the google calendar integrated and pulled into the week-planner-card?

Ive not tried yet, going to be doing that tonight hopefully. But any pointers or guides you used would be appreciated.

I think once I’ve done the API integration it should be more obvious :face_with_peeking_eye:

Hello,
I was wondering if there is a way of using 12 hour days vs 24. AM/PM time

Hi, welcome to the forum!
Have you looked at GitHub - FamousWolf/week-planner-card: Custom Home Assistant card displaying a responsive overview or multiple days with events from one of multiple calendars

Maby it’s me but to remove the yesterday, today, tomorrow function i have to add something in the visual editor, and afterwards change the entry to null to have it show the actual day instead of the text (in the code editor)

Hi alltogether. I wonder what I am doing wrong. None of the calendars show up.

This regular card shows 3 entries,

initial_view: dayGridDay
type: calendar
entities:
  - calendar.ka_testraum_rmgr
title: Ka Testraum

my try here:

type: custom:week-planner-card
calendars:
  - calendar.ka_testraum_rmgr
days: "2"

Does shows “No events”.

What am I doing wrong/overlooking?

many thanks
Juergen

Argh. My debug Teddy is not helping…
Take the right calendar, and it works!
Sorry.

I’m trying to get my calendar looking just about like yours, I cannot get it to go any wider then 1 column… would you mind sharing your layout code please?
Thank you!!!

Hi John, you have to change the setting of your dashboard/view in view configuration

1 Like

Thanks Nick… just trying to figure out where that is exactly… I’ve looked under Integrations but I’m not seeing where I can change that…

Check this Dashboards - Home Assistantviews

Oh Ok that explains it! I’m in Yaml mode and I can’t do things the same way…
Sorry for the mixup… I think I’ve figured it out… like this:

column: Large

Hi,

There is a family calendar in this reddit thread, posted by SeanHarsh.
And it reads as if it was created in HA Dashboard.

Does anybody know or could explain how you get it to look this slick please?

https://www.reddit.com/r/homeassistant/comments/1gx610u/family_calendarplanner/

He is using the week-planner-card to do it, but Ive tried several attempts and cannot make it look this nice.

I’d love pictures of the family at the top, in coloured circles that match a key/legend at the bottom.

Then color coded to the events as well.

Still too new to figure it out.

Guidance is very much appreciated

Hello,

Is there a way to hide the text for “Entire Day” events?
I can replace it with a space character, but that leaves a blank line above my event description.
I just would like the Entire day events on one line with no time information".
thanks

2 Likes

Is that the one you’re talking about?