Category:JSON Files (preserving history): Difference between revisions

m
Resequence
m (→‎Uploading data to a web server: split into sub-sections for clarity)
m (Resequence)
Line 1: Line 1:
=Uploading data to a web server outside MX=
Please note this Wiki page applies to releases 3.10.1 onwards.
This Wiki category page is the entry point to the documentation describing how the JSON format is used in [[New_Default_Web_Site_Information|optional web site functionality]] for updating data to a web server outside Cumulus MX.
The [[Webfiles folder|webfiles sub-folder]] contains the following web pages that are uploaded just once to your web server (obviously if they get changed in a new release, then the new files are uploaded to replace the old ones as another one-off operation).
*Each of these web pages depends on a number of other files (in '''lib''', ''js'', and '''css''' sub-folders).
*they also depend on one or more files being uploaded to supply data:
{| class="wikitable" border="1"
|-
!style="width:30px" | Web page
!style="width:100px" | Source file
!style="width:30px" | Upload file
!style="width:300px" |Settings
!style="width:300px" | Description
|-
|gauges.htm
|[[realtimegaugesT.txt]] in [[Web folder|web sub-folder]]
|realtimegauges.txt
| Internet settings -->> Web/FTP Settings -->> Realtime Settings  -->> realtimegauges.txt  -->> Generate
| Please (see [[SteelSeries_Gauges]] (although that was written for legacy Cumulus 1)
|-
|historic.htm, trends.htm, selectachart.htm
|Generated in the code
|[[availabledata.json]], plus files with data for what to be plotted (e.g. alldailyhumdata.json)
| Internet settings -->> Web/FTP Settings -->> Interval Settings -->>
|'''availabledata.json''' file must be uploaded just once after you select which graphs you want to plot (so if you for example decide to swap from apparent temperature to feels like, upload it again)
|-
|index.htm, monthlyrecord.htm, record.htm, thismonth.htm, thisyear.htm, today.htm, yesterday.htm
|[[websitedataT.json]]
|websitedata.json
| Internet settings -->> Web/FTP Settings -->> Standard File Settings -->> websitedata.json -->> Generate
|please see [[New Default Web Site Information]]
|-
|noaareport.htm
|Generated in code
|[[Reports folder|Reports sub-folder]]
|NOAA Settings -->> all sub-sections
| see [[Reports folder|here]]
|}
=Data Transfer Format=
=Data Transfer Format=


Line 13: Line 56:
For example, the page that displays weather for today and yesterday uses the 6 formats described on [[API_Today/Yesterday_Data|this page]].
For example, the page that displays weather for today and yesterday uses the 6 formats described on [[API_Today/Yesterday_Data|this page]].


=Uploading data to a web server=


This category page is the entry point for documentation of how the JSON format is used for the optional MX functionality of updating data to a web server outside Cumulus.


Pages listed below apply to [[New_Default_Web_Site_Information|web site functionality in releases 3.10.1 onwards]]. Earlier MX releases used [[Cumulus template file|HTML template files]] that created web pages locally for uploading to a web server.
=Links listed below=
 
NOTE: Earlier MX releases used [[Cumulus template file|HTML template files]] that created web pages locally for uploading to a web server.


<div style="background: LemonChiffon;padding:5px; margin:2px;">
<div style="background: LemonChiffon;padding:5px; margin:2px;">
Line 28: Line 71:


Please note if you are using an older release some files may not be available, and MX development may add files that need to be documented here.
Please note if you are using an older release some files may not be available, and MX development may add files that need to be documented here.
==Web Pages with tables==
MX provides a number of default web pages in the [[Webfiles folder|Webfiles sub-folder]]; these pages are installed on the web server and are fed with data from one file. 
Its [[Cumulus template file]]  [[WebsitedataT.json|websitedataT.json]] is part of MX release distributions from 3.10.1 onwards (3.10.0 was withdrawn.
For this case, both the template (containing the tags as described in the linked page) '''websitedataT.json''', and the file for uploading (containing data) '''websitedata.json''' can be found in the '''web''' sub-folder.
==Web pages with graphs==
The templates for the other files are part of the MX internal code, so do not appear in the folder.
Determine which files are generated (and appear in the '''web''' sub-folder), what data is available for your web server, and whether MX uploads them, by selections in [[MX_Administrative_Interface#Internet_Settings|1) Standard file settings, 2) Graph file settings, and 3) Daily graph file settings]].




5,838

edits