(mysqlt): select p1.cID, pt.ctHandle from Pages p1 left join Pages p2 on (p1.cPointerID = p2.cID) left join PagePaths on (PagePaths.cID = p1.cID and PagePaths.ppIsCanonical = 1) left join PageSearchIndex psi on (psi.cID = if(p2.cID is null, p1.cID, p2.cID)) inner join CollectionVersions cv on (cv.cID = if(p2.cID is null, p1.cID, p2.cID) and cvID = (select cvID from CollectionVersions where cvIsApproved = 1 and cID = cv.cID)) left join PageTypes pt on pt.ctID = cv.ctID inner join Collections c on (c.cID = if(p2.cID is null, p1.cID, p2.cID)) left join CollectionSearchIndexAttributes on (CollectionSearchIndexAttributes.cID = if (p2.cID is null, p1.cID, p2.cID)) where 1=1 and (ak_pebble_authorName LIKE '%AstroApps%') and (p1.cID!='128') and cvName != '' and pt.ctID = '10' and (ak_exclude_page_list = 0 OR ak_exclude_page_list is null) and PagePaths.cPath like '/apps/%' and PagePaths.ppIsCanonical = '1' and cvIsApproved = '1' and (p1.cIsTemplate = 0 or p2.cIsTemplate = 0) and ((select count(cID) from PagePermissionAssignments ppa1 inner join PermissionAccessList pa1 on ppa1.paID = pa1.paID where ppa1.cID = if(p2.cID is null, p1.cInheritPermissionsFromCID, p2.cInheritPermissionsFromCID) and pa1.accessType = 10 and pa1.pdID in (0)
and pa1.peID in (2) and (if(pa1.peID = 4 and p1.uID <>0, false, true)) and (ppa1.pkID = 1 and cv.cvIsApproved = 1)) > 0
or (p1.cPointerExternalLink !='' AND p1.cPointerExternalLink IS NOT NULL)) and ((select count(cID) from PagePermissionAssignments ppaExclude inner join PermissionAccessList paExclude on ppaExclude.paID = paExclude.paID where ppaExclude.cID = if(p2.cID is null, p1.cInheritPermissionsFromCID, p2.cInheritPermissionsFromCID) and accessType = -1 and pdID in (0)
and paExclude.peID in (2) and (if(paExclude.peID = 4 and p1.uID <>0, false, true)) and (ppaExclude.pkID = 1 and cv.cvIsApproved = 1)) = 0) and ak_pebble_flag = '0' and ak_pebble_subApp = '0' and p1.cIsActive = '1' order by ak_pebble_dateAdded desc limit 0,56
-
Description
SunTime Pro is an ideal watchface not only for travellers and photographers. It shows sunrise and sunset times as well as the current elevation of the sun and a graphical representation for day, night and twilight for the actual position. Furthermore it displays the local time and the time in a second timezone (e.g. at home), date and weekday in several languages, bluetooth and battery status.
In detail it shows:
- Weekday, Date and Month in several languages
- Local time and a second timezone (e.g. at home)
- Support of 12/24-hours settings
- Sunrise, sunset times and actual elevation of the sun
- Indicator if the sun is in the south or north at noon
- Graphical representation of day, night and twilight (civil, nautical and astronomical)
- Battery status in 10% steps
- Bluetooth connection status
Furthermore the watchface offers:
- Widely configurable in English and German
- Automatic or manual setting of geographical location
- Display of second time can be switched on and off (it will be shown only if different from actual timezone)
- Free choice of timezone for the second time
- When disconnected Pebble vibrates twice
All data shown will be calculated on the Smartphone and Pebble. So no internet connection is needed (except for configuration - due to the Pebble platform architecture). So the watchface can be used worldwide without the need of internet access.
Known problems:
After changing the timezone on the Smartphone the Pebble App (at least the Android version) gives the new time to Pebble, but still the old timezone information. This causes in wrong calculations and results. So it's necessary, to reboot the Smartphone after changing the timezone or at least to stop and restart the Pebble App with the application manager. Similar problems occure after changing to daylight saving time.
AS THIS APP USES JAVASCRIPT IOS USERS WILL NOT BE ABLE TO RUN IT FROM THIS SITE. PLEASE DOWNLOAD IT FROM THE PEBBLE APP STORE INSTEAD.
created by - AstroApps