Fresh Weather Display

Hi, I must have been asleep when this came out, I only knew about it the other day when I posted about WDL using flash. My question is how hard is it to install, I cannot seem to find anything about it, or am I missing something somewhere.

teal.

its very easy to install
set a couple of settings in the config file (e.g the url to your clientraw file)
upload the files to a directory on your web site
then view the web page (freshwdlmaster.html) in that remote directory in your browser

Home page GitHub - Yerren/FreshWDL: FreshWDL is a pure JavaScript alternative to WDL.

Forum thread JavaScript WDL version 1.0.0 alpha.

I just uploaded the files to the same place as WDL, there’s no confusion. And it works well!

Thanks guys for the help, I take it that it does not use flash then, it’s a replacement for the flash version, I will have a go at it latter.

teal.

Great to see FWDL and mine is here Weather Display Live.

Only it isn’t updating every few seconds like WDL does - the clientraw.txt files are definitely being updated tho’.

Have I missed something?

John D.

PS, Hhere’s my html file:

FreshWDL
<!-- Loading Screen Setup -->
<div id="loadingScreen">
    <div id="loadingText">
        <p id="titleText">FreshWDL</p>
        <p id="loadingMessage">Collecting Data.</p>
    </div>        
</div>

<!-- First script that must be loaded -->
<script type="text/javascript" src="https://gitcdn.xyz/cdn/Yerren/FreshWDL/master/js_bundles/Loading.js"></script>

<!-- Include remiaing Scripts -->
<script type="text/javascript" src="config.js"></script> <!--Includes the local script that sets customisable variables-->
<script type="text/javascript" src="https://code.createjs.com/easeljs-0.8.2.min.js"></script> <!--Includes the drawing part of CreateJS: EaselJS-->
<script type="text/javascript" src="https://code.createjs.com/tweenjs-0.6.2.min.js"></script> <!--Includes the animation part of CreateJS: TweenJS-->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/opentip/2.4.6/downloads/opentip-native.js"></script> <!--Includes the tooltip library: OpenTip-->
<script type="text/javascript" src="https://gitcdn.xyz/cdn/Yerren/FreshWDL/master/js_bundles/moment-with-locales.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.min.js"></script>
<script type="text/javascript" src="https://gitcdn.xyz/cdn/Yerren/FreshWDL/master/js_bundles/Globals.js"></script> <!--Includes the script that sets global variables-->
<script type="text/javascript" src="https://gitcdn.xyz/cdn/Yerren/FreshWDL/master/js_bundles/WidgetsHandlers.min.js"></script> <!--Includes most of the Scripting-->
  
</body>

its updating every few seconds for me when I view your site
maybe try a different browser or use ctrl F5 to refresh the page

I see the windspeed updating every few seconds.

Is there a limit setting for how long it will continue to live update (anti camping) ?

Thanks Brian, that’s interesting. Apple/ Safari seem to be at the root of the problem - I also have to force WD to refresh otherwise past data (the main display *.gif file doesn’t refresh - a problem that started recently.

how do you mean by force WD to refresh exactly?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.