I don't use the 1-wire code, but it sounds like you are seeing notification dialogs in the upper right corner. Those can be turned off by modifying the code. Assuming you are not a programmer, you need to locate the 1-wire module in the Automation menu and select "Edit". Switch to the program tab and locate the following code:
Program.Notify(...);
and comment it out:
//Program.Notify(...);
Then, select the "Compile" button in the upper left corner. If all goes well, you will see something that said "save complete" and the icon for the script should remain green or yellow after it's done compiling (if it's red or purple something went wrong).
You should be good to go and no longer see such dialogs.