Prepare Your System:
Installation Process:
Configuration and First Run:
Below is a step‑by‑step walkthrough for installing AROHI HiWebXSeries on a typical Windows 10/11 system. Adjust the paths or commands as needed for macOS or Linux. arohi hiwebxseriescom install
You have installed the drivers. Now, let’s make the X Series work for you.
File: dashboard/dashboard.html
% extends "templates/web.html" %% block header % <div class="d-flex justify-content-between align-items-center mb-4"> <h1> title </h1> <button id="edit-mode-btn" class="btn btn-sm btn-outline-secondary"> <i class="fa fa-cog"></i> Customize </button> </div> % endblock % Prepare Your System:
% block main_content % <div id="widget-grid" class="grid-stack"> % for widget in widgets % <div class="grid-item card mb-3" data-widget-id=" widget.name "> <div class="card-header d-flex justify-content-between"> <h5 class="mb-0"> <i class=" widget.icon "></i> widget.title </h5> <div class="widget-controls" style="display:none;"> <i class="fa fa-arrows handle cursor-move"></i> <i class="fa fa-times text-danger ml-2 remove-widget"></i> </div> </div> <div class="card-body"> <!-- Load widget content via AJAX or iframe for modularity --> <div class="widget-content" data-route=" widget.route "> Loading... </div> </div> </div> % endfor % </div>
<!-- Widget Store Modal --> <div class="modal fade" id="widgetStoreModal" tabindex="-1"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Add Widgets</h5> <button type="button" class="close" data-dismiss="modal">×</button> </div> <div class="modal-body" id="widget-list"> <!-- Populated via JS --> </div> </div> </div> </div>
% endblock %
Module Path: arohi_hiwebxseriescom.features.dashboard
This feature allows administrators to enable, disable, and rearrange widgets on their main dashboard using a drag-and-drop interface. Installation Process:
Once you have the installer file (usually named something like HiWeb_Setup_X.X.X.exe):
C:\Program Files\HiWeb or similar). Click Next.