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

    Posts

    Recent Best Controversial
    • RE: MMM-Flights Not Working

      @KI6UVE
      Your config.js should be as follows

      {
      module: “MMM-Flights”,
      position: “middle_center”,
      config: {
      laMin: 33.183537,
      laMax: 32.849596,
      loMin: -117.204895,
      loMax: -116.790161,
                     }
      },
      

      Note the } without the comma closes off the config part. (With the comma, closes the module)

      posted in Troubleshooting
      B
      bicolorbore586
    • Hiding degree Fahrenheit

      In both the MMM-Weather-Now and MMM-3Day-Forecast, how would I not show the “(43 o F)”? My config.js is metric, but looking at the code it appears whichever you select the other shows in brackets.

      3f43bf15-8baf-4a96-b241-9c0381948a36-image.png

      posted in Troubleshooting
      B
      bicolorbore586
    • RE: MMM-CalendarExt3

      @mumblebaj so that now means I can see the events again, but still not coloured how I want.

      posted in Utilities
      B
      bicolorbore586
    • RE: MMM-CalendarExt3

      @MMRIZE have tried that, still doesn’t show anything.

      eventTransformer: function(event) {
      if (event.title.search(“Ben”) > -1) {
      event.className = “Ben”;
      return event
      }
      }

      posted in Utilities
      B
      bicolorbore586
    • RE: MMM-CalendarExt3

      @fedale @MMRIZE @chadjohn2 I am also trying (unsuccessfully) to have the Calendar event change color depending on which name is in the title.

      With the original magicmirror calendar, I’ve used
      customEvents: [ {keyword: “Ben”, color: “Brown”} ], which shows the event title and associated symbol in Brown.
      1290b0bd-b654-42fe-9b13-051ec662cdf2-image.png

      In EXT3, using eventTransformer, only the symbol shows in color

      I’ve tried to use
      eventTransformer: function(event) {
      if (event.title.search(“Ben”) > -1) {
      event.className = “Ben”;
      }
      }
      with customer.css
      .CX3 .Ben {
      color: brown;
      }

      However, this then shows a blank calendar
      e0bc6deb-9688-4354-a914-bbeae156c41e-image.png

      Have any of you been successful?
      Where am I going wrong?

      Thanks

      posted in Utilities
      B
      bicolorbore586
    • RE: MMM-CalendarExt3

      Is there an option to hide the week numbers? I’ve managed to remove the ‘cw’ using custom.css (albeit a bit untidy)

      posted in Utilities
      B
      bicolorbore586
    • RE: MMM-MonthlyCalendar, config and .css

      @sdetweil Ok, so will using css (which at present, seems waaaaay beyond me, so much so that I’m considering giving up) mean that each time I add an event that is under “steve” it will be green? Even watching introduction to css youtube videos is turning out to be unproductive.

      posted in Troubleshooting
      B
      bicolorbore586
    • MMM-MonthlyCalendar, config and .css

      Hi all,

      Do all modules conform to the same structure?

      The reason I ask… Currently using the default calendar, and ext3, it displays the event, along with a symbol and the text in a color associated with a persons name. I’ve recently found that mmm-monthlycalendar suits the layout of my magicmirror better, however the color isn’t copying across.

      I’ve tried eventTransformer: (ev) => in the config for monthlycalendar, along with the default calendars, I’ve tried to get my head around css but can’t figure it out.

      posted in Troubleshooting
      B
      bicolorbore586
    • RE: Calendar and Icons

      @MMRIZE If I change / add fas fa-fw fa-symbol name, that appears to have resolved the issue.
      d4087f2a-f527-4c93-877c-326ea6fa1e4f-image.png

      posted in Troubleshooting
      B
      bicolorbore586
    • RE: Calendar and Icons

      @MMRIZE Yes, although I have now downgraded to 2.21.0. Still experiencing the same issue.

      posted in Troubleshooting
      B
      bicolorbore586
    • 1 / 1