Lovelace: Upcoming Media Card

That is not a issue with the card itself, but how browsers work.

By default they will not allow you to show unsure (http) resources when loaded with ssl (https).

Most browsers have settings/extensions that will Buypass that, but it is not recommended to do.

1 Like

Okay. Its fine in the app and Safari, so I not to concerned, although Firefox is my browser of choice.

Hi @mayker, please ignore me, during my investigation I’ve realized the ublock origin was blocking the images! disabling it for the site fixed it for me

thanks again

2 Likes

Hello

Very nice component! :ok_hand:

Two ideas, if possible, to implement:

  1. Is it possible to define which movie library in Plex that I want to view recently added from? I have one for adults and one for children. And I don’t want to see all children’s movies … :slightly_smiling_face:

  2. When you have seen a movie that was included in the list of recently added movies, it disappears, it is as it should.
    But then I would like the next unseen movie to be in the list, if I choose to have 3 unseen, recently added movies in the list then there should be 3 movies in the list as long as I have unseen movies.
    As it is now there are 3 films, I watch one, then there are 2 films in the list and finally the list is empty, although I have several unseen films.

Got the sonarr fix and the artwork is back. Thanks.

Was hoping it would fix mine, but no such luck.

The artwork works on mobile but no desktop browsers.
So strange…
I’m not overly invested in the problem unfortunately.

Open to troubleshooting suggestions though.

The updated version fixed it for me. (Sonarr)

1 Like

Cache or browser then

1 Like

I am also running into the same image issues as well. In the android app and also in many different browsers. Disabled ad-block chrome as well. Tried Safari etc.

I do see that chrome is throwing a “Failed to load resource: the server responded with a status of 403 ()”

When I did the test using my api in the url I see that it does contain the full url to the fanart image. “https://artworks.thetvdb.com/banners/fanart/original/270202-3.jpg” but it will not render inside home assistant for some reason. I am running the most current version of Upcoming Media Card.

Any thoughts here?? anyone else still having issues??

1 Like

Have you already tried updating?

Yes, I updated it a couple weeks ago and i updated again today. No luck :frowning:

  • type: js
    url: /local/custom-lovelace/upcoming-media-card/upcoming-media-card.js?v=0.1.2

also running the most current “upcoming-media-card.js”

What about the underlying custom component?

Just added this card today for Plex.

Was wondering whether people could use this card to actually play the recently added files somehow?

Also, anyone know what the little crosses out eye means?

Crossed out eye means “Unwatched”

1 Like

Thank you for this, now i can remove my Plex docker that was used just for new media.

Could you explain how i retrieve my user id though?

“The id of the user you want to impersonate. Note: this is an id, not a username. Spy on Emby API calls to retrieve yours.”

I want to use this so bad. I’m new to HA and have been trying to get this to work. I even installed HACs because I thought it would make it easier for me but I was wrong. “you still need to add it to your ‘configuration.yaml’ file”. Add what? It doesn’t help me if I don’t know what to add to the file lol.

The instructions on the Github pages are not clear for beginners. I’m not dumb to code but it just is not clear on where to put what.

I’d gladly buy you a coffee to help me get this sorted and working. It looks amazing!

Thank you in advance.

The instructions(plex) seem quite straight forward, add those lines to your configuration.yaml

Forgot to mention I am using this with Sonarr

Where are you getting stuck in the instructions?

The card that works with the component you are trying to use was made before UI config was a thing in HA. So for the card, in the instructions instead of editing ui-lovelace.yaml, you would use the menu at the top right of your Lovelace page and hit “configure ui” and then “raw config editor”. Other than that the instructions remain the same (this is assuming you’re not in YAML mode, if you’re unsure what that is then you are not using YAML mode).

As mentioned in the cards readme @thomasloven’s lovelace guide is a great resource for getting started with adding custom addons to lovelace.

1 Like

@mayker That’s exactly where I was confused. I’m new to HA and couldn’t find the ui-lovelace.yaml so I tried making my own lol. I’ll give this a shot later when I am at home. I appreciate your patience and explanation.