Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows - Open 2 kiosk browsers #108

Open
bboerendans opened this issue Apr 24, 2023 · 2 comments
Open

Windows - Open 2 kiosk browsers #108

bboerendans opened this issue Apr 24, 2023 · 2 comments
Labels
no stalebot exempt from stale bot

Comments

@bboerendans
Copy link

bboerendans commented Apr 24, 2023

I'm trying to open 2 Chrome browsers (2 different urls) in kiosk mode since we have dual monitors on 1 computer. I can't get it working correctly.

I'm using a config file (based on the example), which is working fine for 1 monitor.
CMD file content:

grafana-kiosk.windows.amd64.exe -c config.yaml

config.yaml:

general:
  kiosk-mode: full
  autofit: false

target:
  login-method: local
  username: *removed*
  password: *removed*
  playlist: false
  URL: *removed*

I don't know how to get the display setting working for Windows systems. Anyone an idea or suggestion how to get this working on 2 monitors on Windows?

@chriswiggins
Copy link

We just ran into this issue with our Raspberry Pi's. I worked around it by just running granafa-kiosk twice with two different config files. The second instance you'll want to set window-position on so it is opened on the other screen

@vm3141592
Copy link

I'm trying a similar thing. The difference is: Doing this on a single screen by using -window-position and -window-size. And I don't run 2 instances of grafana-kiosk, but one instance of chromium-browser as app and one instance of grafana-kiosk. So somehting like "split-screen".

Whatever I do grafana-kiosk behaves like a kiosk and fits its size to the whole screen.

Do you know whether this is possible?

@github-actions github-actions bot added the stale label Sep 19, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 18, 2023
@briangann briangann added no stalebot exempt from stale bot and removed stale labels Nov 29, 2023
@briangann briangann reopened this Nov 29, 2023
@briangann briangann added this to To do in grafana-kiosk Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no stalebot exempt from stale bot
Projects
grafana-kiosk
  
To do
Development

No branches or pull requests

4 participants