Live data from Hacker News

Texting myself the weather every day

bensilverman.co.uk

1–10 of 50 posts

Re: Texting myself the weather every day

#3
1st version: relies on one single third-party service

Preamble to the 2nd version: This is something I should be able to code and host myself, without relying on a third-party

2nd and thus far final version: relies on three third-party services

Re: Texting myself the weather every day

#5

1st version: relies on one single third-party service Preamble to the 2nd version: This is something I should be able to code and host myself, without relying on a third-party 2nd and thus far final version: relies on three third-party services

That made me laugh. Github actions was just running Cron so that one could easily be self hosted.

Re: Texting myself the weather every day

#8

Have you tried push notifications through a PWA? Not sure it works but could skip the need for Twilio & £20 budget! https://push.foo/

Pushover is $7 one-time, you can push notifications via a simple api. Having a machine hosted on, say, fly.io waking up once a day, fetching open meteo data and pushing via the pushover api would effectively cost $0/month.

Re: Texting myself the weather every day

#10
OP appears to be using an iOS device, so I was curious to see if this could be replicated using Shortcuts and Automations.

It can! And you can send yourself an SMS, or, as I've done in this example, send a notification, which will persist in Notification Center, if you wish.

https://www.icloud.com/shortcuts/8cda97aa69174e44b434c3dba7a...

Post reply on HN