MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. luisestrada
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 50
    • Best 4
    • Controversial 0
    • Groups 0

    luisestrada

    @luisestrada

    4
    Reputation
    13
    Profile views
    50
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    luisestrada Unfollow Follow

    Best posts made by 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
      L
      luisestrada
    • v2.22.0 & Font Awesome FAB icons

      Hello,

      Usually, every time there’s an update I have to edit calendar.js to get the FAB icons from FontAwesome working.

      I noticed this updates is supposed to do the job for me but it seems there’s no tutorial or explanation of how to use it. This is what the update mentions.

      Possibility to change FontAwesome class in calendar, so icons like fab fa-facebook-square works.
      

      However in the documentation this is the only information available.

      defaultSymbol	The default symbol.
      
      Possible values: See Font Awesome website.
      Default value: calendar
      

      I am using one FAS icon for the calendar and another FAB icon for Canadian holidays, but I can’t make it work both at the same time without manipulating the file.

      Please let me know how to set it up, (I believe in config.js), to make it work.

      posted in Troubleshooting
      L
      luisestrada
    • kolbyjack / MMM-Wallpaper & Synology

      I love this app. I use it in my one board (I did not put a mirror but I use it as a dashboard). I am also owner of Synology, and using my pictures from a Synology album sounds like a very good idea.

      As Synology Moments was replaced with Synology Photos in DSM version 7.2, the code for using Synology Moments does not work anymore. I asked the creator a while ago but he no longer has a Synology.

      With my limited programming knowledge I tried to see if I could make it work, with no luck. I tested this information from the two links below, with no luck.

      https://community.synology.com/enu/forum/7/post/145996
      https://github.com/zeichensatz/SynologyPhotosAPI

      I wanted to post it here in case there’s someone interested in fixing/updating the code

      https://github.com/kolbyjack/MMM-Wallpaper/issues/69

      For now, my only option is to download the pictures in the Rapsberry pi.

      Thank you

      posted in Troubleshooting
      L
      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
      L
      luisestrada

    Latest posts made by luisestrada

    • RE: My e-ink frame

      @jonathanperron Avec l’application que j’utilise, je peux voir à quelle heure j’arrive dans une destination spécifique, et aussi à quelle heure le bus quitte l’arrêt de bus où j’habite. Généralement, ces données peuvent être dues à l’horaire du bus mais aussi si le bus dispose d’un GPS.

      Tu peux voir ci-dessous à quelle heure passe le bus: Próximo bus … (en espagnol 🤭 )

      Screen Shot 2023-03-03 at 2.03.01 PM.png

      La partie la plus difficile à comprendre était de configurer l’API. Je peut vous aider.

      Désolé pour mon français

      posted in Show your Mirror
      L
      luisestrada
    • RE: Icons not showing on screen but webinterface ok

      @Pade2204 said in Icons not showing on screen but webinterface ok:

      That doesnt sound good. Am I able to provent the feed from trying to show them, maybe?

      Mirror Output:
      F1CD9D08-5709-4140-9047-971B217B0623.jpg

      Mirror webinterface:
      Udklip.JPG

      Try this https://github.com/samuelngs/apple-emoji-linux

      posted in Troubleshooting
      L
      luisestrada
    • 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
      L
      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
      L
      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
      L
      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
      L
      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
      L
      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 😓

      posted in Utilities
      L
      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. 😢

      {
      			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
      L
      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
      L
      luisestrada