User Tools

Site Tools


misc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
misc [2026/04/11 14:03] msmisc [2026/04/23 12:21] (current) ms
Line 51: Line 51:
  
 curl -s https://morgenwirdes.de/api/v2/rtxt.php?plz=70199 curl -s https://morgenwirdes.de/api/v2/rtxt.php?plz=70199
 +curl -s https://morgenwirdes.de/api/v3/rain.php?plz=70199
  
 3-Tages Trent 3-Tages Trent
 curl -s https://morgenwirdes.de/api/v2/3day.php?plz=70199 |sed 's/></\n/g'|grep C|sed 's/h1>//;s/<\/td//' curl -s https://morgenwirdes.de/api/v2/3day.php?plz=70199 |sed 's/></\n/g'|grep C|sed 's/h1>//;s/<\/td//'
 curl -s https://morgenwirdes.de/api/v2/3day.php?plz=70199 |sed 's/></\n/g'|grep C|sed 's/h1>//;s/<\/td//'|tr "\n" " " curl -s https://morgenwirdes.de/api/v2/3day.php?plz=70199 |sed 's/></\n/g'|grep C|sed 's/h1>//;s/<\/td//'|tr "\n" " "
 +</code>
 +<code>
 +curl -s "https://api.open-meteo.com/v1/forecast?latitude=48.76&longitude=9.15&timezone=Europe%2FBerlin&current=temperature_2m"| jq '.current.temperature_2m'
 +curl -s "https://api.open-meteo.com/v1/forecast?latitude=48.76&longitude=9.15&timezone=Europe%2FBerlin&current=temperature_2m"| jq '.current.time,.current.temperature_2m'
 +</code>
 +<code>
 +curl wttr.in/:help
 +
 +curl wttr.in/Stuttgart?format=1
 +curl wttr.in/Stuttgart?format="%c%h%t%f%w%l%m%M%p%P%D\n\n"
 </code> </code>
  
 Remote Seuerung\\ Remote Seuerung\\
 https://askubuntu.com/questions/47642/how-to-start-a-gui-software-on-a-remote-linux-pc-via-ssh https://askubuntu.com/questions/47642/how-to-start-a-gui-software-on-a-remote-linux-pc-via-ssh
misc.1775916189.txt.gz · Last modified: 2026/04/11 14:03 by ms

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki