I love this card, but can’t cast is to my Nest Hub (only the standard Calender card works).
Anyone know how I can get this card on my Nest Hub?
I love this card, but can’t cast is to my Nest Hub (only the standard Calender card works).
Anyone know how I can get this card on my Nest Hub?
Hey @Messier1994 i dont currently use the cast function, however am going to update my config to get to the bottom of this.
I have done an update which can be installed from here https://raw.githubusercontent.com/totaldebug/atomic-calendar-revive/523-card_not_working_with_cast/dist/atomic-calendar-revive.js
However i am unable to test it at the moment so not sure if that has resolved the issue.
One thing I have noted is that some users see issues when the cards are installed via HACS which may also be causing this to happen.
I hope to get a system setup for testing in the next few days but no guarantees as im quite busy at the moment
Thanks! Will try it, am swamped at work right now though so could take a few days.
I tried the updated version (copied the file to /config/www/community/atomic-calendar-revive/atomic-calendar-revive.js), but still get:
This is the card:
views:
- title: Home
cards:
- type: custom:atomic-calendar-revive
path: kalender
name: Calendar Card
enableModeChange: true
firstDayOfWeek: 1
maxDaysToShow: 7
refreshInterval: 60
entities:
- calendar.o_s
- calendar.familjefilm
This is the script to cast it:
alias: Hubben2
sequence:
- service: cast.show_lovelace_view
data:
entity_id: media_player.nesthubmax3bc2
dashboard_path: lovelace2
view_path: lovelace2
- delay:
hours: 0
minutes: 0
seconds: 5
milliseconds: 0
- service: cast.show_lovelace_view
data:
entity_id: media_player.nesthubmax3bc2
dashboard_path: kalender-familj
view_path: kalender
mode: single
I’m having issues updating your card.
I haven’t updated in a bit so I’m on version 4.something. But I saw in HACS that version 5.something was available.
When I tried to update it seemed to update and when I clicked to reload resources the box went away and reloaded resources (like usual). But the notification that I was still on the same version and that the same update was available comes back.
I tried it several times with the same result. However, then there was a HACS update so I installed that.
Now, HACS doesn’t show the card installed (tho the card itself is working) and it thinks it’s a new repository.
And if I try to install it the card by clicking “download” in the box above the “download” button in the pop-up isn’t available available (it’s greyed out) as in the screenshot below along with the url looking funny (it says ‘null’).
any ideas?
I don’t think it’s a HACS problem itself since all of my other cards work fine.
I’m still on v2021.10.7 of HA if that helps.
Try clearing browser cache
thanks. I wish I could have told you I already tried that but I didn’t. I know that is a thing to try and I’ve suggested it myself at times so I should have done that first.
but unfortunately it didn’t help after I did.
same thing.
Is there a setting so that all day events over multiple days show on each day and not just on the current day?
This is probably due to moving the repo to a new location.
I don’t know much about hacs but I believe there is a file under the storage directory in HA, if you open it, it shows the installed files, change the repo to totaldebug/atomic-calendar-revive and restart HA
Hopefully this will work but like I say I’m not an expert with HACS
This isnt possible at the moment, I have started looking at this but it’s a little more complex than I initially expected.
looks like a HACS update fixed the issue.
Maybe it finally picked up the new location.
Thanks.
Hello Everyone,
I have created a new pre-release v7.0.0-b which sees quite a large rewrite along with some long awaited features that I was having difficulty implementing (hence the rewrite)
It would be great if some of you could install this version and let me know if you see any issues!
Please make sure you review your configuration as there are some breaking changes in there.
showCalendarName
to display the calendar name on the event viewshowMultiDayEventParts
to split multi day events per dayshowWeekNumber
to display the week number at the top of each weekThis version includes some breaking changes, you must check your configuration after upgrading:
blacklist
renamed to blocklist
whitelist
renamed to allowlist
locationWhitelist
changed to allowlistLocation
blocklistLocation
showDeclined
changed to hideDeclined
eventCalName
changed to name
under each entityHow do I do that?
From HACS you can select the three dots next to Atomic Calendar Card, then click re-download, here you can click the “Show beta versions” which will then list v7.0.0-b to be downloaded.
Installed. No problems to report now, no bad log entry’s to see…
Ok, today a problem occurred. All Lovelace cards with media players disappeared.
After downgrade of ACR back to latest stable version they all came back.
This was due to a bug introduced with the progress bar and is now resolved in latest beta for v7
Anyone experiencing problem with colors in calendar card? For me these seems washed out, definitely not alike are defined:
Here is full card configuration
type: custom:atomic-calendar-revive
disableEventLink: true
disableLocationLink: true
entities:
- color: brown
entity: calendar.bio_bio
- color: grey
entity: calendar.mixed_mixed
- color: cyan
entity: calendar.paper_paper
- color: yellow
entity: calendar.plastic_plastic
- color: green
entity: calendar.glass_glass
maxDaysToShow: 7
showColors: true
showDate: false
showDescription: true
showLoader: false
showMonth: false
showNoEventsForToday: false
showWeekDay: true
sortByStartTime: false
So word Mixed should be brown and word Plastic should be yellow. Also all All day should be blue. I teste it with other clearly defined colors, but effect is the same. This is the only card I noticed to have this symptom…
try:
- entity: calendar.domotique
icon: mdi:sprout-outline
color: green
name: Domotique
- entity: calendar.garbage_collection
icon: fas:dumpster
color: rgb(68, 115, 158)
name: Garbage Collection
The washed colors is for finished events.
Yes, this is what I figured out in meantime - past events. Then the question is why calendar is showing past events from previous day? I mean whole day events that appeared yesterday are showing today. I understand why it might be so for scheduled events from same day…
I’m somehow linking this to migration of my calendars from google toSynology Calendar - this the moment when past events show up for the forst time (that’s why I was surprised in these washed colors). Is there any fix not to show past events at all? Havent found such option in documentation… or I’m blind.