• weather.com - 10-Day problem

    From Adam@adam@no_thanks.com to alt.os.linux.mint on Wed Mar 18 10:58:29 2026
    From Newsgroup: alt.os.linux.mint


    It just says...

    Application error: a client-side exception has occurred while loading weather.com

    --- Synchronet 3.21e-Linux NewsLink 1.2
  • From Mike Easter@MikeE@ster.invalid to alt.os.linux.mint on Wed Mar 18 13:55:21 2026
    From Newsgroup: alt.os.linux.mint

    Adam wrote:

    It just says...

    Application error: a client-side exception has occurred while loading weather.com

    I live in an area which has many different microclimates which weather
    greatly differs; so I prefer a report and forecast that fine-tunes right
    down to my postal zip code. I use a console for

    $ curl wttr.in <zip>
    --
    Mike Easter
    --- Synchronet 3.21e-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to alt.os.linux.mint on Wed Mar 18 22:49:37 2026
    From Newsgroup: alt.os.linux.mint

    On Wed, 18 Mar 2026 13:55:21 -0700, Mike Easter wrote:

    Adam wrote:

    It just says...

    Application error: a client-side exception has occurred while loading
    weather.com

    I live in an area which has many different microclimates which weather greatly differs; so I prefer a report and forecast that fine-tunes right
    down to my postal zip code. I use a console for

    $ curl wttr.in <zip>

    I query https://api.weather.gov for the latest observations for my grid.
    The Raspberry Pi also queries a DHT11 sensor for the inside weather and
    serves up a webpage I can query in a browser on the other boxes. Right
    now:

    Temperature: 72.0 F
    Humidity: 26.0%
    Outside Temperature: 55.4 F
    Outside Humidity: 71.7%

    It's a WIP. I've got to spice up the html and will probably add the
    forecast from weather.gov.
    --- Synchronet 3.21e-Linux NewsLink 1.2
  • From Mike Easter@MikeE@ster.invalid to alt.os.linux.mint on Wed Mar 18 17:17:35 2026
    From Newsgroup: alt.os.linux.mint

    rbowman wrote:
    I queryhttps://api.weather.gov for the latest observations for my grid.

    That would work fine for my specific location, as it has a reporting
    station which is just 2 mi to my WNW; we have microclimates that are so
    'fine' as to be different depending on the prevailing breeze, generally
    W-ish where the cooler ocean waters are. One has a different climate depending on how many miles inland E they are and what is the quality of
    their breeze, depending on the terrain, which is also quite variable.

    I happen to be in a location somewhat inland which has a fantastic
    breeze 'from the sea' usually.
    --
    Mike Easter
    --- Synchronet 3.21e-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to alt.os.linux.mint on Thu Mar 19 05:31:33 2026
    From Newsgroup: alt.os.linux.mint

    On Wed, 18 Mar 2026 17:17:35 -0700, Mike Easter wrote:

    That would work fine for my specific location, as it has a reporting
    station which is just 2 mi to my WNW; we have microclimates that are so 'fine' as to be different depending on the prevailing breeze, generally
    W-ish where the cooler ocean waters are. One has a different climate depending on how many miles inland E they are and what is the quality of their breeze, depending on the terrain, which is also quite variable.

    I'm about 5 miles from the station. Their observation can be a little
    warmer than my actual conditions this time of year when the sun hides
    behind the mountain. If I were really ambitious I'd have a remote station
    out in the yard.
    --- Synchronet 3.21e-Linux NewsLink 1.2
  • From Adam@adam@no_thanks.com to alt.os.linux.mint on Wed Mar 18 23:46:51 2026
    From Newsgroup: alt.os.linux.mint

    On 03/18/2026 03:49 PM, rbowman wrote:
    On Wed, 18 Mar 2026 13:55:21 -0700, Mike Easter wrote:

    Adam wrote:

    It just says...

    Application error: a client-side exception has occurred while loading
    weather.com

    I live in an area which has many different microclimates which weather
    greatly differs; so I prefer a report and forecast that fine-tunes right
    down to my postal zip code. I use a console for

    $ curl wttr.in <zip>

    I query https://api.weather.gov for the latest observations for my grid.
    The Raspberry Pi also queries a DHT11 sensor for the inside weather and serves up a webpage I can query in a browser on the other boxes. Right
    now:

    Temperature: 72.0 F
    Humidity: 26.0%
    Outside Temperature: 55.4 F
    Outside Humidity: 71.7%

    It's a WIP. I've got to spice up the html and will probably add the
    forecast from weather.gov.


    Thanks, it's nice to have an alternative weather site (weather.gov).

    --- Synchronet 3.21e-Linux NewsLink 1.2
  • From vallor@vallor@vallor.earth to alt.os.linux.mint on Sun Mar 22 16:08:29 2026
    From Newsgroup: alt.os.linux.mint

    At 18 Mar 2026 22:49:37 GMT, rbowman <bowman@montana.com> wrote:

    On Wed, 18 Mar 2026 13:55:21 -0700, Mike Easter wrote:

    Adam wrote:

    It just says...

    Application error: a client-side exception has occurred while loading
    weather.com

    I live in an area which has many different microclimates which weather greatly differs; so I prefer a report and forecast that fine-tunes right down to my postal zip code. I use a console for

    $ curl wttr.in <zip>

    I query https://api.weather.gov for the latest observations for my grid.

    I wrote a tk/perl app to display the info from that API (thank you for posting about it lo those many weeks ago...)

    https://ibb.co/q3jwCgwt

    https://i.imgur.com/tlg07t2.png

    It's a bit bare and janky, but I wanted to have my weather icons. ;)

    (Maybe a web page is a better idea though, then I don't have
    to maintain a separate tk program.)



    The Raspberry Pi also queries a DHT11 sensor for the inside weather and serves up a webpage I can query in a browser on the other boxes. Right
    now:

    Temperature: 72.0 F
    Humidity: 26.0%
    Outside Temperature: 55.4 F
    Outside Humidity: 71.7%

    It's a WIP. I've got to spice up the html and will probably add the
    forecast from weather.gov.
    --
    -v System76 Thelio Mega v1.1 x86_64 Mem: 258G
    OS: Linux 7.0.0-rc4 D: Mint 22.3 DE: Xfce 4.18 (X11)
    NVIDIA GeForce RTX 3090Ti (24G) (595.45.04)
    "Always proofread carefully to see if you any words out."
    --- Synchronet 3.21f-Linux NewsLink 1.2
  • From rbowman@bowman@montana.com to alt.os.linux.mint on Sun Mar 22 17:29:40 2026
    From Newsgroup: alt.os.linux.mint

    On Sun, 22 Mar 2026 16:08:29 +0000, vallor wrote:

    At 18 Mar 2026 22:49:37 GMT, rbowman <bowman@montana.com> wrote:

    On Wed, 18 Mar 2026 13:55:21 -0700, Mike Easter wrote:

    Adam wrote:

    It just says...

    Application error: a client-side exception has occurred while
    loading weather.com

    I live in an area which has many different microclimates which
    weather greatly differs; so I prefer a report and forecast that
    fine-tunes right down to my postal zip code. I use a console for

    $ curl wttr.in <zip>

    I query https://api.weather.gov for the latest observations for my
    grid.

    I wrote a tk/perl app to display the info from that API (thank you for posting about it lo those many weeks ago...)

    https://ibb.co/q3jwCgwt

    https://i.imgur.com/tlg07t2.png

    It's a bit bare and janky, but I wanted to have my weather icons. ;)

    (Maybe a web page is a better idea though, then I don't have to maintain
    a separate tk program.)
    forecast from weather.gov.

    I first did a GUI using PySide6 but that required switching to the Pi.
    Putting up a simple server meant I could access the data from any machine
    on the LAN. Besides, I wanted to play with Flask. It's a bit like node/ express; batteries are not included but are readily available as
    required.

    --- Synchronet 3.21f-Linux NewsLink 1.2