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
    • 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
      luisestradaL
      luisestrada
    • RE: kolbyjack / MMM-Wallpaper & Synology

      @sdetweil The idea would be to access a Synology Photos album and read the photos from that album, so there’s no file duplications or avoiding storing pictures in multiple places

      posted in Troubleshooting
      luisestradaL
      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
      luisestradaL
      luisestrada
    • RE: MMM-MyTraktSeries

      MMM-MyTraktSeries.js:61

      Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘nextEp’)
      at Class.getDom (MMM-MyTraktSeries.js:61:45)
      at main.js:113:35
      at new Promise ()
      at updateDom (main.js:111:10)
      at Object.updateDom (main.js:552:4)
      at Class.updateDom (module.js:358:6)
      at Class.socketNotificationReceived (MMM-MyTraktSeries.js:101:18)
      at module.js:245:9
      at Socket. (socketclient.js:38:4)
      at Emitter.emit (index.mjs:136:20)

      Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'nextEp')
      

      Row 61 says:
      title = this.shorten(aux[i].nextEp, 19);

      posted in Utilities
      luisestradaL
      luisestrada
    • RE: MMM-MyTraktSeries

      @TheVieiraAkA Hello,

      I can’t understand why I use one list and it works but then I select another list and it doesn’t. I made it public, friends, private and nothing works.

      It looks that this module was abandoned, but still works.

      Thank you !!!

      posted in Utilities
      luisestradaL
      luisestrada
    • RE: MMM-CalendarExt3Agenda

      @hogedir

      I edited the max-width value (50% to 100%) in .CX3A .cellBody .fullday .event and solved the issue

      posted in Utilities
      luisestradaL
      luisestrada
    • RE: MMM-CalendarExt3

      Screen Shot 2022-08-27 at 12.05.59 AM.png

      Thank you very much.

      It took me some time to figure out that I could use symbol: “blank”, to not to show any icon, I was getting an error because before, I was using symbol: null :beaming_face_with_smiling_eyes:

      It’s working exactly as I wanted :)

      posted in Utilities
      luisestradaL
      luisestrada
    • RE: MMM-CalendarExt3

      @BKeyport It’s a Pro icon, do you pay for it?

      posted in Utilities
      luisestradaL
      luisestrada
    • RE: MMM-CalendarExt3

      Hi @sdetweil @MMRIZE

      This used to be possible before, but after implementing the weather icons, it stopped working. It’s not a big deal but it’s a nice to have feature.

      As you know, MagicMirror uses a very old version of Font Awesome. I updated mine to the most recent version and it now includes the Canadian flag and many other brand icons. Unfortunately, for brands, you have to use “fas” or “fa-solid”, and for brands you have to use “fab” or “fa-brands”. I solved this by tweaking the code in calendar.js and config.js. I also tried to do the same in MMM-CalendarEXT3.js, line 242, but when I try to update config.js calendar module, the calendar shows no data. The reason, because MMM-CalendarEXT3 module does not accept spaces in symbol.

      CalendarEXT3.js, line 242:

      symbol.className = "fa fa-fw fa" + s;
      

      config.js, for birthday calendar

      symbol: "s fa-cake-candles",
      

      config.js, for Canadian holidays

      symbol: "b fa-canadian-maple-leaf",
      

      The space breaks my code, I wanted to choose either “b” or “s” in the symbol field

      How the icons look in the native calendar
      Screen Shot 2022-08-26 at 3.10.57 PM.png

      Unfortunately, not allowing spaces, forces me to decide which one to use or “fas” or “fab”
      Screen Shot 2022-08-26 at 3.11.35 PM.png

      posted in Utilities
      luisestradaL
      luisestrada
    • RE: MMM-CalendarExt3Agenda

      @BKeyport said in MMM-CalendarExt3Agenda:

      @MMRIZE at least you have good taste and follow the bluejays. :P

      I cannot agree more with that :)

      posted in Utilities
      luisestradaL
      luisestrada
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 4 / 7