calendar-weather icon indicating copy to clipboard operation
calendar-weather copied to clipboard

BUG: Can't change time in the Settings window

Open igorteuri opened this issue 4 years ago • 6 comments

I can't change the time in Calendar/Weather Settings window. The time buttons work perfectly, but when I change the time in the settings windows, it doesn't save the new info.

I was using Foundry 7.5. I've updated to 7.6 for possible fixing, but the problem persists. Issue found on systems dnd5e 1.1.0 and 1.1.1

Console logs:

image image image

igorteuri avatar Nov 11 '20 15:11 igorteuri

I'm experiencing this problem too. As a workaround this macro will allow you to change it:

game.Gametime.setAbsolute({
    hours:3,
    minutes:0,
    seconds:0
})

earlSt1 avatar Nov 19 '20 13:11 earlSt1

I'm experiencing this problem too. As a workaround this macro will allow you to change it:

game.Gametime.setAbsolute({
    hours:3,
    minutes:0,
    seconds:0
})

Oh, thank you so much @earlSt1 I don't know much about JS, but I'll try to write a macro with a pop up dialog to change the time, based in this one you showed me.
Thanks again

igorteuri avatar Nov 20 '20 16:11 igorteuri

I'm experiencing this problem too. As a workaround this macro will allow you to change it:

game.Gametime.setAbsolute({
    hours:3,
    minutes:0,
    seconds:0
})

Oh, thank you so much @earlSt1 I don't know much about JS, but I'll try to write a macro with a pop up dialog to change the time, based in this one you showed me. Thanks again

No problem! My advice to people looking to make macro dialogs is to check out the Token Vision macro from the FVTT Community Macros, and check out the discord if you need any help :)

earlSt1 avatar Nov 21 '20 16:11 earlSt1

Issue is still there with Foundry 0.7.7 and Calendar/Weather 3.0.8

LeRatierBretonnien avatar Nov 23 '20 21:11 LeRatierBretonnien

And still here on 0.7.9 and Calendar/Weather 3.1.2

JJBocanegra avatar Feb 21 '21 15:02 JJBocanegra

And still here on 0.7.9 and Calendar/Weather 3.1.2

same here

mrcomac avatar Mar 21 '21 12:03 mrcomac