The you need to modify the image.php file in each folder:
// ADJUST THESE PARAMETERS
$vacuum_log = ‘http://192.168.107.10:8084/vacuum.log’; # Could also be HTTPS
$set_first_coordinate = 0; # Ability to skip initial coordinate(s) if incorrect data logged
$overlay_image = ‘floor.png’; # Background Layer
$overlay_walls = false; # Allows overlaying of walls, used in fill mode to cover ‘spray’
$walls_image = ‘walls.png’; # Walls Image must contain transparent floor
$show_stuck_positions = true;
$line_thickness = 2; # Default 2, Set to ~60 for Fill Mode
$map_width = 1050; # Ensure overlay and wall images match this size
$map_height = 900; # Ensure overlay and wall images match this size
$x_offset = 220;
$y_offset = 220;
$flip_vertical = false;
$flip_horizontal = false;
$rotate_angle = 0; # Allows rotating of the roomba lines
$scale=1.00; # Allows scaling of roomba lines
$ha_rest980 = ‘https://192.168.107.10:3002/api/states/sensor.rest980’;
$ha_token = ‘<ha_long_live_token>’;
$ha_timezone = ‘Europe/Lisbon’; # Supported Timezones https://www.php.net/manual/en/timezones.php
$ha_text_delimiter = " \n"; # How text is displayed on the map top " \n" --> New Line ## " |" --> Show on one line
// ADJUST THESE PARAMETERS
$vacuum_log = ‘http://192.168.107.10:8083/vacuum.log’; # Could also be HTTPS
$set_first_coordinate = 0; # Ability to skip initial coordinate(s) if incorrect data logged
$overlay_image = ‘floor.png’; # Background Layer
$overlay_walls = false; # Allows overlaying of walls, used in fill mode to cover ‘spray’
$walls_image = ‘walls.png’; # Walls Image must contain transparent floor
$show_stuck_positions = true;
$line_thickness = 2; # Default 2, Set to ~60 for Fill Mode
$map_width = 1440; # Ensure overlay and wall images match this size
$map_height = 1829; # Ensure overlay and wall images match this size
$x_offset = 220;
$y_offset = 220;
$flip_vertical = false;
$flip_horizontal = false;
$rotate_angle = 0; # Allows rotating of the roomba lines
$scale=1.00; # Allows scaling of roomba lines
$ha_rest980 = ‘https://192.168.107.10:3001/api/states/sensor.rest980’;
$ha_token = ‘<ha_long_live_token>’;
$ha_timezone = ‘Europe/Lisbon’; # Supported Timezones https://www.php.net/manual/en/timezones.php
$ha_text_delimiter = " \n"; # How text is displayed on the map top " \n" --> New Line ## " |" --> Show on one line