You can use 1 Google Calendar, but create calendars in that calendar.
If course, if you have wife/kids with their own calendar, you could also sync this with them.
But creating multiple calendars in that 1 Google account works fine, you can share each calendar to every member and out will appear in their calendars as well.
@ernie3491
Yeah it works fine. His code in first message is a bit strange and i edit it a little, so it clears every every you make after it created an event.
Also created my own popup.
Forgive me if this is a stupid question: In the âWhy DIYâ section you specify " * Flexible Placement â Can be moved around the house instead of a fixed wall mount. Including the âmustâ countertop option."
Unless Iâm missing something, the monitor is not wireless and doesnât have a battery; and you donât mention a battery for the MiniPC. When you say âcan be moved around the houseâ are you just shutting down, plugging it in somewhere else, and powering back up; or is the whole setup portable in a way Iâm not understanding?
Thanks so much for taking the time to write all this out. I got here from my fiancee wanting a Skylight and me assuring her we didnât need a thousand dollar proprietary subscription machine. Now Iâm learning all about HA instead, haha.
Good point. I guess the initial thought on flexible placement was that it could be unplugged and replugged somewhere else instead of setting it and keeping it in the same spot; also this made it possible to have the dashboard in a tablet or any other portable device vs skylight that requires their spoecific hardware.
cool! But imo you have to redo some stuff. Like your buttons to show/hide calendar items of a person are now integrated into the week planner card in the legend.
I built it on Homestyler.
I donât do dynamic lighting for the floorplan, that part is a bit complicated to do with this tool. However, I found this one to be pretty good, has a good library of funriture where I can find something at least similar to what I own, or even change textures of specific pieces. Has a bit of a learning curve tbh, but I am very satisfied. I even created pictures of the rooms âfrom insideâ and it looks like the real thing. Pretty crazy https://3d.homestyler.com/
Yeah, that functionality has been there for some time, but if I remember correctly the reasons why I went a different route were:
To have the filter available to be used somewhere else (I think the legend does not get exposed as an entity or attribute)
Styling: To keep the feel as similar as possible to the skylight calendar it was easier to add the buttons than to thinker and mess with the legend values. Also consistency. We use the same colors and user pictures everywhere so its easier for the kids.
But yes youâre right that is another option, its just personal choice. It should be easy to adjust the code to remove the buttons if you want to
EDIT:
Here is a CSS to get you started if you want to replicate the view in the legend. Its not 100%, so its a starting point and youâll need a few more mods in case someone is interested.
In my case, I need the functionality as originally developed, so feel free to fork the repo and add/change there if you want to go down this path
Note you need to do this for each calendar
Thanks for posting - this looks like a great alternative to buying a skylight device, and probably a lot more options to customize.
One question I had is on editing/deleting the events from this dashboard. In the builtin home assistant calendar, events (at least the ones with the local calendar) can be clicked and have the option to edit or delete:
But when the events are clicked from this dashboard, there are no edit or delete options. There appears to be no call service option for these that I can see to add. Any ideas how to add those options for edit and delete when events are clicked in this dashboard?
This is awesome but tried to follow your step by step in the GitHub post but ran into 2 issues
thereâs no homeassistant: in my configurration.yaml. I tried to create it with the packages line but get error âpatternWarningâ
When trying to paste the dashboard.yaml into the editor I get âUnable to parse YAML: YAMLException: bad indentation of a mapping entry (3:3) 1 | views: 2 | - title: Home 3 | type: sections -------^ 4 | max_columns: 10 5 | title: Family Calendarâ
Any help with these issues? Iâm a beginner when it comes to yaml
When you create a new dashboard, click the edit button, then the 3dot menu and choose Raw Configuration Editor.
That is where you paste that full yaml.
Thatâs what I did but didnât work >_<. What you have in your github is everything that would be needed in the dashboard? I donât have an option anymore to create a section dashboard unless I missed it.
Does your YAML for the newly created Dashboard still have views: at the very top before you paste the YAML provided? You need to maintain this for the provided code to work. If you look at your main dashboardâs YAML you should see this formatting present. I hope this helps!
Sounds like an issue with indentation. Make sure youre pasting at the right level.
In your dashboard, click on edit (pencil), then you shuld be able to see the views (tabs below the title). You want to paste the code at this level, so click add, or edit to open the âView configurationâ popup; click the 3 dots at the top right, select edit in yaml and paste it at this level