Ask HN: Best ways to use old iPad as dashboard
1–10 of 13 posts
Re: Ask HN: Best ways to use old iPad as dashboard
#2Re: Ask HN: Best ways to use old iPad as dashboard
#3I'd suggest a native app instead, whether you write it or find someone else's.
Re: Ask HN: Best ways to use old iPad as dashboard
#4I 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.
Re: Ask HN: Best ways to use old iPad as dashboard
#5Re: Ask HN: Best ways to use old iPad as dashboard
#6I 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.
Re: Ask HN: Best ways to use old iPad as dashboard
#7Re: Ask HN: Best ways to use old iPad as dashboard
#8I 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?
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
#9I 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
#10I 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?