ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Weather Kiosk

    IT Discussion
    weather kiosk raspberry pi 3
    5
    5
    819
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • WLS-ITGuyW
      WLS-ITGuy
      last edited by

      Maybe that isn't the right term but here goes with the explanation.

      Our Buildings and Grounds guys would like a simple screen that displays some weather on a single page. Humidity, Temp, Wind, Rainfall, 5 day forecast and a radar if possible.

      I have a spare rPi hanging around after upgrading two library catalog machines to rPi4 so I could use those, just not sure where to start on the process.

      DustinB3403D 1 2 Replies Last reply Reply Quote 2
      • DustinB3403D
        DustinB3403 @WLS-ITGuy
        last edited by DustinB3403

        @WLS-ITGuy You could install raspbian on these and just load up the weather channels website and simply set your area.

        Would be simple and cost nothing but 30 minutes of time.

        1 Reply Last reply Reply Quote 1
        • 1
          1337 @WLS-ITGuy
          last edited by 1337

          @WLS-ITGuy said in Weather Kiosk:

          Maybe that isn't the right term but here goes with the explanation.

          Our Buildings and Grounds guys would like a simple screen that displays some weather on a single page. Humidity, Temp, Wind, Rainfall, 5 day forecast and a radar if possible.

          I have a spare rPi hanging around after upgrading two library catalog machines to rPi4 so I could use those, just not sure where to start on the process.

          Make the rpi boot unattended into a browser preferably in kiosk mode. Make a html file locally on your system and set that up as the start page (and only page). Hotlink to images or other info. If you need to scrape or connect to other services you need to install a local webserver and have php, python or whatever script do that.

          Have the page reload itself every 5 minutes or whatever suitable.

          PS. If you have infrastructure in place it might be better to have the rpi pull information from another webserver. Then you have no code or anything on the rpi and it's easier to change information because it's on another server and also easy to add another rpi or replace it if it breaks.

          1 Reply Last reply Reply Quote 1
          • brandon220B
            brandon220
            last edited by

            darksky.net is a good weather site and no ads, videos, etc. Very clean interface.

            jmooreJ 1 Reply Last reply Reply Quote 5
            • jmooreJ
              jmoore @brandon220
              last edited by

              @brandon220 Nice site, thanks for the recommendation.

              1 Reply Last reply Reply Quote 1
              • 1 / 1
              • First post
                Last post