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: Put RSS module in two places?

      @tf2 I have two “newsfeed”-modules one over each other, both on the bottom-bar and it works

      But this is an exception, if you want to double any other module you have to copy the original folder, rename the folder and use this name to change the corresponding *.js in the new folder. Additionally, rename the Module.register name inside the js-file.

      You can verify your config.js here https://esprima.org/demo/validate.html for example.

      Hope that helps,
      Thomas

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: MMM-Fuel does not show any data

      Hi @phistix ,

      when I check your “lat” and “lng” you have in your config, it looks you are located in the netherlands…may be therefor, tankerkönig has no data for this place. So please check it again:-)

      Greetings from Bonn
      Thomas

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Customized frames for MM

      Hi,
      another idea may be to look at a kitchen-store. Maybe they have a used kitchen-unit with a glas-window you can take as a front-frame. The frame behind is much easier to built because you need no miter. Just buy the wood for the back-frame in a hardware-store, ask them to cut it into pieces. Paint it as you like, should not be so expensive.

      posted in General Discussion
      thgmirrorT
      thgmirror
    • RE: MMM-Pages - Turn scripts on/off when enter page

      Hi @rubenix ,

      Thank you for your hint, I will give it a try.

      Greetings
      Thomas

      posted in Development
      thgmirrorT
      thgmirror
    • MMM-Pages - Turn scripts on/off when enter page

      Hi all,

      Is it possible to start a script (Python or bash) when a specific page is entered? I use MM-Pages with a webradio on the third page. The idea is to start the webradio (mpc) combined with a script to get the lyrics of the currently played song (already developed) in case, page 3 is called. I don’t want to stress the lyrics-search if the affected page is not shown. So it would be nice have a trigger and to be able to start something on the PI.

      Thank you in advance
      Thomas

      posted in Development
      thgmirrorT
      thgmirror
    • RE: MoonRise Help

      Hi @bhepler, looks like you live in Amerca and you took my coordinates from Germany. If you tell me your hometown, I’ll post the right data here:-)
      Thomas

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: MoonRise Help

      @bhepler and @PHAGE-GOV
      I use the standard clock with these parameters:

      //############################################################################
      		{
      			module: "clock",
      			position: "top_right",
      			config: {
      			// The config property is optional.
      			// See 'Configuration options' for more information.
      			showWeek : true,
      			showSunTimes : true,
      			showMoonTimes : true,
      			lat : 50.658821,
      			lon : 7.193084,
      			}
      		},
      //###########################################################################
      

      To get the coordinats, use google maps, click with the right button on the position you want to know, select “was ist hier” (sorry, have no english version) and a small flag is set. A click on the flag makes it blue and the dates are displayed

      posted in Troubleshooting
      thgmirrorT
      thgmirror
    • RE: Euromillions display on MagicMirror

      Why don’t you create a local html-page on the RPI and display it with MMM-SmartWebDisplay?

      • Look for a website with the requested information (for example lottoland)

      • in your local web-page, call this site and crop it to the part you need using iFrame

      • use MMM-SmartWebDisplay and link to the local html…in the config write url: [“/modules/millions.html”] if you place your local html in the modules folder

      no api, no problem, works with nearly every webpage

      posted in Requests
      thgmirrorT
      thgmirror
    • RE: Collection of interesting Links

      @Mykle1 hahaha, that was not my question!

      I thought of this, for example:
      https://www.meteoblue.com/de/wetter/widget/setupthree/graz_Österreich_2778067 offers a nice looking easy to customize weather-forecast:

      62a25fae-a0bc-4558-9ca7-53aa3ca79ada-image.png

      or Highway-cameras from Nordrhein-Westfalen with livestream (https://www.verkehr.nrw/#):
      d0d93531-4d8f-488e-a59e-d8c7c339a9ef-image.png also available for Bayern and Switzerland

      or Rain-radar
      1b437ded-0619-40c1-a1d5-91720720c384-image.png
      which has a way to get the html-source exported

      Create a local HTML-page on the PI with the content from above and use MMM-SmartWebDisplay to disply it on the screen.

      Greetngs
      Thomas

      posted in General Discussion
      thgmirrorT
      thgmirror
    • 1 / 1