-
Notifications
You must be signed in to change notification settings - Fork 33
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
- Design inspired by WeatherStar 3000+ by netbymatt and The Weather Channel's WeatherStar III system
- Iconography from Open-Meteo
- Default background music from the Weatherscan Music - Complete Collection
- 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
| 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 | -- |
- Create a
weather_locations.txtfile 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
- On RaspberryPi/SteamOS/Linux:
- 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 Locationsscreen 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 - Then go to
Settings > Weatherand setEnabledtoOn