Hey @sdetweil, still no progress on getting the two modules to work together. Is there anything else you’d recommend trying?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-GoogleTasks moving other modules
-
RE: MMM-GoogleTasks moving other modules
Still happening on the mirror, but only when Google Tasks loads onto the screen the dailybibleverse module moves to the left. I tried using padding-left on dailybibleverse but it didn’t work. It starts out fine then when Google Tasks loads it moves.
Anyone know what to do?
-
RE: Mycommute is not working for me
@matelot20 Awesome, glad I could help!
-
RE: MMM-MyCommute not showing up today.
Hi @sdetweil
I don’t have any time parameters set up on the module. Weird… It fixed itself later in the day without me doing anything. Do you think there’s anything I can do to prevent that in the future?
Thanks for the help!
-
MMM-GoogleTasks moving other modules
Hi everyone,
I recently installed the module MMM-GoogleTasks on my mirror in the top right corner under MMM-DailyBibleVerse, and noticed that when Google Tasks loads onto the mirror, it moves DailyBibleVerse to the left. At first there was an error almost exactly like the one I’m experiencing now, but I was able to fix it by editing out these lines in the css.
/*.MMM-GoogleTasks .container { display: grid; grid-template-columns: 1fr auto; transform: translateY(-.6em); }*/Today the error is back again, and only occurs when Google Tasks is running (When I edit out the module in config, DailyBibleVerse displays normally).
Does anyone have any ideas?
Thanks!
-
RE: Mycommute is not working for me
Hi @matelot20,
I know that MMM-MyCommute was having some issues on my mirror yesterday as well, but fixed itself later in the day without me having to do anything (still not sure why exactly that was happening, but it’s better now). I know that for it to recognize your destinations you have to have the address as it shows in Google Maps, for example: Disneyland Anaheim would be “1313 Disneyland Dr, Anaheim, CA 92802” instead of “Disneyland” as you have it in your config. As for the API message, it could be something different.
Please let me know if that helps!
Edit - I just realized that if you are running the latest update of MMM-MyCommute, there was an update that changed the config text “apikey” to “apiKey”, so
apikey: [my api key],would now be
apiKey: [my api key],That could be where your API issue stems from
-
RE: MMM-MyCommute not showing up today.
Sorry I’m not sure what you mean, I ran the command and this is what it gave me:

-
RE: MMM-MyCommute not showing up today.
Here is what it shows me:

Not sure if what you asked, but I do use VNC Viewer to connect and edit the mirror without taking the frame off. Could that have something to do with it?
Thanks for your help
-
RE: MMM-MyCommute not showing up today.
It says suspended but I’m not sure why, how can I check the reason?
-
RE: MMM-MyCommute not showing up today.
Hi @sdetweil,
I’m having the same exact problem again, do you think it could be interfering with MMM-GoogleMapsTraffic again? I have no updates to install, and MMM-MyCommute keeps shutting off.
Thanks
-
RE: Moving modules
Hi @Mykle1 thanks for the help,
I tried putting that exact clip into custom.css but still nothing changed. Could there be something else somewhere preventing it from moving?
Thanks again
-
RE: Moving modules
@lavolp3 thanks again for the help, I changed it how you said but the module still did not move. Here is what I have now:
.weatherforecast { margin-right: -40px; }But still no movement :frowning_face: not sure where to go from here
-
RE: Moving modules
Hi @lavolp3 thanks for the reply,
Here is what I have:
.MMM-weatherforecast { margin-right: -300px; min-width: 300px; }I tried -300px just to see a noticeable change, but as of now nothing has moved the module. I also checked the MMM-weatherforecast.css but there is no other padding that I think could interfere with the spacing of the modules, but I am fairly new at this. Is there any way I could get it to just align with the right edge of the screen? Thanks again for the help!
-
Moving modules
Hi everyone,
I’m having some trouble moving my MMM-weatherforecast module to align with my calendar module. I’ve tried editing custom.css and using a mix of -
margin-right : 1px;
margin-right : 0px;
margin-right : -40px;
right : 50px;but none of those moved the module at all. Preferably I would like both modules to be within a couple pixels of the right edge of the screen. I’ve already edited out the margins around the body in custom.css, now I’m stuck on trying to get these modules to align! Thanks for the help!
Also, if anyone knows how to align the calendar info to the left side so it would form more of a box, or how to remove the day names (Fri, sat, sun…) on weatherforecast I would really appreciate the help on that as well. :grinning_face_with_smiling_eyes:

-
RE: MMM-MyCommute not showing up today.
That worked perfectly! Thanks so much!
-
MMM-MyCommute not showing up today.
Hi everyone,
I’ve been working on my MagicMirror for a while now, and installed MMM-MyCommute a while back along with MMM-GoogleMapsTraffic at about the same time. Today I booted up my Magic Mirror to find that the MyCommute module did not show up, and there was an update notification at the top. I updated MyCommute, applied the new changes to the config, and still, nothing showed up when I ran Magic Mirror again. I tried running it with the exact example config shown in the readme with my API key from google, and still nothing. It was running fine before today. Does anyone have any ideas?
Note - MMM-GoogleMapsTraffic is still working well, and when I ran npm start dev I found that there was a potential error with using the same API keys for both modules (which I thought was weird since It’s been running fine this whole time), so I made a brand new API key, but still nothing.
Thanks so much for the help!
