Read the statement by Michael Teeuw here.
Possible to show Month View in lower corner?
-
Currently, I am only using core features, but I’m fine with using a third party if I need to. What I would like is to display a small month view in the lower corner of the screen. Is this possible somehow?
-
@Cliff365 the core module doesn’t show a view like that… you would have to use something like CalendarExt3
the base shows for the next n days… (default 10)
-
@sdetweil said in Possible to show Month View in lower corner?:
CalendarExt3
Thanks. I’ll take a look.
-
@Cliff365
CX3 has nosmall
view of the month. (Previous CX2 hasMMM-CalendarExtMinimonth
plugin), Sorry. -
@Cliff365 Look at MMM-Multimonth. https://github.com/BKeyport/MMM-Multimonth - it’s a plain calendar in small mode.
-
@MMRIZE Also good to know. Thanks!
-
This post is deleted! -
Wow. That’s almost insulting to have all the modules ripped and reuploaded there with no mention of the original authors. (yeah, it’s a free project, with MIT licenses, but still…)
… Good to know it’s there, though.
FWIW, for anyone else doing this kind of thing - it would be better to fork off the original, then do your work on the module as you’d like, and then if you think it would be beneficial to all, ask for it to be added to the main work.
The module tree @hango pointed out is several versions old, and totally out of sync with current releases - putting your work at risk. For example, my module uses moment.js - which is dead. I’m reworking it at this time to do something else instead, as moment.js is also known to have several security issues.
Fork, Fix, and request merge. Bottom line. If the original author don’t respond, people can find yours and use it. There’s really no downside to doing it that way.
-
@BKeyport great advice, for the willing.
as I recall, there are a number of developers that believe they can do it all differently and better, and choose not to share, or contaminate their version with other sources.
-
@sdetweil I agree with Sam or the dev ends up rewriting so much that it really isn’t mergable at all. Perhaps renaming and just a comment mentioning the idea came from so-and-so is better solution.