How can we help?


Web interface tool-tip in the way of manually setting a zone timer

Comments

17 comments

  • Avatar
    Christian

    Hi Marc,

    Please use https://my.rainmachine.com/web-ui/ and you shouldn't have the tool-tip problem anymore.

    Regards,
    Christian

    0
    Comment actions Permalink
  • Avatar
    Marc Randolph (Edited )

    I'm sorry to say that link doesn't work my application (iframe on my Home Assistant wall panel  touchscreen won't display that link, even ignoring that it's a cloud link that we want to avoid). 

    I hope you can consider fixing this on the local UI built into the local rainmachine. 

    0
    Comment actions Permalink
  • Avatar
    Cat22

    I have the same issue and i use the web interface.

    Just go to zones with your web browser and try to set the time to run for any zone, the tool tip is completely i the way of the time in the circle.

    I think this "feature" was added in a firmware update at some point because it didn't used to be that way. There ought to be a way to turn it off or just remove it entirely as its not even useful. I can't take a screen shot because doing so causes the tool tip to disappear.

    0
    Comment actions Permalink
  • Avatar
    Cat22

    Its almost a month, any progress on fixing this?

    TURN THE TOOL TIPS OFF or at least provide an option to do so.

    0
    Comment actions Permalink
  • Avatar
    Factor

    Was just about to report this.  Still broken.  Fix the local UI please.

    0
    Comment actions Permalink
  • Avatar
    Cat22

    Please upvote the top comment, maybe we can get them to do something

    0
    Comment actions Permalink
  • Avatar
    Factor

    Upvoted.

    0
    Comment actions Permalink
  • Avatar
    RainMachine Support

    Hi, @all
    We really, really sorry about this.

    We understand the discomfort that this ugly bug issue creates.
    This shouldn't slip our testings and we are very sorry about that.

    A quick workaround to completely hide the tooltip message on each browser session is to
    - open web browser Console
    - look for Style Editor
    - select (if not automatically selected the ui-min.css or ui-dark-min.css style sheet depending which theme you are using)
    - scroll all the way to the line #2280 (ui-min.css) or #2322 (ui-dark-min.css) and add/type this

    display:none;

    exactly right under
    [zones-tooltip]:before,
    [zones-tooltip]:after {

    See attached screenshot from Mozilla Firefox web browser Console

    Close the Console window and use the RainMachine Local Web app in your browser without the helping text showing up.

    Note: This workaround is not permanent. If you exit or refresh the browser session, you'll need to do it again the next time.

    It has been fixed in the style sheet code released on Cloud Web UI app, and also the fix is available for the Local Web UI app, but a full firmware update is required since the Local Web UI app is saved on the device itself. This will require time, more testings on our side, a Beta release, reported bug fixes, and then full deploy for all RainMachine devices.

    Thank you all for your understanding.
    Julian
    RainMachine Support

    0
    Comment actions Permalink
  • Avatar
    Cat22

    I tried the workaround for one session and it works but as I understand your post,  I need a firmware update to get the permanent fix.

    So, i went to Settings / About and it checked for firmware updates but none are available.

    Firmware version
    4.0.1036 (No updates)

    How do I get this update?

    Can this be permanently fixed by hand if i ssh into the RainMachine itself? I seem to remember I could do that but not totally sure. I believe its a linux system, right? I run linux as my daily driver so if I know the location and filename I can edit it if vim is on the system.

    0
    Comment actions Permalink
  • Avatar
    RainMachine Support

    Hi, Cat22
    Currently there is no firmware update available with the Local Web app fix included.

    Thank you
    Julian
    RainMachine Support

    0
    Comment actions Permalink
  • Avatar
    Paul Dobrott

    Web Console Style editor ui-min.css line 2291.

    A quick fix (line 2291) is to change bottom from 0 to 40:

    [zones-tooltip]:before {
     font-family:Arial,Helvetica,sans-serif;
     position:absolute;
     bottom:0;

    [zones-tooltip]:before {
     font-family:Arial,Helvetica,sans-serif;
     position:absolute;
     bottom:40;

    This places the tooltip window above the timer.

    0
    Comment actions Permalink
  • Avatar
    Cat22

    Better to just remove the tool tip. Its just stating the obvious and really serves no purpose. Someone got carried away with tool tips. They have a place but over doing it isn't useful

    0
    Comment actions Permalink
  • Avatar
    Paul Dobrott

    Yes, looks better without the tooltip.

    Change line 2310 to visibility:hidden;

    Tooltip gone. Much better until the page reloads.

    0
    Comment actions Permalink
  • Avatar
    Cat22

    When is the fixed firmware going to come out?

    0
    Comment actions Permalink
  • Avatar
    Paul Dobrott

    Enable SSH access. Need to generate a private key.

    Login as root.

    CD to /system/rainmachine-app/RMNetworkFramework/resources/ui/css

    Edit ui-min.css file and change line 2310 from visibility:visible to visibility:hidden. Save file. 

    Fixed until a firmware update is available. Then it might revert back.

     

    1
    Comment actions Permalink
  • Avatar
    Marc Randolph (Edited )

    Thanks for the idea Paul!!   For anyone having trouble with ssh, check out this thread: https://support.rainmachine.com/hc/en-us/community/posts/360005479073-SSH-Instructions-not-working 

    On the Mini-8, there is no private key, and the system directory doesn't exist, so it's at:

    /rainmachine-app/RMNetworkFramework/resources/ui/css

    There were no line-breaks in mine, so I just searched for it (which you can do in vi by typing "/visible").

    If someone is using dark mode, I suspect they'd want to edit ui-dark-min.css, or both.

     

    0
    Comment actions Permalink
  • Avatar
    Cat22

    I have succeeded in modifying my mii-8 so there are no more tool tips.For others trying this, be aware that the ssh password is RainMachine not you regular password and you do not need an ssh key to be loaded. Just enable ssh in the

    Settings->System Settings (scroll down a ways its near the bottom) and then from a terminal (I am in linux so its a konsole terminal) as root just ssh in and once in just cd to the proper directory as mentioned above and use vi or vim to edit the file. The file is one very long line so you should search for the word visible to find the location, make your change, save it and exit ssh, then reboot the mini-8 and voila! no more tool tips

    HTH

    0
    Comment actions Permalink

Please sign in to leave a comment.