Can't open new URL in kiosk mode The 2019 Stack Overflow Developer Survey Results Are InCan't open GajimTrying to open a browser on startup on my Raspberry PiHow to view a daemon's output in a session on Raspbian/Debian?How to programmatically add new crontab file without replacing previous oneHow to make startx open new X Session in tty7 on Raspberry Pi?SNR or signal and noise levels in ad-hoc modehwclock can't open rtc fileIs promiscuous mode needed for proxy arp?Can't detect bluetooth adapterCan't open file to write
Why can't devices on different VLANs, but on the same subnet, communicate?
What is this business jet?
APIPA and LAN Broadcast Domain
Is it correct to say the Neural Networks are an alternative way of performing Maximum Likelihood Estimation? if not, why?
Can you cast a spell on someone in the Ethereal Plane, if you are on the Material Plane and have the True Seeing spell active?
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
Likelihood that a superbug or lethal virus could come from a landfill
How do you keep chess fun when your opponent constantly beats you?
Does adding complexity mean a more secure cipher?
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
If a sorcerer casts the Banishment spell on a PC while in Avernus, does the PC return to their home plane?
How do PCB vias affect signal quality?
Is Cinnamon a desktop environment or a window manager? (Or both?)
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
Star Trek - X-shaped Item on Regula/Orbital Office Starbases
How to translate "being like"?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Cooking pasta in a water boiler
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
Straighten subgroup lattice
writing variables above the numbers in tikz picture
How did passengers keep warm on sail ships?
How do I free up internal storage if I don't have any apps downloaded?
How much of the clove should I use when using big garlic heads?
Can't open new URL in kiosk mode
The 2019 Stack Overflow Developer Survey Results Are InCan't open GajimTrying to open a browser on startup on my Raspberry PiHow to view a daemon's output in a session on Raspbian/Debian?How to programmatically add new crontab file without replacing previous oneHow to make startx open new X Session in tty7 on Raspberry Pi?SNR or signal and noise levels in ad-hoc modehwclock can't open rtc fileIs promiscuous mode needed for proxy arp?Can't detect bluetooth adapterCan't open file to write
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
So I'm working on a Spotify jukebox that displays album art (Raspberry Pi). I have a Python script that opens the url hosting the art in chromium, and updates it when the song changes, by opening a new tab. My problem is that, in kiosk mode, when the script launches the updated url for the latest song's art, nothing happens. I believe this has something to do with the nature of kiosk mode. What does work is opening the url not on in kiosk mode. When I do this, the script simply opens a new tab. The problem with this is that you see the search and menu bars, which ruins the jukebox look. Is there a way to open a new url in kiosk mode (via automation)? Or would it make sense to somehow crop off the top of the display in settings? If so, how would I do this? Thanks.
python raspberry-pi raspbian
New contributor
Rob Roberts is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
So I'm working on a Spotify jukebox that displays album art (Raspberry Pi). I have a Python script that opens the url hosting the art in chromium, and updates it when the song changes, by opening a new tab. My problem is that, in kiosk mode, when the script launches the updated url for the latest song's art, nothing happens. I believe this has something to do with the nature of kiosk mode. What does work is opening the url not on in kiosk mode. When I do this, the script simply opens a new tab. The problem with this is that you see the search and menu bars, which ruins the jukebox look. Is there a way to open a new url in kiosk mode (via automation)? Or would it make sense to somehow crop off the top of the display in settings? If so, how would I do this? Thanks.
python raspberry-pi raspbian
New contributor
Rob Roberts is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
So I'm working on a Spotify jukebox that displays album art (Raspberry Pi). I have a Python script that opens the url hosting the art in chromium, and updates it when the song changes, by opening a new tab. My problem is that, in kiosk mode, when the script launches the updated url for the latest song's art, nothing happens. I believe this has something to do with the nature of kiosk mode. What does work is opening the url not on in kiosk mode. When I do this, the script simply opens a new tab. The problem with this is that you see the search and menu bars, which ruins the jukebox look. Is there a way to open a new url in kiosk mode (via automation)? Or would it make sense to somehow crop off the top of the display in settings? If so, how would I do this? Thanks.
python raspberry-pi raspbian
New contributor
Rob Roberts is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
So I'm working on a Spotify jukebox that displays album art (Raspberry Pi). I have a Python script that opens the url hosting the art in chromium, and updates it when the song changes, by opening a new tab. My problem is that, in kiosk mode, when the script launches the updated url for the latest song's art, nothing happens. I believe this has something to do with the nature of kiosk mode. What does work is opening the url not on in kiosk mode. When I do this, the script simply opens a new tab. The problem with this is that you see the search and menu bars, which ruins the jukebox look. Is there a way to open a new url in kiosk mode (via automation)? Or would it make sense to somehow crop off the top of the display in settings? If so, how would I do this? Thanks.
python raspberry-pi raspbian
python raspberry-pi raspbian
New contributor
Rob Roberts is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Rob Roberts is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Rob Roberts is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
Rob Roberts Rob Roberts
1
1
New contributor
Rob Roberts is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Rob Roberts is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Rob Roberts is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Rob Roberts is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511564%2fcant-open-new-url-in-kiosk-mode%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Rob Roberts is a new contributor. Be nice, and check out our Code of Conduct.
Rob Roberts is a new contributor. Be nice, and check out our Code of Conduct.
Rob Roberts is a new contributor. Be nice, and check out our Code of Conduct.
Rob Roberts is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511564%2fcant-open-new-url-in-kiosk-mode%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-python, raspberry-pi, raspbian