Is it possible to adjust what page address the plugin is showing?
I’m planning to use a Volumio player for music playback but also have multiple functionality of the computer without messing to much with the Volumio it self. Think I can solve most of my needs by just customize the webpage used in the chromium kiosk output or redirect to another page.
I thought I could redirect the page by just changing local-config.json under /volumio/http/www/app/ but doesn’t seem to do the trick.
Haven’t had much time to dig deeper in it yet but maybe someone have the information in top of there head?
Solved it myself.
In the file volumiokiosk.sh found in /opt/ folder after last argument /usr/bin/chromium-browser it is defined http://localhost:3000
This argument is the page loaded when plugin is activated. Changing this answered my question.
Next "problem"is that active screen area doesn’t fill full screen, black borders at right and left side while touch screen covers full area. Perfect match in the middle of the screen but to click maximum right of the visible screen I need to press maximum right, in the black border, of the screen. But I believe that will be solved by reading previous questions in this thread