home.social

#openweather — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #openweather, aggregated by home.social.

fetched live
  1. #Openweather an app I use because... I believe AccuWeather was the website I used to get free information about my weather situation. Apparently, the app that uses the API information has recently added a chatbot. Why is there a chatbot? For a weather app.

  2. Why does anyone need a ChatBot in their weather app FFS?

    Turned it off but now the app (#OpenWeather) leaves a bad taste.

    Any recommendations for a FOSS alternative?

  3. For a while now I've been using #Forecastie to display open weather data from;

    openweathermap.org/

    It was, at the time, the best weather app I could find on F-Droid. But while I was Fossify-ing my Simple apps, I decided to see what's available now. I'm quite impressed with Breezy Weather (forked from Geometric Weather);

    f-droid.org/packages/org.breez

    It seems to be able to use a range of open data sources, but the default appears to be;

    open-meteo.com/

    #weather #OpenWeather #OpenMeteo

  4. Landscape Motif Makes This E-Ink Weather Display Easy to Understand - True weather geeks will disagree, but there might be a better way to know how to d... - hackaday.com/2024/11/13/landsc #openweather #homehacks #landscape #waveshare #forecast #e-paper #weather #e-ink #api

  5. @mobilsicher Ganz lieben Dank #OpenWeather installiert.
    Eure Tips sind immer Klasse!

  6. Ich baue mir selbst ein Wetter Widget
    Bei OpenWeatherMap habe ich einen kostenlosen Akkount. Gestern habe ich mir ein Bashscript geschrieben, das die JSON Datei auswertet und eine HTML-Datei damit beschreibt.
    Jetzt startet das Design.

    openweathermap.org/api/one-cal

    #Wetter #Widget #Openweather #bash #html

  7. What are the best weather apps that use the @openmeteo or APIs?

  8. This is the #OpenSource #Android weather app I like the most: The @iode fork of #GeometricWeather.

    IMHO it is the only open-source app without trackers that has a professional look&feel.

    You can select the weather provider of your choice (currently #OpenWeather, #AccuWeather, and #MeteoFrance). I hope they will include the German #DWD in the future as well.

    gitlab.com/iode/os/apps/geomet

  9. This might help me to decide if and how much I have to water the garden this spring and summer.
    #OpenWeather

  10. Next step: some (not so pretty) graphs with Charty (chartyios.app).
    Get the last 120 hours of temperature and humidity (icloud.com/shortcuts/9ed1a9cb5) and cumulative rainfall (icloud.com/shortcuts/bfdacd223 edited, fixed off by one error)
    #Shortcuts #iOS #OpenWeather #charty

  11. If you combine that with an Automation running every hour in Shortcuts, you get your own set of weather data for any location.
    Make sure to turn off „Ask Before Running“ and „Notify when run“ otherwise you’ll notice it pretty quickly.
    #Shortcuts #iOS #OpenWeather

  12. I’m playing around in Shortcuts these days. This is my first script accessing the OpenWeather „One Call by Call“ API. It gets the current weather and stores it in a file.
    Feel free to let me know if it is useful to you.

    icloud.com/shortcuts/af04890eb
    #shortcuts #ios #OpenWeather

  13. @vascocosta aka #gluon wrote another article for his #GemLog, this time about #glueather, a #Python and #QT-based #weather application: github.com/vascocosta/glueathe

    Contrary to his #gemini text-based weather application (gemini://weather.gluonspace.com/), this uses a GUI, but with a similar minimalist style.

    The application currently requires you to put your API key for #OpenWeather services in a config file in your homedir; something that hopefully can be done through the app itself in the future?