HomeWeatherStationTemplate: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
m
Added GitHub instructions
No edit summary
m (Added GitHub instructions)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:WebTools]]
== Home Weather Station website template by Brian Underdown (weather34) ==
== Home Weather Station website template by Brian Underdown (weather34) ==


Brian has developed a one-page, elegant personal weather website template that supports many different weather software programs.  In late 2018, he has turned over development and support for all but the Meteobridge NANO version to other developers.  He has graciously allowed us to host the Cumulus version here on the Cumulus Wiki.  Ongoing support for this version will be provided through the [https://cumulus.hosiene.co.uk/viewforum.php?f=29 Cumulus Forum].
Brian has developed a one-page, elegant personal weather website template that supports many different weather software programs.  In late 2018, he has turned over development and support for all but the Meteobridge NANO version to other developers.  He has graciously allowed us to host the Cumulus version here on the Cumulus Wiki.  Ongoing support for this version will be provided through the [https://cumulus.hosiene.co.uk/viewforum.php?f=29 Cumulus Forum] and changes/issues via [https://github.com/ktrue/CU-HWS GitHub].


[[File:CU-homeweatherstation.png||Home Weather Station Template for Cumulus]]
[[File:CU-homeweatherstation.png||Home Weather Station Template for Cumulus]]


'''Download:''' [[File:CU.zip||Home Weather Station Template for Cumulus distribution]]
'''Download:''' [[https://github.com/ktrue/CU-HWS/archive/master.zip Home Weather Station Template for Cumulus distribution]]
 
'''GitHub repository:''' https://github.com/ktrue/CU-HWS
 
If you can, use ''git clone'' to clone the master distribution to your website as this will enable easy future updates via a ''git pull'' command.  Otherwise, you'll need to watch the master distribution for changes.  You can use [https://git-scm.com/download/win Git for Windows] or install git (if needed) on linux systems using
<code>sudo apt-get install git</code>.  Once you have git installed, you can (using shell in linux or gitbash in windows) cd to the directory in which to install the template, then <br><br>
<code><nowiki>
git clone https://github.com/ktrue/CU-HWS ./
</nowiki></code>
<br><br>
to clone the master distribution.  For updates, just (using shell in linux or gitbash in windows) cd to the same directory and do<br><br>
<code>
git pull
</code>
<br><br>
and you'll receive all the updated files.  It won't clobber an existing ''settings1.php'' setup so can be done as often as you like.
 
If you want to do a 'mass update' of your CU-HWS website, just save off your ''settings1.php'', download the distribution, unpack it, upload to your website and copy your saved ''settings1.php'' back .. then your site will be fully refreshed.


== Non-Cumulus versions ==
== Non-Cumulus versions ==
Line 11: Line 29:
Alternative versions listed below are not maintained by weather34 in any way -- only the Cumulus version receives css updates
Alternative versions listed below are not maintained by weather34 in any way -- only the Cumulus version receives css updates


*'''Weewx Version''' available via  download and more info supported by Ian Milward ( https://www.claydonsweather.org.uk/ )
*'''Weewx Version''' available via  download and more info supported by Ian Millard ( https://www.claydonsweather.org.uk/ )
https://github.com/steepleian/weather34-Home-Weatherstation-Template-WeeWX-adapted
https://github.com/steepleian/WX-HWS-master


*'''Weatherflow API Version''' *Discontinued Please use meteobridge version if you have a meteobridge product, it offers more versatile options over the API and faster updates and better history/chart outputs or alternatively try the version for Weather Display below by Wim van der Kuil
*'''Weatherflow API Version''' *Discontinued Please use meteobridge version if you have a meteobridge product, it offers more versatile options over the API and faster updates and better history/chart outputs or alternatively try the version for Weather Display below by Wim van der Kuil
Line 25: Line 43:
https://atmocom.com/Demo-weather-data
https://atmocom.com/Demo-weather-data


*'''Weather Display version''' by Wim van der Kuil  Now Available via https://wd34.weather-template.com/
*'''Weather Display version''' by Wim van der Kuil  Now Available via  
https://wd34.weather-template.com/index2.html
https://wd34.weather-template.com/
 
'''Note:''' while the different versions may ''look'' the same, underneath they have scripts customized for the particular
weather station software.
 
Please '''DO NOT MIX-n-MATCH''' the scripts from one distribution to another distribution. They
are '''not''' compatible.


== Brian's note ==
A note from Brian 2-Jan-2019 (quoted from [[here|https://www.wxforum.net/index.php?topic=29817.msg366998#msg366998]] ):
A note from Brian 2-Jan-2019 (quoted from [[here|https://www.wxforum.net/index.php?topic=29817.msg366998#msg366998]] ):
<blockquote>
<blockquote>

Navigation menu