add some words about city ID in openweathermap scripts (fix #45)

This commit is contained in:
x70b1 2018-05-23 12:23:28 +02:00
parent cefacfa9f0
commit 31cbde5acd
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ A weather script that displays some weather information.
It shows icons, temperatures and text for the current weather. The script can be easily modified to display a forecast. Look at the commented out line.
If `CITY` is left empty, the location is retrieved via the Mozilla Location API.
If `CITY` is left empty, the location is retrieved via the Mozilla Location API. An ID must be specified here. For example ID of Berlin is `2950159`.
Change these values:

View File

@ -4,7 +4,7 @@ A weather script that displays a weather forecast.
It shows icons and temperatures for the current weather and the 3 hour forecast.
If `CITY` is left empty, the location is retrieved via the Mozilla Location API.
If `CITY` is left empty, the location is retrieved via the Mozilla Location API. An ID must be specified here. For example ID of Berlin is `2950159`.
Change these values:

View File

@ -4,7 +4,7 @@ A weather script that shows a lot of information.
It shows icons and temperatures for the current weather and the 3 hour forecast. It displays information about the next sunrise or sunset.
If `CITY` is left empty, the location is retrieved via the Mozilla Location API.
If `CITY` is left empty, the location is retrieved via the Mozilla Location API. An ID must be specified here. For example ID of Berlin is `2950159`.
Change these values:

View File

@ -4,7 +4,7 @@ A weather script that displays some weather information.
It shows icons and temperatures for the current weather. The script can be easily modified to display a forecast. Look at the commented out line.
If `CITY` is left empty, the location is retrieved via the Mozilla Location API.
If `CITY` is left empty, the location is retrieved via the Mozilla Location API. An ID must be specified here. For example ID of Berlin is `2950159`.
Change these values: