FamilyWall Integration

Is anyone interested in FamilyWall integration? It and HomeAssistant do very different things very well, and it’d be nice to see the entire bit work together.

How do you register a vote against? I’m not interested.

Looks like spyware to me.

interested

1 Like

Interested

interested

Interested

This is not how you vote.

I’m part of the currently 12 votes. And I do not believe the app is spyware. I’m currently a pro user, the app is developed in France and the people pretty quickly respond if you have a question and listen also to feature requests.

1 Like

Voted and interested. I use this app for family and business, would be very handy!

I used an iFrame for FamilyWall from their website, works fantastically.

you do not care? Don’t vote!

Hi could you give some example, how to do it?

I just reached out to FamilyWall asking if they have an API for an easier integration. Has anyone else had any luck with scraping or any other methods?

I have this as a dashboard. ( I logged out to hide my calenders )

type: iframe
url: https://www.family-wall.com/events.php

( Remove the hyphen between family and wall )

3 Likes

This topic is 2 years old …
There is no relevant progress with an integration for FamilyWall, isn’t it?

That’s true.
I use the suggestion of DwinkBexon above. But when I login, the page covers the complete screen and uses not only the assigned block.
For us this is okay, but not the best solution.

Interested

I found a way to get a FamilyWall calendar integrated into a dashboard.

What you need to do is integrate FamilyWall into a google calendar, then get a link to embed a google calendar into an iframe.

To ntegrate FamilyWall into Google, you open the app, open your calnedar, click the cog in the top right to bring up settings. Then click the calendar you want to embed from the list on the top right. There will be a link for “Calendar Sharing”, this is an iCal link. Copy this link.

Now log into a Google account and go to your calendar. On the lest pane there should be a section for “Other Calendars”, you need to click the plus to add a calendar. Click that and pick “From URL”. On the next menu, paste the link you got from FamilyWall and make sure you click make this publically accessible (this is neccessary as you can’t log in to your Google account in fhte iframe later.

The next step is to get the embedded calendar link from Google fgor this calendar:
Open the Google calendar, then click settings. In the left pane scroll down to the FamiltyWall calendar you added and scroll to the bottom of settings looking for “Customise” under “Integrate Calendar” - nearly there.

Now just tick whatever options you want displayed and at the top of the page under “Embed code” there is a link generated. We only want the URL after <iframe src=" and before "style="border etc

Copy that link and use it in a Home Assistant Webpage card on your dashboard.