Need help locating URL info for weeWX Weather App

101 views
Skip to first unread message

Bruce Balthaser

unread,
Nov 5, 2024, 5:52:45 PM11/5/24
to weewx-user
Need help figuring out where to find my "example.com" information in weewx for "https://example.com/weewx/inigo-settings.txt" in weeWX weather App. I have all the files loaded in weeWX and the weeWX weather App loaded on my phone. Where do I find this info in weewx and how do I send the data to the App. Do I use FTP and if so, what is the info I need to complete that section in the .conf file? The Github wiki for the weeWX App isn't very clear on how to do this.

vince

unread,
Nov 5, 2024, 6:01:07 PM11/5/24
to weewx-user

Bruce Balthaser

unread,
Nov 5, 2024, 8:09:29 PM11/5/24
to weewx...@googlegroups.com
That is the support document that i used, but doesn't help me find what i need to do to find my url. Thank for the suggestion though.

--
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.

Steven Sheeley

unread,
Nov 6, 2024, 1:45:11 AM11/6/24
to weewx-user
Hi Bruce.

What is the current URL of your weewx station?  From the Wiki:

Data URL

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.auso if I were running this, it would be, for me,  https://wendywx.myndworx.com.au/inigo-data.txt according to the wiki

Greg from Oz

unread,
Nov 6, 2024, 2:57:02 AM11/6/24
to weewx-user
Do you have this in your weewx.conf file?
   [[Inigo]]
        HTML_ROOT = /var/www/html/weather/       <<<<<<<Your HTML_ROOT may be different to mine
        skin = Inigo
        enable = true
        [[[Units]]]
            [[[[Groups]]]]
                group_altitude = meter
                group_speed2 = km_per_hour2
                group_pressure = mbar
                group_rain = mm
                group_rainrate = mm_per_hour
                group_degree_day = degree_C_day
                group_temperature = degree_C
                group_speed = km_per_hour

    [[SeasonsReport]]
        HTML_ROOT = /var/www/html/weather/Seasons
        #HTML_ROOT = /var/www/html/weather/Seasons
        # The SeasonsReport uses the 'Seasons' skin, which contains the
        # images, templates and plots for the report.
        skin = Seasons
        enable = false

My site is here:

Then you have to put the https://weather.ubeaut.work/inigosettings.txt into the app (again yours may be named differently)
Reply all
Reply to author
Forward
0 new messages