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

    Posts

    Recent Best Controversial
    • RE: MMM-Tasmota [beta]

      Hi all,

      could someone please post their config.js entry including device config. I am running my solar system on a Gosund 111 with Tasmota and would like to display the power on my mirror. The MQTT broker is running in a Docker container on my Qnap.
      Thanks a lot in advance.

      Tino

      posted in Utilities
      T
      tino
    • RE: Cannot hide SSID and Password in MMM-WiFiPassword

      @sdetweil so, i try this on another device without any problems. so thanks @ all for helping ;) Thumbs ip!

      posted in Troubleshooting
      T
      tino
    • RE: Cannot hide SSID and Password in MMM-WiFiPassword

      @sdetweil ok, thx for info, i will try it on another device later.

      posted in Troubleshooting
      T
      tino
    • RE: Cannot hide SSID and Password in MMM-WiFiPassword

      @sdetweil intresting, and you write the options the same way I do, right?

      posted in Troubleshooting
      T
      tino
    • RE: Cannot hide SSID and Password in MMM-WiFiPassword

      @sdetweil thank you, i will remember it

      posted in Troubleshooting
      T
      tino
    • RE: Cannot hide SSID and Password in MMM-WiFiPassword

      yes sorry, i have already tried a little. That’s why it’s there twice. But no matter what I do. With “,” without “,” false, true or whatever it changes nothing.

      posted in Troubleshooting
      T
      tino
    • Cannot hide SSID and Password in MMM-WiFiPassword

      Hi @ all !

      I tried the module . Actually works quite well. Unfortunately I don’t get the SSID and password hidden. Here is my code, maybe someone has an idea. ;)

      {
          module: 'MMM-WiFiPassword',
          position: "bottom_right",
            config: {
              //See 'Configuration options' for more information.
              showNetwork: true,        
              network: "WLAN-59xxx", 
              password: "4471435172xxxxx",
              showNetwork: false,
              showPassword: false
            }
        },
      
      posted in Troubleshooting
      T
      tino
    • RE: Missing Club Logos in MMM-Soccer

      You made my day!!

      THX for your tip with the Debug console.

      System could not find the path to the public folder.
      false: src=“/MMM-soccer/public/{{standing[index].team.name}}.svg”
      right: src=“/modules/MMM-soccer/public/{{standing[index].team.name}}.svg”

      now it works perfect …thumbs up

      posted in Troubleshooting
      T
      tino
    • RE: Missing Club Logos in MMM-Soccer

      ok, i have now added the /public to the path like this src=“/MMM-soccer/public/{{standing[index].team.name}}.svg”

      The install discription says : “the logos need to be in svg format and the name of the file has to match the displayed name.”
      I my case f.e. now FC Schalke 04.svg . The displayed name is “FC Schalke 04”

      pi@raspberrypi:~/MagicMirror/modules/MMM-soccer/public $ ls
      ‘BV Borussia 09 Dortmund.svg’ ‘SC Freiburg.svg’
      ‘FC Schalke 04.svg’ SC_Paderborn_07_Logo.svg
      ‘Hertha BSC.svg’

      same result …strange

      posted in Troubleshooting
      T
      tino
    • RE: Missing Club Logos in MMM-Soccer

      also “logos”: true, will not show the logos.

      posted in Troubleshooting
      T
      tino
    • 1
    • 2
    • 1 / 2