CumulusUtils: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
m
(2 intermediate revisions by the same user not shown)
Line 70: Line 70:
Beside the libraries the distribution contains:
Beside the libraries the distribution contains:
#CUserAbout-example.txt : as an example of the user about file - when used rename to ''CUserAbout.txt''
#CUserAbout-example.txt : as an example of the user about file - when used rename to ''CUserAbout.txt''
#CUsermenu-example.txt : as an example of the menu structure - when used rename to ''CUsermenu.txt''
#CutilsMenu-example-for-use.def : as an example of the menu structure - when used rename to ''CutilsMenu.def''
#CutilsCharts-default-for-use.def : when used rename to ''CutilsCharts.def''
#CutilsCharts-default-for-use.def : when used rename to ''CutilsCharts.def''
#CutilsCharts-examples.def : not intended for direct use, contains some more elaborate examples of the [[ChartsCompiler]] possibilities
#CutilsCharts-examples.def : not intended for direct use, contains some more elaborate examples of the [[ChartsCompiler]] possibilities
Line 92: Line 92:
| index.html || <webroot>
| index.html || <webroot>
|-
|-
| gauges.js || <webroot>/lib || Despite the same name this file is very different from the one in CMX
| CUgauges.js || <webroot>/lib || Despite the same name this file is very different from the one in CMX
|-
|-
| language.js || <webroot>/lib
| CUlanguage.js || <webroot>/lib
|-
|-
| HighchartsDefaults.js || <webroot>/lib
| HighchartsDefaults.js || <webroot>/lib
Line 100: Line 100:
| suncalc.js || <webroot>/lib
| suncalc.js || <webroot>/lib
|-
|-
| tween.min.js || <webroot>/lib
| CUtween.min.js || <webroot>/lib
|-
|-
| steelseries.min.js || <webroot>/lib
| CUsteelseries.min.js || <webroot>/lib
|-
|-
| RGraph.rose.js || <webroot>/lib
| CURGraph.rose.js || <webroot>/lib
|-
|-
| RGraph.common.core.js || <webroot>/lib
| CURGraph.common.core.js || <webroot>/lib
|-
|-
| gauges-ss.css || <webroot>/css
| CUgauges-ss.css || <webroot>/css
|-
|-
! Generated File !! Destination !! Remark
! Generated File !! Destination !! Remark
Line 235: Line 235:
Automating the run of CumulusUtils on the Raspberry Pi is typically done through [https://man7.org/linux/man-pages/man5/crontab.5.html ''crontab'']. Below is the crontab of the author of CumulusUtils to be used as an '''example'''!  
Automating the run of CumulusUtils on the Raspberry Pi is typically done through [https://man7.org/linux/man-pages/man5/crontab.5.html ''crontab'']. Below is the crontab of the author of CumulusUtils to be used as an '''example'''!  


===== For dotnet =====
  05 1 * * *  cd /home/CumulusMX; /usr/share/dotnet/dotnet utils/bin/cumulusutils.dll thrifty website
  1-51/10 * * * *  cd /home/CumulusMX; /usr/share/dotnet/dotnet utils/bin/cumulusutils.dll sysinfo UserAskedData UserReports
===== For mono =====
   15 1 * * *  cd /home/CumulusMX; utils/bin/cumulusutils.exe thrifty website
   15 1 * * *  cd /home/CumulusMX; utils/bin/cumulusutils.exe thrifty website
   9-59/10 * * * *  cd /home/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedData UserReport
   1-51/10 * * * *  cd /home/CumulusMX; utils/bin/cumulusutils.exe sysinfo UserAskedData UserReport


==== Windows: Using the scheduler ====
==== Windows: Using the scheduler ====

Navigation menu