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

    Posts

    Recent Best Controversial
    • RE: Google Maps with traffic info

      Thanks for all the help, I really appriciate this!

      I could not get rid of the (in my opinion ugly) green color which marks highways (with no traffic) with the Google styling as mentioned in the reply of bradyemerson.

      I’ve found another solution within the MM Forum so I’ve copy/pasted it. Don’t know if this code is properly correct but it works for me and maybe others can benefit from it.

      In the module MMM-iFrameReload i’ve changed te line:
      iframe.style = “border:0”

      in:
      iframe.style = “border:0;-webkit-filter: grayscale(100%);filter: grayscale(100%);”

      posted in Requests
      L
      Leliekevertje
    • RE: Google Maps with traffic info

      Hi Honzup,

      Lost in lots of “try and error” situations but now I’m on the right path. Thanks it works great!

      If anyone have any suggestions to make te screen gray in stead of the default colors from Google, I love to hear it!

      posted in Requests
      L
      Leliekevertje
    • RE: Google Maps with traffic info

      @onetwankyfive

      Hi 1twanky5,

      Thanks for helping me out :)

      Tried it, does’nt work unfortunately. Created an HTML.file (Randstad.html) and punt in the folder MagicMirror/modules/MMM-iFrameReload. See below the lines in my config file.

      	{
      		module: 'MMM-iFrameReload',
      		position: 'middle_center', 
      		config: {
      			url: '/home/pi/MagicMirror/modules/MMM-iFrameReload/Randstad.html',
      			height: '800px',
      			width: '600px', 
      			refreshInterval: 600 //Optional. Default: 3600 = 1 hour
      			}
      	},
      

      Tried the URL in a browser and that worked. But when I start MagicMirror , the screen turns black. Am I doing something wrong?

      Thanks in advance.

      posted in Requests
      L
      Leliekevertje
    • Google Maps with traffic info

      Unfortunately I can’t write (understand) softwarecode so I hope someone will help me.

      There are some traffic modules but they only give you information from A to B. Is it possible to create and show a map (Google?) which shows a region of a country with traffic jams?

      In Google Maps it is possible to show a (fullscreen) map with a traffic layer, see https://www.google.nl/maps/@52.0357403,4.8328404,9.25z/data=!5m1!1e1

      It doesn’t have to be a fullscreen map. It would be nice if you can zoom in a particular area of a country.

      posted in Requests
      L
      Leliekevertje
    • 1 / 1