@KlausLadegaard Sorry this is so long time. What I was talking about is that it has day, week, and month views. I found the day view in the documentation and set that up so it only shows a single day - today. In that view, it shows start and end times.
Read the statement by Michael Teeuw here.
Posts made by eprostko
-
RE: MMM-Calendar CSS
-
RE: MMM-TomTomTraffic blank circle
I had this problem and discovered I had my longitude and latitude reversed, putting me in the middle of the ocean, where traffic is pretty light. :)
-
RE: MMM-Calendar CSS
@klausladegaard I use MMM-CalendarExt2. I use the week view in the main body, 3 or 4 weeks, and it only shows the start time. So I added a day view to the lower right corner, and it shows start and end times. That way I could tell when I needed to go pick up the kids!
-
RE: MMM-PlexSlideshow won't randomize
This is the result of git remote -v
origin https://github.com/PJTewkesbury/MMM-PlexSlideshow.git (fetch)
origin https://github.com/PJTewkesbury/MMM-PlexSlideshow.git (push)Maybe the option to randomize isn’t there. I’m sure when I built the MM in the first placein Dec 2019, it randomized.
My urgency is gone now because I have worked around this problem. My Plex server was a separate RPi. I removed Plex from that one and made it a Samba file server. Now I’m using MMM-ImageSlideshow on my MM RPi and pulling them via a shared folder. That’s working fine for me and randomizes.
-
MMM-PlexSlideshow won't randomize
I had to rebuild my MM RPi. Installed MMM-PlexSlideshow and copied and set up config from the source. The old MM would randomize the photos. New one will only display in alphabetical order. Relevant part of config.js is below. Can anyone help?
{ module: 'MMM-PlexSlideshow', position: 'fullscreen_above', config: { plex: { hostname:"IP Address", port:32400, username:"xxx", password:"zzz", }, transitionImages: true, backgroundSize: "contain", randomizeImageOrder: true, } },
-
Due date not in sync between MM and Todoist
Todoist is working on my MM, but the day is off by one for every task. For example, if in my phone or on the website, todoist says “Tomorrow”, MM displays “Today”. It happens with recurring tasks and single-instance (non-recurring) tasks.
I also have MMM-CalendarExt in my mirror, and it highlights the correct day as “Today”, the RPi seems to know what the current date is.
I searched the forums, but I didn’t find anyone reporting this issue. Any ideas?
-
RE: MMM-Todoist - Your todoist tasks on your mirror
Todoist is working on my MM, but the day is not right. I have a daily recurring task that says “today” on my mirror, but is “tomorrow” when I look on todoist.com directly or on my phone app.
Has anyone else seen and resolved this behavior?