Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. thgmirror
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 50
    • Best 4
    • Groups 0

    thgmirror

    @thgmirror

    5
    Reputation
    49
    Profile views
    50
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    thgmirror Follow

    Best posts made by 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
      T
      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
      T
      thgmirror
    • RE: MMM-SORT still needs API key ?

      @sdetweil yes, I tried it but the parameter (margin/width/high etc.) drives me crazy…it was much easier for me to create a local html. And it is not time-critical. updating every 24 hours will be enough.

      Thomas

      posted in Troubleshooting
      T
      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
      T
      thgmirror

    Latest posts made by 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
      T
      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
      T
      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
      T
      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
      T
      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
      T
      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
      T
      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
      T
      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
      T
      thgmirror
    • RE: Default MM Font to use in iFrame?

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

      Greetings
      Thomas

      posted in Requests
      T
      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
      T
      thgmirror