Does this support “prohibitedWords” as in the default news module? I absolutely refuse to have anything related to “Trump” in my news feed. If I see that word appear, the mirror is going into the garbage.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-NPR
-
RE: MMM-MyCalendar
Ahh, I see. Silly question - how do I pull from that branch instead of from the master? I googled the differences but it’s not making sense to me.
AHH! I figured it out:
pi@magicmirror:~/MagicMirror/modules $ git clone -b using_nunjucks https://github.com/jclarke0000/MMM-MyCalendar.git Cloning into 'MMM-MyCalendar'... remote: Counting objects: 84, done. remote: Total 84 (delta 0), reused 0 (delta 0), pack-reused 84 Unpacking objects: 100% (84/84), done.
@ninjabreadman thank you for pointing this out!
-
RE: MMM-MyCalendar
@ninjabreadman Page 1 contains an update where it mentions support for 2 columns:
https://forum.magicmirror.builders/topic/2559/mmm-mycalendar?page=1 -
RE: MMM-MyCalendar
This module just won’t display a 2-column layout for me despite it being enabled in the config:
{ module: "MMM-MyCalendar", header: "Family Calendar", position: "top_left", // This can be any of the regions. Best results in left or right regions. config: { colored: true, maximumEntries: 6, columns: true, showLocation: false, maxTitleLength: 200, fetchInterval: 120000, fade: false, calendars: [ .....
-
RE: MMM-Gas
I believe this is the first gas module that works in the US. Thanks!
-
RE: MMM-FAA-Delay
I have weather disabled with showWeather turned off, but I still have this wasted line after each airport. airport.css didn’t seem to have any option to control this. Is there any way?
-
RE: MMM-uber and MMM-lyft
I now get this bizarre issue where Lyft shows the times in minutes down to 15 decimal places. Anybody else?
-
RE: MMM-uber and MMM-lyft
I completely deleted the uber module folder and reinstalled. That fixed it. I could have sworn I tried that, but it worked just now.
-
RE: MMM-FAA-Delay
It was driving me nuts, but the config is showWeather, not displayWeather :smiling_face_with_open_mouth_closed_eyes:
-
RE: MMM-MyCommute
Is this still working as designed? I reinstalled my magicmirror recently, and when I went to get this module working, it pointed me to get an API key at https://developers.google.com/maps/documentation/javascript/get-api-key which no longer appears to be free?
This is all I had for my config previously, so I can’t find if/what my key previously was:
{ module: 'MMM-MyCommute', position: 'top_left', header: 'Commute Times', classes: 'default everyone', config: { travelTimeFormat: "h[h] m[m]" } },
I don’t know how it even was working since it doesn’t have the API key, but it definitely was working fine for months.