Skip to content

Releases: multimokia/MAS-Submod-Auto-Atmos-Change

Auto Atmos Change 2.0.7

14 Sep 23:29
38eb3a0
Compare
Choose a tag to compare
  • Adds functionality with the Submod Updater Plugin. Give it an install to make updating this submod easier!

API Changes:

  • Moved the filepath of the awc_citylookup.txt to be more easily overrideable if need be.

Function Additions:

  • awc_forecastByCityCountryTup(citycountry):
    • Gets a three hour forecast by city-country tuple
    • Returns a pyowm.webapi25.forecaster.Forecaster
  • awc_forecastByCoords(coords):
    • Gets a three hour forecast by lat-lon coords
    • Returns a pyowm.webapi25.forecaster.Forecaster
  • awc_get3hForecast():
    • Gets a three hour forecast prioritizing the location preference, falling back to the remaining option
    • Returns a pyowm.webapi25.forecaster.Forecaster
  • awc_getTomorrowAverageTemp():
    • Gets the average temperature for tomorrow (Returns in Celsius)
    • Returns int if temp can be gotten, otherwise None