add some words about city ID in openweathermap scripts (fix #45)
This commit is contained in:
parent
cefacfa9f0
commit
31cbde5acd
@ -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.
|
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:
|
Change these values:
|
||||||
|
|
||||||
|
@ -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.
|
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:
|
Change these values:
|
||||||
|
|
||||||
|
@ -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.
|
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:
|
Change these values:
|
||||||
|
|
||||||
|
@ -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.
|
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:
|
Change these values:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user