Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwlng committed Oct 3, 2022
1 parent 71c0503 commit 2807c3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ sed -i 's/"exited_cleanly":false/"exited_cleanly":true/; s/"exit_type":"[^"]\+"/
chromium-browser --noerrdialogs --disable-infobars --kiosk 'http://127.0.0.1:5000'
```

For the 3840x1100 screen, you can increase the zoom level of chromium using this command line :
For the 3840x1100 screen, you can increase the zoom level of chromium using --force-device-scale-factor on the command line :
```
chromium-browser --noerrdialogs --disable-infobars --force-device-scale-factor=1.5 --kiosk 'http://127.0.0.1:5000'
```
Expand Down Expand Up @@ -280,6 +280,8 @@ Or you can also add each dashboard URL separately to the Kiosk URL List:

![touch screen](https://i.imgur.com/cXrHx23.png)

![home assistant](https://i.imgur.com/xDXkFYL.jpg)

I installed the 'Kiosk Mode' HACS frontend repository. See https://github.com/maykar/kiosk-mode

Now, I can use the kiosk query parameter, to hide the header and sidebar on the dashboard:
Expand All @@ -289,4 +291,3 @@ For example : http://192.168.2.34:8123/lovelace/home?kiosk
Note, that this only works correctly, if you hide the sidebar by default, for the Kiosk user:

![home assistant](https://i.imgur.com/pKVELn4.png)

0 comments on commit 2807c3f

Please sign in to comment.