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

    Posts

    Recent Best Controversial
    • RE: Can't edit compliments.js

      @sdetweil I know:-)

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Can't edit compliments.js

      Hi @mayfield,

      Most of the times, commas are missing (here at least after the line with the position). Use the builtin function to check if it is valid…I use a website where you can enter the whole content of your config.js:
      https://esprima.org/demo/validate.html

      Greetings
      Thomas

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: My MM set up now need help with Wifi

      @miniashman
      Try this, maybe it helps:
      shutdown your pi, take the sd-card out, put it in a card-reader and plug it in a windows-PC. Copy an empty file called ssh (with no extension, take care your PC shows all extensions) and also a file named wpa_supplicant.conf into the root-directory of the SD-card
      The file wpa_supplicant.conf needs the following content, of course with your credentials:

      country=EN
      ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
      update_config=1
      network={
      ssid=“thenameofyournetwork”
      psk=“yourpassword”
      key_mgmt=WPA-PSK
      }

      Put it back into your RPI and boot.

      Thomas

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Starting My Magic Mirror Project

      Your WIFI-password begins with your favorite sport and contains the year you are born:-)

      posted in Show your Mirror
      thgmirrorT
      thgmirror
    • RE: MMM-Tools making the screen black

      @Dimasua …and did you check your config if everything is OK? For example here: https://esprima.org/demo/validate.html

      Thomas

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: PDF oder/or Excel Datei Anzeigen/View

      @tomy38 and @robiv8
      You can add a local html-file via MM-SmartWebDisplay at the screen as I described here:
      Link Text

      Inside the Iframe-tag add a link to your PDF. For more info google for “PDF in HTML einbinden”.

      Viele Grüße
      Thomas

      posted in General Discussion
      thgmirrorT
      thgmirror
    • RE: WWW-iframe-ping fit web content into MM2 region

      @dwburger Did you try a local html in the modules folder? There you can use iframe with a zoom-factor to get the content of the original-url. Afterwards show this using MM-SmartWebDisplay . The local webside must be stored in the modules-folder.

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: [SOLVED] Displaying part of a website (Google Sheets Graph)

      Hi Simon,
      create a local html-file at the modules folder with the following content:
      f446e745-f8c1-4571-b08e-bca81be50bc9-image.png

      Name it as you like (mychart.html for example) and add the path to MMM-SmartWebDisplay instead of the URL you entered before:

      url: [“/modules/mychart.html”],

      Play around with the red-marked values…the exact data depends on the browser in use.
      This way is much easier than to adjust it directly in MMM-SmartWebDisplay.

      Greetings
      Thomas

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Can"t get wind speed shown in KMPH why?

      Hi @MajorC,

      without using this module, I saw you wrote

      seBeaufort: false, instead of
      useBeaufort: false,

      May be that is the reason.

      Greetings from Bonn
      Thomas

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Pre-built frame

      @mrangryoven , do you have a kitchen-shop around? Some cabinets-doors have a window which will fit to your needs. An old one they may have took in payment, an additional frame behind it (can look bad:-) ) and a tin of colour is all to built a nice mirror.

      posted in Hardware
      thgmirrorT
      thgmirror
    • RE: Not all Modules are displaying on the tv

      @kusselin Do you know, that MMM-Pages has a paramter named “fixed” where you can list all the modules which should appear on every page? May be this helps to investigate or avoid side-effects.

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: MMM-MarineTraffic??

      @adrian-k here an example how it can look, if you store this HTML
      78938882-fc22-46cb-aeec-79874594315b-image.png
      in your modules-folder and display it in your mirror:
      bf882af9-1339-45bb-a387-687fe0ac6233-image.png

      posted in Requests
      thgmirrorT
      thgmirror
    • RE: MMM-MarineTraffic??

      @adrian-k . did you see, you can implement a map via HTML in your own webside…create a local one at the folder “modules”…see here: https://www.marinetraffic.com/en/p/embed-map

      posted in Requests
      thgmirrorT
      thgmirror
    • RE: Default MM Font to use in iFrame?

      @hokie-bird try
      ca44a94e-c5b5-420e-ae11-f58a985c2deb-image.png

      Greetings
      Thomas

      posted in Requests
      thgmirrorT
      thgmirror
    • RE: MMM-Luftdaten

      If someone wants to dive deeper in it, on Netzbasteln.de are a lot of interessting podcasts and in this case, I can recommend https://www.deutschlandfunknova.de/beitrag/netzbasteln-feinstaubsensor-selber-bauen

      Sorry, all in German.

      Greetings
      Thomas

      posted in Utilities
      thgmirrorT
      thgmirror
    • RE: MMM-COVID19-AMPEL (focus on Germany)

      One Option may be to implement the following link:
      https://www.freenet.de/feed/dashboard/corona_startseite.html

      Greetings
      Thomas

      posted in Health
      thgmirrorT
      thgmirror
    • RE: MMM-COVID19-AMPEL (focus on Germany)

      I vote for this feature!

      But isn’t it possible to use the module twice? Rename the folder etc which is described several times here in the forum?

      Greetings
      Thomas (who needs it for Bonn and Ratingen)

      posted in Health
      thgmirrorT
      thgmirror
    • RE: Auto power on and off

      Yes, @BKeyport idea is highly recommended:-)

      posted in Development
      thgmirrorT
      thgmirror
    • RE: Auto power on and off

      @natebrown enter crontab -e at the prompt and insert the data garbieflux mentioned.
      If you struggle with the syntax, you can use several internet-pages to define the rules:
      https://crontab-generator.org/
      or
      https://crontab.guru/ for exapmle

      I use
      @reboot sudo sh -c ‘echo none > /sys/class/leds/led0/trigger’
      @reboot sudo sh -c ‘echo 0 > /sys/class/leds/led0/brightness’
      @reboot sudo sh -c ‘echo none > /sys/class/leds/led1/trigger’
      @reboot sudo sh -c ‘echo 0 > /sys/class/leds/led1/brightness’
      to turn off the LEDs at my RPI 3+

      Btw, an # at the beginning of the line marks it as a comment.

      Or use a time-switch to turn on and off the whole construction.

      Thomas

      posted in Development
      thgmirrorT
      thgmirror
    • RE: MMM-FUEL, api key for France

      Hi @RIKKO14 ,
      I assume, Tankerkönig only has an API for Germany.

      Greetings
      Thomas

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • 1 / 1