TV display

Steve Woodhouse

Major Contributor
Joined
Aug 11, 2023
Messages
1,530
I know I’m flogging a dead horse, but really, if you could just introduce this.

Go to the video below, 1:14 to 1:49.

The image on the TV at 1:40, just give us that please.


Not everyone will either want it use it, but there are surely enough of us who’ll will to make it worthwhile.

Thank you.
 
Upvote 2
WiiM has two APIs to accomplish this using some basic coding. I published this one over 2 years ago, there are several others who have done the same using different languages like go and JavaScript.


It’s great, but I’m just wanting plug and play.

The other stuff, I might give a go if I’ve nowt on.
 
I optimized this for my TV screen.
Deleted some stuff that wasn't needed for TV screen use and edited the layout and style to my liking.
Really happy with the result.
View attachment 14365
The original wiim-now-playing was optimized for a low-res touch screen (Raspberry Pi with 480p touchscreen). I might do something with a TV (1080p/4K) resolution... don't mind if I run with your idea. ;)
 
Sure! Your options are:
  • Wait for WiiM to release anything to show you what's playing now on a screen of your choosing. Or:
    • Buy a WiiM Ultra now, you'll get the screen on the device.
    • Get the WiiM Home app (https://www.wiimhome.com/app) for your iOS/Android/Mac/Windows device.
      There is no Android TV app as I'm aware of, which should solve like 99% of the demand me thinks.
  • Put some effort in, i.e. ask that nephew that 'works with computers' to help, and get the satisfaction of building something yourself.
    For about 125 euro you've got the components to build a Raspberry Pi with touch screen. Then it will take several evenings cursing yourself, me, WiiM, whoknows. Here are some instructions/guidelines: https://github.com/cvdlinden/wiim-now-playing/blob/main/docs/RPi-Setup.md (your mileage may vary!)
    • It does not need to be a Raspberry Pi, with touch screen. It should run on any computer given the requirements, which aren't high.
For sure the developers of WiiM are reading up on this forum. So asking them nicely is still an option. And they might surprise you in the future...
Edit: Have a look here https://forum.wiimhome.com/threads/...e-to-see-wiim-produce.725/page-66#post-100529
 
Last edited:
Sure! Your options are:
  • Wait for WiiM to release anything to show you what's playing now on a screen of your choosing. Or:
    • Buy a WiiM Ultra now, you'll get the screen on the device.
    • Get the WiiM Home app (https://www.wiimhome.com/app) for your iOS/Android/Mac/Windows device.
      There is no Android TV app as I'm aware of, which should solve like 99% of the demand me thinks.
  • Put some effort in, i.e. ask that nephew that 'works with computers' to help, and get the satisfaction of building something yourself.
    For about 125 euro you've got the components to build a Raspberry Pi with touch screen. Then it will take several evenings cursing yourself, me, WiiM, whoknows. Here are some instructions/guidelines: https://github.com/cvdlinden/wiim-now-playing/blob/main/docs/RPi-Setup.md (your mileage may vary!)
    • It does not need to be a Raspberry Pi, with touch screen. It should run on any computer given the requirements, which aren't high.
For sure the developers of WiiM are reading up on this forum. So asking them nicely is still an option. And they might surprise you in the future...
Edit: Have a look here https://forum.wiimhome.com/threads/...e-to-see-wiim-produce.725/page-66#post-100529
An app has been requested many times previously - no response from Wiim.
Too long in the tooth for all that raspi stuff - been there, done it - I just want plug n play solutions these days 😁
 
I still see two options that should be easy for WiiM to implement and would be a good selling point.

1) Cast a "Now Playing" page formatted for big screens to any cast enabled receiver. The casting device is the WiiM device, not the WiiM Home App.

2) Use the already available WEB server in the WiiM device to provide a "Now Playing" page for any browser.

The WEB based page could be expanded to a full WiiM Home App page to allow use by Windows, Mac, Chromebook and Linux platforms.
 
Last edited:
The original wiim-now-playing was optimized for a low-res touch screen (Raspberry Pi with 480p touchscreen). I might do something with a TV (1080p/4K) resolution... don't mind if I run with your idea. ;)
I kind of optimized it for my Sony 4K TV. At least I tested the client on it.
Still need to upload the git and then of course you can do with it what you want. ;)
 
Back
Top