Neděle, Září 18, 2022

Widget na počasí

1) cut from picture http://portal.chmi.c … teo/kam/dukovany.jpg

<META HTTP-EQUIV="Refresh" CONTENT="120">
<iframe id="Pocasi" name="Pocasi" allowtransparency="true"  title="Pocasi"  width="220"    height="66"    frameborder="0"    scrolling="no"  marginheight="0"  marginwidth="0"   align="middle"  style="transform:scale(1);background-image:url(http://portal.chmi.cz/files/portal/docs/meteo/kam/dukovany.jpg);background-position: top -30px right 0px" src=""></iframe>

2) picture from https://www.in-pocas … p?stanice=rouchovany

<a href="https://www.in-pocasi.cz/aktualni-pocasi/rouchovany/" title="meteostanice Rouchovany" target="_blank"><img src="https://www.in-pocasi.cz/aktualni-pocasi/img/line_chart.img.php?stanice=rouchovany" style="width:220px; height:180px; border:0px; padding:0px; margin:0px;"/></a>

3) picture from https://www.chmi.cz/ … at/mobile/msg2a6.gif

<a href="https://www.chmi.cz/files/portal/docs/meteo/rad/inca-cz/short.html" title="webkamera Dukovany" target="_blank"><img src="https://www.chmi.cz/files/portal/docs/meteo/sat/mobile/msg2a6.gif" style="width:220px; height:160px; border:0px; padding:0px; margin:0px;"/></a>

4) widget from https://www.meteoblu … vany_czechia_3066735

<iframe src="https://www.meteoblue.com/cs/po%C4%8Das%C3%AD/widget/three/rouchovany_czechia_3066735?geoloc=fixed&nocurrent=0&nocurrent=1&noforecast=0&days=4&tempunit=CELSIUS&windunit=KILOMETER_PER_HOUR&layout=dark"  frameborder="0" scrolling="NO" allowtransparency="true" sandbox="allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox" style="width: 400px; height: 400px"></iframe>

5) counter from https://toplist.cz/stat/1814104/

<center><a href="https://www.toplist.cz/" target="_top"><img src="https://toplist.cz/count.asp?id=814104&logo=mc&start=1000&http=encodeURIComponent(document.referrer)&t=encodeURIComponent(document.title)&l=encodeURIComponent(document.URL)'&wi=encodeURIComponent(window.screen.width)&he=encodeURIComponent(window.screen.height)&cd=encodeURIComponent(window.screen.colorDepth)" alt="TOPlist" border="0" align="center"></a></center>

pocasi-widget.jpg yrno.jpg

Dlouhodobá předpověď počasí z yr.no, dwd.de, noaa.gov https://yrno.cz/poca … ouhodobe-predpovedi/
Cut from the page, testing: http://jsfiddle.net/nh43f5mb/

<html>
<head>
<style>
#mydiv{
    margin:30px;
    position:relative;
    overflow:hidden;
    height:250px;
    width:416px;
}
#myframe{
    position:absolute;
    top:-1340px;
    left:-90px;
}
p{margin:5px 30px;}
</style>
</head>
<div id="mydiv">
    <iframe id="myframe" 
        height="2000px" 
        scrolling="no" 
        src="https://yrno.cz/pocasi/Vysocina/Rouchovany/graf-dlouhodobe-predpovedi/" 
        width="1000px">
    </iframe>
</div>