Category:Cumulus MX: Difference between revisions

m
Line 115: Line 115:
# Navigate to '''\CumulusMX\interface''' folder.
# Navigate to '''\CumulusMX\interface''' folder.
# Open the file '''now.html''' in an editor designed for code (e.g. Notepad++ for Windows)
# Open the file '''now.html''' in an editor designed for code (e.g. Notepad++ for Windows)
# Near the bottom of the file edit it by inserting HTML comment delimiters so it looks like this:
# Near the bottom of the file edit it by inserting HTML comment delimiters (opening after </thead>, closing before </table> so it looks like this:
<pre><table id="SolarTable" style="width:100%">
<pre><table id="SolarTable" style="width:100%">
                         <thead>
                         <thead>
Line 142: Line 142:
                         -->
                         -->
                     </table> </pre>
                     </table> </pre>
= Updating to a new MX release =
= Updating to a new MX release =
It is always best to take a backup of your existing MX installation before you do an update, this allows you to regress back to the earlier version if you mess up installing the new version.
It is always best to take a backup of your existing MX installation before you do an update, this allows you to regress back to the earlier version if you mess up installing the new version.
5,838

edits