Is there a way to hide the Current Week column from the mini-calendar?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-CalendarExt3Agenda questions.
-
RE: MMM-CalendarExt3Agenda questions.
@MMRIZE
Thanks for the info.-
If I want to use your weatherPayload, to go from C to F, where would I put that code? I can’t use C so it’s either try to convert it, or turn it off I guess.
-
Thanks. That CSS worked great.
-
I added waitFetch 30000 and I did get all of my calendars.
Thanks!
-
-
MMM-CalendarExt3Agenda questions.
Hi,
Just setup this module and have some questions.
-
Temps shown by each day are in Celsius. How can I change them to Fahrenheit? I see something about a Payload on the github page but don’t know what I’m supposed to do with that information. It’d be nice if there was simply a Metric/Imperial or Celsius/Fahrenheit flag in the Config section.
-
How can I hide the description and location of all the events? I see something in the Custom CSS section that mentions that. Do I need to put that in my custom.css? Curious why there isn’t just a flag for showDescription: False or something like that.
-
Not all of my calendars are showing. In the main Calendar module, I have 6 calendars. I gave them all a name and added them to the calendarSet section. If I just start with my calendar, the events show up fine. If I then add in my wife’s calendar, her events don’t show up. (They show in the default calendar, just not this one). If I then add in another calendar, then I don’t get any events at all. It’s just really weird. Do I need to do something to let the default Calendar load first, and then load this one? Are the events not showing up because it loaded too quickly and the default calendar hadn’t gotten all its data yet? Just guessing…
That’s all so far.
Thanks!
-
-
RE: MMM_CalendarWeek - First few events listed are from years ago
Oh, I found a note on the page about removing the Position flag so I’ll try that. I’ll start a new thread for my questions about the Ext3Agenda module.
Thanks. -
RE: MMM_CalendarWeek - First few events listed are from years ago
@BKeyport I will take a look at that. I’m a bit confused on how it works with the default calendar. I don’t want to have two event lists on the screen as that seems redundant. Can I Configure the default calendar, but not display it, so I only have the Agent one showing?
-
MMM_CalendarWeek - First few events listed are from years ago
Hi,
I’m setting up the MMM-CalendarWeek module. I got it working by manually installing the Request module. However, the first 4-5 events shown in the calendar are events from 2022 or even earlier (2014). I have no idea why it’s finding these events. They don’t show with a time either. Has this happened to anyone else? Anyone know a way to fix it?
Thanks.
-
RE: Any slideshow / wallpaper modules that can pull from OneDrive?
@BKeyport Well, that’s an interesting idea. I’d be curious how something like that handles the Pi filling up with space from downloading all the files from OneDrive in order to display them. It’d need a way f cleaning up after itself somehow.
My Onedrive Pictures folder has 70,000+ files at over 500 Gigs so not sure how it’d handle that.
-
Any slideshow / wallpaper modules that can pull from OneDrive?
Hi,
I’ve seen a couple modules that can pull photos from Google Drive or local files, but I’m looking for one that can pull from OneDrive. Does anyone know of one that can do this?I have a folder that’s full of files and other photos that I’d like a wallpaper or slideshow to pull from and just rotate images every so often.
Thanks.
-
How do I get Times for events that happen today instead of "in 3 hours"?
Hi,
WIth the default Calendar module, I tried both
showTimeToday: true,
and
timeFormat: “absolute”,But it had no effect. When I look at calendar items from tomorrow onward, they all say something like: “Tomorrow at 11:00”. However for things happening later today, it says “In 4 hours”.
How can I get today’s events to say “Today at 17:00” instead of “In 1 hour”?
Thanks.
-
Can I hide the top line from the Weather Module?
Hi,
In the Weather module, the top line is Wind icon, Wind speed, Wind Direction, and then the Sunrise icon and the Sunrise time. I don’t want to see any of those things. I just want to see the Current Temp line and the Feels Like.
If I turn on onlyTemp, I lose the top line, but I also lose the Feels Like, which I’d like to keep.
There are some individual flags I can set. If I set ShowSun and Show WindDirection to False, I lose most of what I want, but I still have the wind speed and a wind icon showing. I don’t see any config options to turn off the Windspeed and wind icon completely. Does this option exist?
Thanks.