Search found 3 matches

by martindtm
Thursday 11th January 2024 2:15pm
Forum: Beginners
Topic: TheUnexplained
Replies: 7
Views: 3269

Re: TheUnexplained

It's possible that when your program starts on boot the system is not quite ready yet. I suggest you allow some time for it to settle down before you start your program. I use Linux Mint which allows for a period of time after boot before your program starts. You can see below that even some of the...
by martindtm
Thursday 11th January 2024 2:13pm
Forum: Beginners
Topic: TheUnexplained
Replies: 7
Views: 3269

Re: TheUnexplained

How are you getting and inserting the ip address? what method exactly? Hey; thanks for the reply. I get the ip address by using Shell( hostname -I ) to myip: Instead of using a return I just create a global variable named myip. When this Sub is called it just updates it. I put the Loop in it to mak...
by martindtm
Wednesday 3rd January 2024 4:46pm
Forum: Beginners
Topic: TheUnexplained
Replies: 7
Views: 3269

TheUnexplained

I have a realy strange problem. I will try to describe it here: My gambas program is creating an html file that is copied the the /var/www/html folder(THE WEBSITE). I'm using this to monitor room temperature in a workshop. While logged into my laptop remotely or local: The html file is created perfe...