Live data from Hacker News

Texting myself the weather every day

bensilverman.co.uk

11–20 of 50 posts

Re: Texting myself the weather every day

#11
post #9

many mobile carriers allow sending texts via email (for example: 3048675309@vtext.com with a verizon number), which might be worth looking into should you want to avoid twilio completely.

Sadly, it seems this option is fading away, at least in the US.

https://www.smseagle.eu/2025/05/08/no-support-for-email-to-t...

Re: Texting myself the weather every day

#12

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

I had to leave twilio after the new requirements for SMS took effect. I just couldn't get approved to send text messages to a single phone number - myself.

Re: Texting myself the weather every day

#13

Cool, however “ Opening the Weather app every morning is too much effort” - is it really? And even if it was, don't most mobile OSes support having a Lock Screen weather widget you can check at a glance?

Most of the time it’s a solution looking for a problem with these recreational programming writeups, and that’s perfectly fine.

I also wrote a script that downloads my mum’s favorite series from public broadcasters, puts them in Plex and sends her a text message. Is it necessary? No, but it was fun.

Re: Texting myself the weather every day

#15
Having explored Twillio for text messaging recently, turns out it’s getting very hard to be able to send them programmatically in the US due to lengthy A2P registration process. I understand in spirit this aims to reduce text spam, but my feeling is this becoming another money making opportunity for carriers.

https://www.twilio.com/docs/flex/admin-guide/setup/conversat...

Re: Texting myself the weather every day

#16
post #13

Cool, however “ Opening the Weather app every morning is too much effort” - is it really? And even if it was, don't most mobile OSes support having a Lock Screen weather widget you can check at a glance?

Most of the time it’s a solution looking for a problem with these recreational programming writeups, and that’s perfectly fine. I also wrote a script that downloads my mum’s favorite series from public broadcasters, puts them in Plex and sends her a text message. Is it necessary? No, but it was fun.

It's fine, but it's also good to be honest with yourself and your readers.

Re: Texting myself the weather every day

#18

Might be a weird question but, what value do people get from knowing the current weather? I understand the value in forecasts of course, but doesn't "feeling" the current weather serve most practical purposes?

For me it's about being able to build a mental model of the relationship between the forecast and the feeling so when I look at a forecast for the future I have a better idea what that might actually feel like.

The numbers alone aren't enough especially in places with microclimates and shade etc.

Re: Texting myself the weather every day

#19
post #15

Having explored Twillio for text messaging recently, turns out it’s getting very hard to be able to send them programmatically in the US due to lengthy A2P registration process. I understand in spirit this aims to reduce text spam, but my feeling is this becoming another money making opportunity for carriers. https://www.twilio.com/docs/flex/admin-guide/setup/conversat...

Having very recently gone through this process for both a “local” number A2P registration as well as a toll-free registration process I can say, unequivocally, that’s already what it is.

There is no step in the process that would deter any company from taking the ~30 minutes of effort to get the registration details in order. We run a legitimate company that was only seeking to send transactional notifications that our customers specifically requested, and it took 4 rounds of back and forth to get approved. However, each step provided a very clear error code with very specific remedies (e.g. Opt-in form must include language which states…), which would make it a rote process for automation or even manual repetition. In fact, the only thing that I could see which would deter a company which seeks to rely on spam for profit would be if the registration fees were larger than their expected profit (they’re not, thankfully).

I don’t even mean this comment to necessarily be an indictment of the process - it was…fine? I’m just not entirely sure what it’s purpose could be except to collect additional fees for each SMS campaign.

Re: Texting myself the weather every day

#20

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...

I quickly looked at Samsung's Modes and Routines app, and you could build a similar routine (but only with a local notification).
Post reply on HN