
Download:
How to use this file:
- Download WatchMaker App from Google Play Store directly by clicking on the image below these steps.
- Install the Watchmaker Companion App available on Samsung Gear Store.
- Read the WatchMaker help section to know more about how to use the app and it's benefits over the Samsung GWD watch faces.

seems the moon phases is out of phase. Today is full moon, but watch face shows it’s already past that
I found at least one problem in the script for calculating the JD.
function on_second()
var_s_MoonPhaseRatio = ((JD({dd},{dn},{dyy})-2457131.289583)%29.530588853)/29.530588853
end
— julian date
function JD(m,d,y) <—– this should read: function JD(m,d,y)
this explains mostly why the moon is out of phase
If you know who the creator is, please forward this info as I cannot find the watch on the watchmaker site
oops, I made the error not to check the comment before posting:
function JD(m,d,y) <—– this should read: function JD(d,m,y) <– d,m,y not m,d,y !