-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weather shows wrong weather half the time. #5
Comments
Pebble round. Watchface 16.1 |
Might be an OWM error. Please register your own code, the default is very
much limited.
Am 05.03.2018 14:46 schrieb "torkelatgenet" <[email protected]>:
Every other time I look at my watch the location is empty and the
temperature is completely wrong. Is this a owm error or a location error?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMFiJeu0XrZnQ6rqBmvqsXSeLpW3myMcks5tbUG3gaJpZM4ScT36>
.
|
I have tried with and without custom key, same behaviour
5. mar. 2018 14:58 skrev "cfg1" <[email protected]>:
… Might be an OWM error. Please register your own code, the default is very
much limited.
Am 05.03.2018 14:46 schrieb "torkelatgenet" ***@***.***>:
Every other time I look at my watch the location is empty and the
temperature is completely wrong. Is this a owm error or a location error?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/
AMFiJeu0XrZnQ6rqBmvqsXSeLpW3myMcks5tbUG3gaJpZM4ScT36>
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AD2WAFt5RQ854RRNsORiqqR3iqEYpziwks5tbUSKgaJpZM4ScT36>
.
|
It is definitly not a bug in the watch face, because for me it works most
of the time. I am using the official Pebble Android app. Maybe your phone
does not provide the location to your Smartphone app. You can try to set a
fixed location in the watchface settings.
Am 05.03.2018 15:27 schrieb "torkelatgenet" <[email protected]>:
… I have tried with and without custom key, same behaviour
5. mar. 2018 14:58 skrev "cfg1" ***@***.***>:
> Might be an OWM error. Please register your own code, the default is very
> much limited.
>
> Am 05.03.2018 14:46 schrieb "torkelatgenet" ***@***.***>:
>
> Every other time I look at my watch the location is empty and the
> temperature is completely wrong. Is this a owm error or a location error?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#5>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/
> AMFiJeu0XrZnQ6rqBmvqsXSeLpW3myMcks5tbUG3gaJpZM4ScT36>
> .
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#5 (comment)>,
or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/
AD2WAFt5RQ854RRNsORiqqR3iqEYpziwks5tbUSKgaJpZM4ScT36>
> .
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMFiJcy9CgW4YdMAw4mwIsKpuRaLXNAMks5tbUtHgaJpZM4ScT36>
.
|
Is there an easy way to access the debug log from the javascript code? |
With Cloudpebble it should be easy. Either in the emulator or by enabling
developer mode in the Pebble app on yor phone.
Am 05.03.2018 20:33 schrieb "torkelatgenet" <[email protected]>:
… Is there an easy way to access the debug log from the javascript code?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMFiJYkygT-TeNiAE8aiIzNVu-mtCkBnks5tbZLbgaJpZM4ScT36>
.
|
I now have a log of the error, The phone fails to get location and puts lat,lon to NaN, and openweathermap gives me the weather of the coast of Ghana (0,0)
|
So you should either make sure that the pebble app gets the location of
your phone or you could set a fixed location in the watchface settings, as
I already mentioned.
Am 07.03.2018 09:01 schrieb "torkelatgenet" <[email protected]>:
… I now have a log of the error, The phone fails to get location and puts
lat,lon to NaN, and openweathermap gives me the weather of the coast of
Ghana (0,0)
[PHONE] pebble-app.js:?: M7S_16_1:345 read last location finished [PHONE]
pebble-app.js:?: M7S_16_1:373 pos_lat = NaN [PHONE] pebble-app.js:?:
M7S_16_1:374 pos_lon = NaN [PHONE] pebble-app.js:?: M7S_16_1:377
conf.auto_loc = 1 [PHONE] pebble-app.js:?: M7S_16_1:389 Using OWM API KEY:
1b5b37a3117bb6acd583d662fdbb24c7 [PHONE] pebble-app.js:?: M7S_16_1:403
Weather URL = http://api.openweathermap.org/data/2.5/weather?APPID=
1b5b37a3117bb6acd583d662fdbb24c7&lat=NaN&lon=NaN&lang=en [PHONE]
pebble-app.js:?: M7S_16_1:404 Weather Forecast URL =
http://api.openweathermap.org/data/2.5/forecast?APPID=
1b5b37a3117bb6acd583d662fdbb24c7&lat=NaN&lon=NaN&lang=en [PHONE]
pebble-app.js:?: M7S_16_1:413 successfully parsed returned text of weather
forecast. [PHONE] pebble-app.js:?: M7S_16_1:425 successfully parsed
returned text of weather data. [PHONE] pebble-app.js:?: M7S_16_1:439
Temperature is 28
CloudPebble.log
<https://github.com/cfg1/pebble-mss/files/1788262/CloudPebble.log>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AMFiJcnW_g03o_hKYUlXz4YGUyc-HUnfks5tb5PBgaJpZM4ScT36>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Every other time I look at my watch the location is empty and the temperature is completely wrong. Is this a owm error or a location error?
The text was updated successfully, but these errors were encountered: