I’m wondering if anyone is aware of a tool that could work as an internet connected dementia clock - that is displaying the time, time of day, date, and the ability to update the display remotely with reminders, notes, and messages.

I have an old iPad kicking around, which could save us from purchasing something like this.

Thanks in advance!

    • Uninvited Guest@lemmy.caOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      10 months ago

      I appreciate the thoughtfulness. I’m not dead set on self hosting - I figured that the relatively simple functionality might already exist in some tools. The client side of the solution would involve no interaction which is why I considered the self hosting route. If the server goes down, as long is it continues to display the time/date/last know notes/messages without any intervention then it would meet our needs. A dashboard tool that runs some elements independently and queries a server for updates on occasion.

      I did find MagicMirror, which looks like it could be set up with an SBC connected to a monitor. I haven’t yet had time to dig in to its workings to see if would meet the offline/online requirements.

      I also found calendarclock.app which, while not self hosted, is purpose built for this scenario and would allow the recycling of existing hardware.

    • pearsaltchocolatebar@discuss.online
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      10 months ago

      You really don’t need a server for this functionality. You could handle everything locally with a bit of python and use an s3 connection or something to set changes remotely. It should be an extremely simple project.

      It’s not like he’s developing a product that needs to meet FDA regulations or support hundreds of or something.