This is my new favorite thing. I don’t have a CRT to display this on, but I’ll settle for an old 4:3 LCD monitor I have sitting on a shelf in the basement - it’s old and blurry enough to be a reasonable facsimile.

This project aims to bring back the feel of the 90’s with a weather forecast that has the look and feel of The Weather Channel at that time but available in a modern way.

Live demo: https://weatherstar.netbymatt.com/

docker run -p 8080:8080 ghcr.io/netbymatt/ws4kp

Access on http://localhost:8080

Screenshots

    • vluz
      link
      fedilink
      01 year ago

      Just figured out there are 10 places called Lisbon dotted around the US, according to the search.

      • TwinTusks
        link
        fedilink
        English
        01 year ago

        The new world isn’t famous for its creativity with place names. You’ll find Beijing and Shanghai in there too.

  • Autumn 🍂
    link
    fedilink
    English
    01 year ago

    Been using this for quite a while. Pair this with some Trammell Starks “Music For Local Forecast” music and you’re set. Those can be found on archive.org.

    • Admiral PatrickOP
      link
      fedilink
      English
      0
      edit-2
      1 year ago

      Dumb question, but how to do you get just the weather panel to display without the settings form below and such? Setting it up in an iframe is one of the things I wanted to do with it aside from a kiosk-style, fullscreen display.

      I looked at that one, and the demo was cool. When I looked at the hosting steps, though, it mentioned IIS and I pretty much noped out. Lol

      • LifeBandit666
        link
        fedilink
        English
        01 year ago

        I thought iframes had been phased out in the latest release of HA? It’s webpages in views now isn’t it? Try updating and having another go (I updated yesterday and haven’t had a play yet but heard about it on the HA podcast btw)

        • Admiral PatrickOP
          link
          fedilink
          English
          01 year ago

          Oh, I’m not adding it to HA, just curious how to have just the weather panel is ws4kp to display for embedding without all the settings/controls.

      • @node815@lemmy.world
        link
        fedilink
        English
        0
        edit-2
        1 year ago

        From their readme. I asked about that last night and he replied an pointed me to it. :)

        Kiosk mode

        Kiosk mode can be activated by a checkbox on the page. Note that there is no way out of kiosk mode (except refresh or closing the browser), and the play/pause and other controls will not be available. This is deliberate as a browser’s kiosk mode it intended not to be exited or significantly modified.

        It’s also possible to enter kiosk mode using a permalink. First generate a Permalink, then to the end of it add &kiosk=true. Opening this link will load all of the selected displays included in the Permalink, enter kiosk mode immediately upon loading and start playing the forecast.


        I didn’t see IIS mentioned, but I didn’t take a close look at the code. They give you a docker run command to set it up, so I converted it to a docker compose file so I can run it later. All of this is running on a Debian 12 system, so if IIS is needed, I’d wager that is if you are running a Windows setup.

        I have mine embedded in Home Assistant now as an iframe using the Kiosk mode setting which works.