First, my complements on AltUI! I just downloaded it a few days ago and it is much better than ‘native’ Vera!
When I originally started AltUI, after it updated, the weather initially showed Carlisle, PA (US). After I played around a little it update to my location of Lawrenceville, GA (also US). After updating to 1050 (and the previous update) the weather won’t change from Carlisle, PA no matter what I do.
Among other things, I’ve cleared browser cache and verified Vera is configured to Lawrenceville. When I run MultiBox.getWeatherSettings() in the console it returns:
{
tempFormat: "F",
weatherCity: "Lawrenceville",
weatherCountry: "United States"
}
I also noticed a network problem connecting to AccuWeather:
Name Protocol Method Result Content type Received Time Initiator
http://vortex.accuweather.com/adc2010/oap/javascript/jquery.min.map HTTP GET 404 text/html 1.17 KB 111.35 ms parsedElement
Just a hunch but shouldn’t weatherCity be “Lawrenceville, GA”?
If not, what else can I do the help debug this?
-Joe