I had a card for spotify with a pop up card and in the popup card i had a ācustom:stack-in-cardā with a entity card and a conditional card.
I did not use the card for a while an now i mention only the conditional part is working but not the enity part.
Her is my code:
when i put he stack-in-card part in a normal stack-in-card (no pop-up) everything works fine.
Her is the code of the normal card which i want in a pop-up card:
i got brower_mod working for a long timeā¦
However, since yesterday it stopped working.
I didnt change muchā¦ any idea how i can troubleshoot why the mod isnt working anymore?
i see this in the log
Logger: homeassistant.setup
Source: /usr/local/lib/python3.8/asyncio/events.py:81
First occurred: 19:27:55 (1 occurrences)
Last logged: 19:27:55
Hi @thomasloven thankās for your work and this components !
Iām using FullyKioskBrowser, and iāve a stupid question, why are you included in the binary_sensor entity, the battery_level, battery_charging, battery, charging, ip information ? Why not included in an other sensor entity with other information ?
I will be happy to contribute if a new entity is created.
The card on the left is the media browser (which is inside a vertical stack and a input select + script button below). I put the media browser url inside an iframe and played around with aspect ratio and card-mod. Also added a home-button to back to the main tab. This is all inside a picture-elements card, together with all the other cards you see.
This works on Android (Fully Kiosk) and Chrome/Edge. On iOS it keeps reloading and fails. You can also put that iframe card inside a browser.mod popup which I also did successfully.
I have recently started using Logitech Media Server instead of Chromecast and Spotify Connect, so I donāt use this setup anymore and donāt have the code anymore either. It was meant as an experiment and temporary solution till LMS. I was happy with the results though.
This looks great. You donāt have any code left on how you managed to get the media browser url or something from here? Just the part where you embed the media browser past in would help so much
Itās just iframe card, it only needs the media browser url. Just open the media browser dashboard from your sidebar en copy the url you see from your browser and use that in iframe card ;). That is your-HA-instance/media-browser
does anyone know how to retrieve the page number on which the browser is positioned?
example: / lovelace / 1 rather than / lovelace / 2 where 1 or 2 is the page number.
I need to create a template to give the command to go to the next page, like if I in page 1:
@byxil WallPanel app has such a feature, it provides info where the browser is positioned via mqtt.
I use it to return browser to the default page and no problem at all.
They are trying to get it avaialble but i think it has been declined:
It would be great if we can launch the mediabrowser card from a popup more easilly. Is there any way we can āmodā this as a plugin/integration? Maybe this can be done with browser mod @thomasloven ?
Firstly, this is a terrific custom component!
Well done @thomasloven!
Is there a way of using browser_mod.window_reload and specify which device it will reload?
Iāve tried the following but it still forces reloading of all computerās browsers.
Iāve created a picture_elements card and managed to find a way to add a video stream, however, when the video is displayed it is not the correct size and requires a browser window reload to correct it.
hy,
im new in HA and in Browser_mod.
I install with HACS breowser_mod and add this line in configuration.yaml
browser_mod:
prefix: "browser_mod_"
After that, i add this to dashborad but when i click to the entities nothing appen.
I would like to appear a pop-up when click in the entities in the dashboard.
Can you help me please?
thk
type: entities
title: test
entities:
- entity: sensor.media_temperature_interne_climatizzatori
icon: 'mdi:home-thermometer'
name: Temperatura Media Climatizzatori
tap_action:
action: call-service
service: browser_mod.popup
service_data:
title: Popup example
card:
type: entities
entities:
- sensor.climatizzatore_ufficio_inside_temperature
deviceID:
- this
- dashboard
I am getting thousands of these errors -> " ERROR (MainThread) [frontend.js.latest.202010214] http://192.168.1.8:8123/browser_mod.js:149:7364 Uncaught TypeError: window.queueMicrotask is not a function"
previously, we had to edit the configuration.yaml and enter the correct device-id, if for some reason the device_id got changed. Required a restart to correct it.
Didnāt happen every day, but too often to neglect.
Some short time ago, Browser-mod was updated to be able to edit the device-id in the Frontend, (entityID on the browser-player card) which is a great development. click the device_id, enter the old (the one set in configuration.yaml) and weāre set again. No more restart necessary.
I was wondering if we could somehow automate the process. Or at least half way.
1- notice the device_id got changed
2- click a script button, to reset that (maybe reading the correct device_id recorded in the secrets file using an input_text in mode: password )
of course, this would have to be device dependent, and I am not sure we can template that in a regular jinja template?
we would need the availability of the browser_mod command Set deviceID in the first place. Thomas, is this available, or do you need a FR for that? Couldnāt find it in the list of services, or the documentation on the Repo.
thanks for having a look and your thoughts on the matter!