Live data from Hacker News

Ask HN: Best ways to use old iPad as dashboard

news.ycombinator.com

1–10 of 13 posts

Re: Ask HN: Best ways to use old iPad as dashboard

#4
post #3

I tried to do this with a webpage, but Safari wasn't stable enough on an old iPad. It would crash every few hours. I'd suggest a native app instead, whether you write it or find someone else's.

That's a bit strange. Maybe the webpage had a memory leak.

Re: Ask HN: Best ways to use old iPad as dashboard

#6

I would think a web page would be the simplest. Spin up a node JS or whatever server on your home network and serve up whatever you want.

this is above my pay grade techinically speaking - don't suppose you know of a guide to this sort of thing?

Re: Ask HN: Best ways to use old iPad as dashboard

#8

I would think a web page would be the simplest. Spin up a node JS or whatever server on your home network and serve up whatever you want.

this is above my pay grade techinically speaking - don't suppose you know of a guide to this sort of thing?

Don’t know about any complete guide. But tinkering with HTML and CSS can get you a long way.

See e.g. https://www.zeitverschiebung.net/en/clock-widget for how to embed a clock widget on a web page.

Re: Ask HN: Best ways to use old iPad as dashboard

#9
post #3

I tried to do this with a webpage, but Safari wasn't stable enough on an old iPad. It would crash every few hours. I'd suggest a native app instead, whether you write it or find someone else's.

That's a bit strange. Maybe the webpage had a memory leak.

I'm sure it did, but it's hard to debug because of the depth and complexity of the stack (webpage code, rendering engine, browser, various OS layers).

Re: Ask HN: Best ways to use old iPad as dashboard

#10

I would think a web page would be the simplest. Spin up a node JS or whatever server on your home network and serve up whatever you want.

this is above my pay grade techinically speaking - don't suppose you know of a guide to this sort of thing?

There's a lot of guides, and a lot of approaches to making a dynamic page like this. Do you have any programming experience? What languages?
Post reply on HN