<head>
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Condensed|Ubuntu:300" rel="stylesheet" type="text/css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"/>
<link rel="stylesheet" href="http://nordicweather.net/css/ewn_2016.css" />
<link rel="stylesheet" href="http://nordicweather.net/css/weather-icons.min.css" />
<style>
#dailyCarousel{color: #fff;font-family: "Ubuntu","Lucida Grande",Verdana,Helvetica,sans-serif;font-size: 13px;font-weight:300;line-height:1.25em;margin:0}
:focus {outline:0}
</style>
<script src="http://static.nordicweather.net/jq/jquery-1.10.2.min.js"></script>
<script src="http://static.nordicweather.net/jq/jq_plugins2.min.js"></script>
</head>

<body>
<?php
date_default_timezone_set("UTC");
$tkey=hash('sha256', 'euweather'.date("dmYH"));
date_default_timezone_set("Europe/Helsinki");
$lat    = 60.45042;
$lon    = 23.23714;
$windunit="kmh";
$lang="fr";         // Remove if your site has it defined allready

echo '
<script src="http://nordicweather.net/test/ewn/js/ewn_shortfrc_2016.js"></script>
<div id="dailyCarousel" class="touchcarousel">
  <ul class="touchcarousel-container"></ul>

<script>var lat="'.$lat.'",lon="'.$lon.'",tk="'.$tkey.'",lang="'.$lang.'",wiset="'.$windunit.'";</script>';
?>

</div>
</body>