I have added a line in the file NemosMiner-v2.3.ps1 before the sleep command.
Write-Host -ForegroundColor Yellow "Last Refresh: $(Get-Date)"
This adds a line at the bottom showing when is the last time the program checks the profitability. Not something major but I myself find it pretty useful.