Leaving a Tablet or Screen Running Over Shabbat

All guides

An unattended display has a constraint that no ordinary browsing session has: if anything goes wrong, nobody is going to fix it. A screen that dims after ten minutes, a lock screen that wants a passcode, an update that reboots at 3 am — each of these turns a working display into a dead one for the next twenty-five hours. This guide covers every setting worth changing before candle lighting, device by device.

The general rule is worth stating up front: configure for the failure you cannot repair. Prefer the boring, over-cautious option every time.

The four things that actually kill a Shabbat display

In rough order of how often they cause trouble:

  1. Screen sleep and auto-lock. Every device ships with a timeout of a few minutes, and most cap the adjustable range well below twenty-five hours.
  2. Automatic updates and restarts. A device that reboots overnight comes back to a lock screen, not to your dashboard. This is the failure that people forget entirely.
  3. Power. No tablet in existence runs a lit screen for twenty-five hours on battery.
  4. Notifications and popups. A single full-screen alert, cookie banner or “rate this app” prompt can obscure the whole display.

Everything below is aimed at one of those four.

iPad and iPhone

Menu wording shifts slightly between iOS versions, but the paths have been stable for years.

Android tablets

Android's ordinary screen timeout usually maxes out at thirty minutes, which is not enough. The setting you actually want is in Developer options.

Amazon Fire tablets

Fire tablets make excellent cheap wall displays and have two quirks of their own.

Windows

chrome.exe --kiosk https://shabbatscreen.com

Create a shortcut with that target and you have a one-click Shabbat display. Edge takes the same flag. Failing that, plain F11 gives full screen.

macOS

caffeinate -d

Then put Safari or Chrome into full screen with Ctrl + Cmd + F. On a laptop, remember that closing the lid sleeps the machine regardless — if you are driving an external monitor, keep it open or use clamshell mode with external power and peripherals attached.

Raspberry Pi and Linux kiosks

A Pi behind a monitor is the most reliable permanent installation, because you control everything. Disable the screen blanker and power management, then launch Chromium in kiosk mode:

xset s off -dpms
chromium-browser --kiosk --noerrdialogs --disable-infobars https://shabbatscreen.com

Put both lines in an autostart file so the display comes back by itself after a power cut — the one failure mode a Pi handles better than any tablet.

Screen burn-in

A dashboard is a static image for hours at a time, which is precisely the condition that causes burn-in on OLED panels: uneven ageing of the subpixels, leaving a faint permanent ghost of whatever sat there.

The content on this screen helps a little on its own — a clock that changes every minute and a news panel that rotates through headlines means large parts of the display are not truly static.

Battery and heat

Any device driving a lit screen for twenty-five hours must stay plugged in. That raises two secondary issues.

Lithium batteries age faster when held at 100% charge, particularly when warm. Modern iPads and many Android tablets mitigate this automatically with optimised charging that holds at around 80%, and for a device that lives on a charger, that feature is worth leaving on. A dedicated wall tablet used this way every week will lose battery capacity faster than a normal one — a reasonable trade, and another argument for using an older spare device rather than your current one.

Heat is the second issue. A tablet in a thick case, running a bright screen continuously, gets warm, and heat is what actually degrades a battery. Take heavy cases off, leave the back unobstructed, and do not mount the device in a sealed enclosure or in direct sunlight.

Network

The display needs a working connection for the whole period, since every panel refreshes over the network.

Do a dry run

Configure everything on a weeknight, start the display, and walk away for twelve hours. Whatever is going to fail will have failed by the morning, and you will still have days to fix it. Checking the countdown timer on the screen tells you immediately whether refreshes are still happening or whether the page died at some point in the night.

Then on Friday, run through a short checklist before candle lighting: device plugged in, screen timeout off, correct location loaded, panels showing what you want, refresh interval set, full screen on, and the countdown visibly ticking. Five minutes of checking beats twenty-five hours of a blank screen.

A note on refresh intervals

For an unattended screen, five or fifteen minutes is the right choice. One-minute refreshes cost bandwidth and heat without telling you anything new — forecast data does not update anything like that fast, and neither does a news feed. Fifteen minutes is the setting to pick if the device is older, warm, or on a weak connection.

Once the hardware side is sorted, the setup walkthrough covers the display's own options: choosing panels, picking news sources, units, theme and language.