--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/weewx-user/51a4ba19-2f9c-4705-81ce-a65a27105613n%40googlegroups.com.
Once you download and save to your website you need to customise the inigo-settings.txt file, and using the default settings as a guide only. The data= line is the only required key-pair, as that pulls in all the information from your weeWX setup. The data= line needs to be the URL to the inigo-data.txt file, this is usually https://<example>.com/weewx/inigo-data.txt.
You can also specify a username and password as part of the URL if you use basic http authentication, eg https://<username:password@example>.com/weewx/inigo-data.txt.
Mine is https://wendywx.myndworx.com.au, so if I were running this, it would be, for me, https://wendywx.myndworx.com.au/inigo-data.txt according to the wiki