Read the statement by Michael Teeuw here.
Replacing snow flakes with hearts in the MMM-SNOW module
-
@Hein-Jan not a bad idea. I can probably just hardcore that in and have a config setting that can enable it to only show on Feb 14th. One possible drawback of that is that module is still going to be loaded in memory other 364 days of the year.
-
Wow that looks awesome. Thanks for taking time to put this together😎
-
Fantastic! Nice work :) so i got an idea for march 17 … yeah ST. PATRICS DAY! :beer: falling clover, beer and goblins :D
http://www.flaticon.com/search?word=saint patrick&order_by=1&color=2 -
@Hein-Jan reducing
valenitnesCount
may help with “sluggishness”. -
@schlachtkreuzer6 Feel free to fork my repo. It’s pretty easy to modify it to display other images. I resized my images to 50x50px because they were fairly hi res after downloading them from flaticon site.
-
@morozgrafix I´ll try it :) but I´m not a coder^^ thanks for that advice
-
@schlachtkreuzer6 Neither am I and I did in about 30 seconds… LOL You can do it!
-
Yeah I did it :P
[card:schlachtkreuzer6/MMM-Saint-Patrick] -
@schlachtkreuzer6 nice job. I told you it wasn’t that hard. :clap: :thumbsup:
-
Yep, alreay did that.
This is my config included is the scheduling part.
{ module: 'MMM-Valentine', position: 'fullscreen_above', classes: 'scheduler', config: { // display the module only on the 14th of february module_schedule: {from: '0 7 14 02 *', to: '30 23 14 02 *' }, valentinesCount: 25, valentinesSize: 2.00, } },
I have been struggling with the 2 asterixes behind the “minutes and hours” values but before the “day of the week” value. Cron revealed that they probably are “Day of the month” and “month of the year”.
I am a Noob, and all of the scheduling examples had wildcards there. I feel fairly confident this is going to work.