mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
manually fetch data from openweathermap and parse it
This commit is contained in:
parent
710780392c
commit
c3459bd66c
2 changed files with 45 additions and 91 deletions
|
@ -1,6 +1,6 @@
|
|||
<div id="curweather-network" class="widget">
|
||||
<div class="title tool">
|
||||
<h4>{{$title}}: {{$city['name']}}</h4>
|
||||
<h4 title="{{$lastupdate}}">{{$title}}: {{$city}}</h4>
|
||||
</div>
|
||||
<p>{{$description}}, {{$temp}}
|
||||
<ul class="curweather-details">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue