Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

I did a similar thing as a web page an eInk tablet. What doubled the value for me though was adding a weather widget to the corner. It shows me:

* the current temperature

* the high or low over the next 12 hours

* graphical forecast of the 12 hours (including chance of precipitation)

which is all the info I need to know to dress for wherever I'm taking the bus to. You can get all this info (including graphics!) from weather.gov DWML, e.g. https://forecast.weather.gov/MapClick.php?lat=40.7143&lon=-7...



sort by: page size:

I'm a huge fan of the "Hourly Weather Forecast" linked from that page; I just bookmark it. Everything I need.

http://forecast.weather.gov/MapClick.php?lat=40.7198&lon=-73...


html: http://hourweather.com

android: https://market.android.com/details?id=com.hourlyweather

All summer I start my computer each morning just to check the weather for my commute(bicycle/motorcycle).

I tried some android weather apps but nothing fit. I didn't want the current weather or the afternoon weather I needed details and I wanted them at a glance(widget).

Also my phone know where I am so don't ask me, just give me the weather regardless of if I'm on vacation or at a friends.

Using the same code to make an html 5 geo based version as well.


The weather.gov forecast graphs are the most useful ones I'm aware of and the ones I turn to first whenever I want to know about the weather.

Example: https://forecast.weather.gov/MapClick.php?lat=37.7771&lon=-1...


Windy looks great, I will add it to my daily weather websites.

My primary visual weather site is the National Weather Service Enhanced Data Display.

https://preview.weather.gov/edd

It's been "*Experimental*" for several years, and the site looks kind of dated, but it provides a useful visualization of radar, satellite, tropical storms, etc, plus it runs on my old PC! =)

I also like the NWS Hourly Graph to give a better idea of for example when it's going to start or stop raining or go below freezing on a given day.

This is the forecast page for my area:

https://forecast.weather.gov/MapClick.php?lat=43.7445&lon=-7...

Put in your own zip code, or type in town and state (sorry, just US). Then click "Hourly Weather Forecast" below the daily descriptions to get this:

https://forecast.weather.gov/MapClick.php?lat=43.7445&lon=-7...

There's no location picker on that page though.


I just used an old eBook reader I had lying around. It shows the weather forecast.

I find that more important than the model used, is that you get actionable intel. To me, actionable intel boils down to 2 P's . Precision, and Probability.

So, I don't care if tomorrow there's a 50% chance of rain. I care that at a precise time of the day , say 9am, has a 10% precipitation and at noon is 90% , because i commute at 9am, not at noon. Wind is also an important factor if its raining. Temp as well. I need all this info presented as a mosaic.

For this purpose, I find the NOAA forecast local by hour is unrivaled. https://www.weather.gov/okx/ . Enter ZIP and then in enter local forecast by hour.

I have this URL bookmarked in my browser. I haven't looked back since. Example:

https://forecast.weather.gov/MapClick.php?lat=33.797&lon=-11...

I'd love to know if there is an android app that gives this level of detail, preferably, without spying into my microphone...


this is my go to when on desktop.

I have it bookmarked, so its faster than the phone itself (right now its set at the White House ZIP code)

https://forecast.weather.gov/MapClick.php?lat=38.895&lon=-77...


Even better, get a custom two-day chart as a 26KB PNG:

http://forecast.weather.gov/MapClick.php?lat=33&lon=-84&Fcst...


I love this 3-day graph the best:

https://forecast.weather.gov/MapClick.php?lat=<your latitude goes here>&lon=-<your longitude goes here>&unit=0&lg=english&FcstType=graphical is my favorite.

Just substitute your XX.XXXX latitude and your YY.YYYY longitude (negative from 0 if you're in the US) for the <> and their contents as variables.

There's also a tabular form of this. Very dense in terms of hourly forecasts. I tend to plug in various lat/long changes to figure out when a storm is going to blow into the kid's sporting event clear across town. Each degree of latitude or longitude is 68.3 miles, so you can usually just adjust the URL to get a pinpoint forecast...which is useful in metro areas where you might be traveling 40-45 miles to an event.


I've got a weather display

That seems very interesting. Got a link?


It has some similarity to the weather overview graphs from weather.gov which are my daily driver.

Its just stacked graphs of temperature, humidity, wind, and precipitations for 2 days. Shows sunrise/sunset. Its so not pretty, but quite effective.

It took a few days, but I got quite good at reading the weather from these graphs at a glance.

https://forecast.weather.gov/MapClick.php?lat=42.3761&lon=-7...


Just to throw this out there, most of this is already presented directly by the National Weather Service: http://forecast.weather.gov/MapClick.php?lat=35.73285&lo...

Another great option is Klara - https://play.google.com/store/apps/details?id=org.androworks...

Great information density, clean interface and has by the far the best widget of any weather app I've seen. It manages to display so much information with graphs without being visually overloaded.


You can also try the Glance Weather widget on Android.

I've set up something similar for myself, using WebLiveWallpaper to fetch a PNG of the latest local (Finnish) radar + temperature map.

It's rather surprising how easily having a bird's-eye view of the weather sort of fades into the background of your consciousness and becomes an accepted fact. I use my phone often enough that it just feels like I have an extra sense that tells me what the weather's like. Very odd.


I've used the weather.gov site for the last ~5 years, and it has been great. I bookmark both the 7-day local forecast[1] and the hourly dashboard[2].

[1] https://forecast.weather.gov/MapClick.php?lat=40.71234500000...

[2] https://forecast.weather.gov/MapClick.php?w0=t&w3u=1&w5=pop&...


This is a very simple hack that grabs weather data from the weather.gov and noaa.gov websites

I made it so I could grab exactly what I wanted and focused on where I live. It's not pretty, but it's fast and informative.

I used jQuery and Bootstrap but all the JS code to view the options and fetch the data are in the html page so it's pretty easy to configure it for any part of the US.


I am a fan of the 2 day graphical forecast from NOAA, everything including dew point, cloud coverage, and wind speeds/direction on one screen and easy to understand the trend...

https://forecast.weather.gov/MapClick.php?lat=33.4503&lon=-1...


http://www.averageweather.io/ - tool to make planning for travel much easier. When you are too far out for a forecast, I found myself taking too many clicks to get average weather data.

EDIT - Whoa. Getting lots of traffic. This site is like 3 days old and I taught myself python and django to build it. Open to any recommendations at jonathan at averageweather dot io

EDIT 2 - Back up... Site crash ... Google apps shutdown smtmp connections which crashed my entire site.

next

Legal | privacy