Read the statement by Michael Teeuw here.
How can I add more time periods for MMM-compliments?
-
@saschasp Actually I only had to make changes in the
MMM-compliments.js
and not theconfig.js
I just had to make changes at those 3 places that I showed in the imgur link I had posted and it works great.
sdetweil helped my find the missing comma that was causing the problem with thenpm start dev
prompt and now it works great.I now have 5 time periods and 3 compliments for each period. If I think of more compliments, I’ll probably add a 4th compliment for each period.
-
Is it normal for the default modules to reset to factory settings when updating MM?
Just did the MM update to 2.7.1 and noticed my compliments module has reset to its original compliments and time periods. -
yes, the default modules are part of the base… and will be reset… altho you should have been warned by git
if u did a git stash, then u can get those changes back
-
@sdetweil Oh ok, I just did my first stash now.
So let’s say I had done a stash before I had updated; how would I retrieve it after updating?(So I know what to do next time)
-
@DæmonEyes git stash pop
i don’t know if you can pop one file at a time
(ps… google is your friend!)