MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. luisestrada
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 68
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

      @joecas65 said in MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror:

      @Snille Hi, is it possible to add a line separator between sensors ?
      thanks

      I like the way the MMM-MyScoreboard does, by adding this line

      border-bottom: solid 1px #222;
      

      You can add it to your custom.css file (for more info about how to write in css, check https://forum.magicmirror.builders/topic/6808/css-101-getting-started-with-css-and-understanding-how-css-works?_=1677609386326)

      posted in Utilities
      luisestradaL
      luisestrada
    • RE: My e-ink frame

      @jonathanperron Pour moi, l’api Google ça marche parfaitement. Je n’ai pas réussi à faire fonctionner l’api de la STM

      https://portail.developpeurs.stm.info/apihub/#/login

      https://forum.magicmirror.builders/topic/12709/stm-module-société-de-transport-de-montréal?_=1677099514162

      posted in Show your Mirror
      luisestradaL
      luisestrada
    • RE: MMM-CalendarExt3Agenda

      @MMRIZE Sorry I could not reply sooner.

      The Tesla module is the module below

      MMM-TeslaLogger https://github.com/spitzlbergerj/MMM-TeslaLogger

      I use Teslamate to extract the data from the car.

      I will send you my calendar code to your email.

      I also realized the last event (Saturday, Feb 18, in my screenshot) shows in my calendar but not in the agenda, If I take less days it does not show the last event. I did not see the issue when the last day was the 23rd, probably because the event started on the 22nd.

      posted in Utilities
      luisestradaL
      luisestrada
    • RE: MMM-CalendarExt3Agenda

      @MMRIZE I changed the module weatherProvider to “openweathermap”, for the type “forecast” and now it works.

      I kept “envcanada” for the type “current”, though.

      New Screen Shot 2023-02-12 at 11.46.24 AM.jpg

      posted in Utilities
      luisestradaL
      luisestrada
    • RE: MMM-CalendarExt3Agenda

      @BKeyport

      I think it’s this

      Show the days only which has event on the day.
      .CX3A .agenda .cell[data-events-counts="0"] {
        display: none;
      }
      
      posted in Utilities
      luisestradaL
      luisestrada
    • RE: MMM-CalendarExt3Agenda

      @MMRIZE said in MMM-CalendarExt3Agenda:

      @luisestrada
      Hmmm… With my test, it works as expected.

      …

      This is what I used for config;
      …

      Thanks, I made the changes you did and it did not work, I hope it’s not because I updated Electron to the most recent version :downcast_face_with_sweat:

      posted in Utilities
      luisestradaL
      luisestrada
    • RE: MMM-CalendarExt3Agenda

      Hello,

      I noticed when I select envcanada as my forecast provider I just get today’s value, not for the rest of the week. The issue happens in both, MMM-CalendarExt3 & MMM-CalendarExt3Agenda. :crying_face:

      {
      			module: "weather",
      			position: "top_right",
      			header: "Forecast",
      			config: {
      				weatherProvider: "envcanada",
      				type: "forecast",
      				maxNumberOfDays: "7",
      				location: "Montréal, QC",
      				siteCode: "s0000635",
      				provCode: "QC"
      			}
      		},
      
      posted in Utilities
      luisestradaL
      luisestrada
    • RE: Introduce yourself!

      I’ve been here in this forum for some time and I did not see this post.

      I’m Luis, and I was born in Barranquilla, Colombia. I’m currently living Canada for about 11 years. I am 42.

      I studied aeronautical engineering and I have a master in aviation management. I speak 5 languages so far. I work as a Reliability Analyst in the aerospace industry.

      I started using MagicMirror in 2020 as a hobby, to learn a bit of coding. Now with all the support of the community, I have a dashboard for me and my family at home. It works as an agenda, I check my car information, music playing at home, the bus schedule, a camera and even sport results.

      I’ll leave some pictures soon in “Show my mirror”.

      Greetings,
      Luis

      posted in General Discussion
      luisestradaL
      luisestrada
    • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

      Hi, this is not an issue but a question. I have a bunch of lights and I’d like to hide them when they are off, just to show them when they are on.

      Is this possible?

      posted in Utilities
      luisestradaL
      luisestrada
    • RE: v2.22.0 & Font Awesome FAB icons

      @sdetweil Fantastic, thank you so much. It worked!

      This is the code I have (in case someone needs it):

              {
      			module: "calendar",
      			header: "Canadian Holidays (QC),
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						url: "https://www.officeholidays.com/ics-clean/canada/quebec",
      						symbol: "canadian-maple-leaf",
      						color: 'crimson'
                          },
      				],
      				defaultSymbolClassName: "fab fa-",
      				colored: true,
      				coloredSymbolOnly: true,
      				maximumEntries: "2",
      				wrapEvents: true,
      			}
      		},
      

      And happy new year!!!

      posted in Troubleshooting
      luisestradaL
      luisestrada
    • 1 / 1