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

    Posts

    Recent Best Controversial
    • MMM-DynamicWeather - how to display different particle amount per weather effect

      Hi everyone,
      while this module is very beautiful, my hardware has trouble handling the effects when the particle amount is high. The cloudy effect makes it stutter the most. Therefore I would like to decrease the amount of clouds, while keeping the amount of rain drops the same. If I understand the Readme correct this should be possible, but I dont know how to set up my config to make that work - my problem is that I still want it to work weather based, not as a manually set effect (like for example the heart one). Below is my current configuration. The particle amount of 3 I in this case only want to be used for the clouds. Thanks for any help!

      {
      module: 'MMM-DynamicWeather',
      	position: 'fullscreen_above',
      	config: { 
      		api_key: "placeholder",
      		locationID: "placeholder",
      		particleCount: "3",
      		effectDuration: "360000",
      		alwaysDisplay: "rain",
      		effectDelay: "0",
      		hideSun: true,		
      		effects: [
      			{
      				month: "2",
      				day: "14",
      				images: ["heart1.png", "heart2.png"],
      				direction: "up"
      			}
      		],
      	}
      },
      
      posted in Troubleshooting
      S
      SaltyRiver
    • RE: Displaying HTML <body> text

      @sdetweil Exactly what I needed, thanks a ton!

      posted in Requests
      S
      SaltyRiver
    • Displaying HTML <body> text

      I have a simple web page for testing purposes which is set up as shown below. Please ignore that I removed the < from all the tags as to not mess with this editors formatting. I would like to display the body text, or otherwise the entire page on my mirror. Is there a module which makes this possible? The html from my web page can be adjusted as necessary. Thanks for your help.

      !DOCTYPE html>
      html>
      head>
      body>
      OK
      /body>
      /html>

      posted in Requests
      S
      SaltyRiver
    • RE: Calendar module EHOSTUNREACH error

      @sdetweil Sorry I should have been a bit more specific regarding that. I use other modules that connect over the Internet and those work finde. Router restarting and so on I tried. I managed to find a solution though: I removed the configuration for the static IP adress for the Pi and that solved it for some reason.

      posted in Troubleshooting
      S
      SaltyRiver
    • Calendar module EHOSTUNREACH error

      Hi everyone,

      I am running MM in a docker container. Displaying all my appointements worked completely fine until this evening it just stopped for some reason. When I restart the container it spits out the following error (see image). I have no clue what is causing this all of a sudden. It is a private google calendar, the private address is unchanged and used to work until this evening. Can anyone help me regarding this? Thanks a lot! ! Screenshot 2021-03-27 192539.png

      posted in Troubleshooting calendar ehostunreach error
      S
      SaltyRiver
    • RE: currentWeather module showWindDirection not working

      @sdetweil This is my module config with the sensitive infos removed of course. It works fine, just the showWindDirection property refuses to:

      {
      module: “currentweather”,
      position: “top_right”,
      config: {
      location: “My city”,
      locationID: “My location ID”,
      appid: “My appid”,
      roundTemp: true,
      degreeLabel: true,
      showWindDirection: false,
      showHumidity: false,
      initialLoadDelay: 1000
      }
      },

      posted in Troubleshooting
      S
      SaltyRiver
    • currentWeather module showWindDirection not working

      I am trying to disable the showWindDirection by overwriting the default property to false. But it does not take effect. All other properties like for example showHumidity I tried out work, its just that I cant get the wind direction disabled. Anyone got a clue? Thanks!

      posted in Troubleshooting
      S
      SaltyRiver
    • RE: How to display FontAwesome Icons in default Calendar Module Entrys

      @lavolp3 Thanks a lot for your reply. Even with your tips though I cant manage to get it to work. Even emojis wont display. When I copied yours into my a appointement in my google calendar it just gets shown as a missing icon rectangle on my mirror. What am I doing wrong?

      posted in Troubleshooting
      S
      SaltyRiver
    • How to display FontAwesome Icons in default Calendar Module Entrys

      Hello everyone.

      I am accessing my Google Calendar over Googles Api. I am trying to figure out how to display FontAwesome Icons inside a calendar entry. Beeing able to display Icons with reoccuring events (like trashcan days) would be very neat and helpful. Is there any way I can get this done? I tried a few different Syntax formattings already but I couldnt figure out yet how to do it. Any help is appreciated!

      posted in Troubleshooting
      S
      SaltyRiver
    • 1 / 1