Read the statement by Michael Teeuw here.
Are you tired of editing config.js, or have trouble doing it, see my new module
-
@sdetweil thanks sam… i will try it later… my frame has to dry :D first coat :D
-
@sdetweil Hi Sam i tried it again and the size of the analog clock wont change, same if i insert UTC+1 into the timezone… else looks pretty good…
thanks a lot ;)
-
@dinschal can u show me the generated config.js for clock? (just that module)
it changes the value in config.js when I change it in the form…
and send me the debug output again
-
@sdetweil oh no not the debug output again :D
give me just one second ;) -
@sdetweil there is no debug: true in the config anymore :( can i insert it myself?
i tried it, but it stopped here
-
@dinschal said in Are you tired of editing config.js, or have trouble doing it, see my new module:
same if i insert UTC+1 into the timezone
i debugged the clock module
UTC works
UTC +1 doesn’t
UTC -1 doesn’tso I am not sure what it wants
Etc/UTC+1 doesn’t
-
make sure there is a comma on the line before where u added debug:true to my module
-
@sdetweil in germany we have summertime and wintertime… so we have utc and utc +1 :D
-
@sdetweil i did it this way…
-
@dinschal said in Are you tired of editing config.js, or have trouble doing it, see my new module:
in germany we have summertime and wintertime… so we have utc and utc +1
yes, understand… the clock module should auto adjust…
we just changed to std time last sunday and the clock adjusted… actually , the system changed reported time
but I was saying I debugged using the timeZone option in config.js for clock, and cannot get any option other than ‘UTC’
to work…I don’t understand what string it expects
it has a time object and does
time_object.tz(config.timeZone)
to force the time to a particular timezone… except only UTC works for me.