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

    Rene1695

    @Rene1695

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Rene1695 Unfollow Follow

    Latest posts made by Rene1695

    • RE: Calendar FontAwesome Icon not displayed

      @sdetweil Hey thanks! I think we are on the right track! Is it possible that the description of the symbolClass is out of date?

      I tired adding the Facebook logo (as described in the the example) to get a feeling about it. But it is not working.

      5b82c339-2a92-443d-be2f-a9ec2b3b65d7-image.png

      For the Facebook logo the description says

      fab fa-facebook-f 
      

      But when I check this with FontAwesome website it says this for the Facebook logo:

      <i class="fa-brands fa-facebook"></i>
      

      So it seems like that something (maybe at FontAwesome) has changed? I am not sure how to set

      SymbolClassName
      

      correctly.

      I tried:

      SymbolClassName = “fab fa-”
      SymbolClassName = “fa-brands”

      And then for the symbol:

      symbol = “twitch”
      symbol = “fa-twitch”
      symbol = “twitch-f”

      None of them are working. Sometimes there is a square. Sometimes the symbol is completely invisible.

      posted in Troubleshooting
      R
      Rene1695
    • RE: Calendar FontAwesome Icon not displayed

      @Tippon Hi thanks for the reply and sorry for the late answer (I was on holiday a couple of days…)

      My config.js looks like this:

      // Google Calender
      		{
      			module: "calendar",
      			position: "top_left", // This can be any of the regions. Best results in left or right regions.
      			header: "Termine",
      			config: {
      				colored: true,
      				coloredSymbolOnly: true,
      				maximumEntries: 7,
      				timeFormat: "relative",
      				excludedEvents: [],
      				calendars: [
      					{
      						url: "**deleted_url**",
      						symbol: 'house-chimney-window',
      						color: "rgb(255,204,229)",
      						
      					},
      
      					{
      						url: "**deleted_url**",
      						symbol: 'birthday-cake',
      						color: "rgb(158,60,23)",
      						
      					},
      
      					{
      						url: "**deleted_url**",
      						symbol: 'building',
      						color: "rgb(166,133,34)",
      							
      					},
      
      					{
      						url: "**deleted_url**",
      						symbol: 'people-roof',
      						color: "rgb(68,118,109)",
      							
      					},
      				
      					{
      						url: "**deleted_url**",
      						symbol: 'twitch',
      						color: "rgb(143,83,242)",
      												
      					},
      	
      
      						],
      					},
      

      Could you try in your setup to use ether the “twitch” or the “YouTube” icon? All other icons are working fine.

      posted in Troubleshooting
      R
      Rene1695
    • Calendar FontAwesome Icon not displayed

      Hi all,

      for some icons in the Calendar Module I just get a blank box and the icon itself is not displayed correctly. I checked the icon I would like to use on FontAwesome.com and it is supported and not within the pro-version.

      3f075da5-feca-4703-bf29-7e0fac09e44e-image.png

      I would like to use the twitch icon. In my MM it looks like this:

      1fe1df0e-68c1-41ff-ac55-938f1ccec693-image.png

      What can I do to display the twitch icon?

      posted in Troubleshooting
      R
      Rene1695
    • RE: [Weather module hourly template] Add another column for UV Index in hourly.njk with correct spacing

      @OWL
      Hey, could you Provide your js files? I am also trying to add the uv index. So far, i was able to change the ndk and set a new variable to the constructor. But the variable is empty and I dont Understand How to add the data to the request and the „forecast“ Object.

      Many thanks For any help!

      posted in Development
      R
      Rene1695