Shul Display Board

Yep, but it’s sff (not micro) and you would want to replace the HDD with an SSD.

Not sure what that means or what the difference is

Then I guess not, I am looking for something I can just buy one computer with a power cord and just plug in the power and plug in the monitor and it will work

Bigger

Understandable, but also about 1 minute to change the drive.

Oh that is not an issue as I have a cabinet box thing its going inside of

1 Like

Not for me… I have never done that before, I will keep looking

Wait why do I need SSD?

You don’t need one, but you will probably want one once you use an OS with an HDD.

Speed

1 Like

Its a display board running a JavaScript website… What is so major?

I am going to make a new page combining

and

If your fine with HDD then go for it. I wouldn’t but that’s me.

I use them for storage only.

1 Like

I think i am going to use this Combo:

Computer: DELL OptiPlex 3050 SFF i5-7500 3.40GHz 8GB RAM 500GB HDD Win11 Pro | eBay

Screen: Toshiba Fire TV "43 Class C350 Series 4K LED smart TV | Amazon

Cord: Amazon.com: Amazon Basics DisplayPort to HDMI Adapter Cable for Monitors, Projector 1080p, 1920x1200, 4K@60Hz, 6 ft, Gold-Plated Plug, Black : Electronics

Any reason not to or anything to change before I order?

1 Like

@ars18

`khalyereim/docs/screen.md at main · Shalom-Karr/khalyereim · GitHub

Do you think idea #2 will work for this?

???

I wanted you to quickly read the docs

Option B — Custom Android TV WebView APK

Build a minimal Android TV app whose only Activity is a full-screen WebView pointed at display-legacy.html (or a hosted URL). Sideload via ADB, set as default launcher.

Skeleton (Kotlin, MainActivity.kt):

class MainActivity : Activity() {
    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        window.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON)
        window.decorView.systemUiVisibility =
            View.SYSTEM_UI_FLAG_FULLSCREEN or
            View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY or
            View.SYSTEM_UI_FLAG_HIDE_NAVIGATION
        val wv = WebView(this).apply {
            settings.javaScriptEnabled = true
            settings.domStorageEnabled = true
            settings.cacheMode = WebSettings.LOAD_DEFAULT
            loadUrl("https://khalyereim.org/display-legacy.html")
        }
        setContentView(wv)
    }
}

Manifest needs <category android:name="android.intent.category.HOME"/> on the launcher activity, INTERNET permission, and the android.software.leanback feature for Android TV.

Nah, for a shul stick with mini pc or pi, you never want to connect these TVs to the Internet in a shul they have a kind of their own. Use it as a display.

I don’t have it yet, I am still looking for the easiest cheapest thing that will work to render this page clearly and will be able to load properly

https://khalyereim.com/display-legacy.html

Weren’t you on this months ago?

What was wrong with those options

It was not my desicion and they didn’t want to spend that much, the one they have barely works though

they want something cheap

That WAS cheap

What do they want to spend? $5?

1 Like

I think 200 or less total

Is that possible?

Why would just a tv without a computer not work?

First of all, these TVs are cheap because they make money by showing ads. Second, it’s a whole headache to set another launcher (which you may or may not want to deal with).

Three, tell them to spend the extra hundred on a setup that will last a long time and actually operate the way they want it to.

1 Like