5,838
edits
# The '''trends.htm''' web page also loads some library software from an internet Content Delivery Network (cdn) to invoke the JavaScript based Highstocks library.
When Cumulus starts, it will display the URL of the user interface. It runs on port 8998 by default; if this is not suitable for some reason you can over-ride it using the '-port' parameter on the command line, e.g. to use port 9999 instead:
<pre>sudo mono CumulusMX.exe -port 9999</pre>
You can also add '''CumulusMX.exe -debug''' (to have full debugging turned on as MX starts), '''CumulusMX.exe -Logging=1''' (for the Davis specific logging).
<pre>sudo mono CumulusMX.exe -debug -Logging=1</pre>
On Linux and (in particular) OS X, Cumulus MX may not be given the correct locale to use, and you may get the default US locale even if that is not your locale. It will output the local it is using when it starts; if it is not correct, close it down and start it again, this time specifying your locale on the command line, using the -lang parameter . For example, in the UK, on a non-Windows device type:
Cumulus MX uses library software for a lot of the standard functionality. The library software is largely included in the distribution zip.
#'''Alpaca'''
<script src="webfiles/lib/highstock/js/themes/grid.js"></script></pre>
The '''webfiles/lib''' folder includes a number of software library items that are needed for the standard web pages included in the MX distribution.
|
edits