Add weather icons.
Add icons to the weather output to show condition to go with current temperature.
This commit is contained in:
parent
5d89c3dfc1
commit
29f3e7b515
2 changed files with 29 additions and 0 deletions
|
@ -108,5 +108,12 @@
|
|||
},
|
||||
"publicip": {
|
||||
"prefix": " "
|
||||
},
|
||||
"weather": {
|
||||
"clouds": { "prefix": "" },
|
||||
"rain": { "prefix": "" },
|
||||
"snow": { "prefix": "" },
|
||||
"clear": { "prefix": "" },
|
||||
"thunder": { "prefix": "" }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue