|
2020-08-17
, 15:25
|
Posts: 98 |
Thanked: 223 times |
Joined on Jul 2013
@ Prague
|
#112
|
The Following User Says Thank You to glo-worm For This Useful Post: | ||
|
2020-08-20
, 16:51
|
Posts: 562 |
Thanked: 1,732 times |
Joined on Jan 2010
@ NYC
|
#113
|
|
2020-08-21
, 11:01
|
Posts: 1,423 |
Thanked: 2,620 times |
Joined on Jan 2011
@ Touring
|
#114
|
It would be great if we could pull both the calendar and the weather (omweather) from the n900.
Also would be awesome if you could silence your phone via the pebble.
Oh well I'm happy enough as it is at the moment.
x
|
2020-08-21
, 15:15
|
Posts: 562 |
Thanked: 1,732 times |
Joined on Jan 2010
@ NYC
|
#115
|
|
2021-10-31
, 16:38
|
Posts: 1,423 |
Thanked: 2,620 times |
Joined on Jan 2011
@ Touring
|
#116
|
def get_localtime():^M ts = 0^M # uncomment the +23 line below (spring/daylight savings time in UCT +2 zone customize for your zone(ie: (utc +2 - 1hr = 1) (24-1=23))) & uncomment != 0:(fall standard time) line which will sync with GMT on your phone, set + number for correct local time vs UCT(zulu/GMT time).^M if time.daylight != 0:^M #if time.daylight > +23:^M ts = int(time.time()) - time.altzone^M else:^M ts = int(time.time()) - time.timezone^M return ts^M
The Following 2 Users Say Thank You to biketool For This Useful Post: | ||
Tags |
pebble time, smart watch |
|
RX-51
Last edited by sicelo; 2020-08-17 at 13:50. Reason: Typo: insall -> install