Skip to content

Module: Weather

Ant edited this page Aug 1, 2026 · 7 revisions

Allows you to view weather forecasts for up to 7 locations in a style similar The Weather Channel's WeatherStar III system from the 1980s

Contributors: anthonycaccese

Acknowledgements

Features

  • Integrates with Open-Meteo to provide weather forecasts for worldwide locations
  • Integrates with NWS to provide current conditions for US locations
  • For your main location it displays Current Conditions and Extended (3-day forecast)
  • Can display forecast data for 6 additional locations
  • Supports background music, US/Metric Units and 12-hour/24-hour time display

Settings

Option Values Info
Enabled On/Off Sets if the module should display in the main module list when you start 240-MP.
Displays Multiselect Choose which screens you'd like to display in the rotation
Music On/Off Choose if background music should be played while the module is open
Units Metric/US --
Screen Time 10/30/60 Sets how long each screen will display for before moving to the next one
Hours Format 24-Hour/12-Hour --

To Enable

  1. Create a weather_locations.txt file in the 240-MP data directory
    • On RaspberryPi/SteamOS/Linux: ~/.local/share/240-MP/weather_locations.txt
    • On macOS: ~/Library/Application Support/240-MP/weather_locations.txt
  2. And add the locations you'd like to view forecasts for (one location per line) into that file.
    • The first line will act as your primary location and is what will be used to display current conditions and extended (3-day) forecast. This is the only required line.
    • If you would like to view forecasts for additional locations you can add up 6 additional (one per line). They will display on the Other Locations screen in the module
    • Lines starting with # are ignored
    • To set a location you can provide a Lat/Lon (recommended) or just a name
    • Example:
    40.756211, -73.923964, New York
    Seattle, WA, USA
    Toronto, Canada
    London, England
    Paris, France
    Stockholm, Sweden
    Tokyo, Japan
    
  3. Then go to Settings > Weather and set Enabled to On

Clone this wiki locally