You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi; thanks for posting this code! I use it to control my Stereo, CD Player and Logitech Squeezebox (Power Off only) and it works great!
My Problem: I am trying to add the following action to a button-press:
Upon pressing this button, another webpage (Web page of my local Logitech Media Server) should open - in another window / Tab .
Can you give me any hints how I could do that?
The Webpage & parameters to be opened would be: http://172.16.1.105:9000/material
I thought it must be something like: window.open("http://172.16.1.103:9000/material\")\n
But, I am new to coding and don't understand the syntax fully.... so far, I failed to get it to work ..... :-(
Your help is greatly appreciated!
All the best - Heiner
The text was updated successfully, but these errors were encountered:
And just call it instead of "generateButton" for your media center button. The link parameter would be where you pass in "http://172.16.1.105:9000/material"
Hi; thanks for posting this code! I use it to control my Stereo, CD Player and Logitech Squeezebox (Power Off only) and it works great!
My Problem: I am trying to add the following action to a button-press:
Upon pressing this button, another webpage (Web page of my local Logitech Media Server) should open - in another window / Tab .
Can you give me any hints how I could do that?
The Webpage & parameters to be opened would be:
http://172.16.1.105:9000/material
I thought it must be something like: window.open("http://172.16.1.103:9000/material\")\n
But, I am new to coding and don't understand the syntax fully.... so far, I failed to get it to work ..... :-(
Your help is greatly appreciated!
All the best - Heiner
The text was updated successfully, but these errors were encountered: