Live data from Hacker News

Texting myself the weather every day

bensilverman.co.uk

31–40 of 50 posts

Re: Texting myself the weather every day

#31

I tried to do this a few years ago and realized there is no reliable way to send myself an SMS without paying a not insignificant monthly fee somewhere. To the point where I might as well just pay for a service that already exists that does this and a lot more.

I can send myself an SMS via Google Voice, which has never charged me anything.

Re: Texting myself the weather every day

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

Sole prop registrations (for individuals/non-corporations) are not _too_ onerous anymore and generally have a faster time to approval, provided you submit the right docs. Totally agree it's a money grab though. Twilio et al. have so much power to keep bad actors at bay but keep pushing responsibility to the consumers of their API. I feel like setting up push notifications is easier though, which is saying something.

Re: Texting myself the weather every day

#33
I don't know in USA, but in Europe you can subscribe a 1€/month SIM contract that allow you to send a large number of SMS or even get a prepaid SIM. Using an old phone, connected via USB to a Raspberry would be an alternative and you will not rely on any third party service.

Re: Texting myself the weather every day

#34
post #16
post #13

Earlier quoted context omitted.

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.

He was being honest, it was clear tongue in cheek sarcasm

Re: Texting myself the weather every day

#35

I tried to do this a few years ago and realized there is no reliable way to send myself an SMS without paying a not insignificant monthly fee somewhere. To the point where I might as well just pay for a service that already exists that does this and a lot more.

I use the Telegram bot API to send myself the UV Index every morning, it's really simple to use and free

Re: Texting myself the weather every day

#36
I have this, both as a message and a web page bookmarked to my Homescreen.

The big difference is it also tells me if it’s going to be colder/warmer than yesterday.

That just helps me immediately know what to wear as I stumble through my morning.

Re: Texting myself the weather every day

#37

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 guess that means you can get proper iMessages. That would be great and look the part.

Re: Texting myself the weather every day

#38

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?

I live in a place where right now it's either 16C or 28C and looks the same in the morning. It's important for knowing what to wear

Re: Texting myself the weather every day

#39

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.

There's a similar app called alertzy that is free to install and (within reason) free to use too. I've recently started using for washing machine notifications.
Post reply on HN