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

    Posts

    Recent Best Controversial
    • RE: MMM-GoogleMapsTraffic

      @Osyris said in MMM-GoogleMapsTraffic:

      Hey guys, I figured it’s easy enough to style the map by editing the JS file. So in order to get the night mode as shown in pflodo’s post (and to disable the UI buttons) I added the following to the JS code:

      //original code
              script.onload = function () {
                  var map = new google.maps.Map(document.getElementById("map"), {
                  	zoom: 10,
                  	center: {
                  		lat: lat,
                  		lng: lng
                  	},
      //add a comma after the } above
      //new code:
      		disableDefaultUI: true,
      		styles: [
      			{elementType: 'geometry', stylers: [{color: '#242f3e'}]},
      			{elementType: 'labels.text.stroke', stylers: [{color: '#242f3e'}]},
      			{elementType: 'labels.text.fill', stylers: [{color: '#746855'}]},
      			{
      			    featureType: 'administrative.locality',
      			    elementType: 'labels.text.fill',
      			    stylers: [{color: '#d59563'}]
      			},
      			{
      				featureType: 'poi',
      				elementType: 'labels.text.fill',
      				stylers: [{color: '#d59563'}]
      			},
      			{
      				featureType: 'poi.park',
      			        elementType: 'geometry',
      			        stylers: [{color: '#263c3f'}]
      			},
      			{
      				featureType: 'poi.park',
      				elementType: 'labels.text.fill',
      				stylers: [{color: '#6b9a76'}]
      			},
      			{
      				featureType: 'road',
      				elementType: 'geometry',
      				stylers: [{color: '#38414e'}]
      			},
      			{
      				featureType: 'road',
      				elementType: 'geometry.stroke',
      					  stylers: [{color: '#212a37'}]
      			},
      			{
      				featureType: 'road',
      				elementType: 'labels.text.fill',
      					  stylers: [{color: '#9ca5b3'}]
      			},
      			{
      				featureType: 'road.highway',
      				elementType: 'geometry',
      				stylers: [{color: '#746855'}]
      			},
      			{
      				featureType: 'road.highway',
      				elementType: 'geometry.stroke',
      				stylers: [{color: '#1f2835'}]
      			},
      			{
      				featureType: 'road.highway',
      				elementType: 'labels.text.fill',
      				stylers: [{color: '#f3d19c'}]
      			},
      			{
      				featureType: 'transit',
      				elementType: 'geometry',
      				stylers: [{color: '#2f3948'}]
      			},
      			{
      			        featureType: 'transit.station',
      				elementType: 'labels.text.fill',
      				stylers: [{color: '#d59563'}]
      			},
      			{
      			        featureType: 'water',
      			        elementType: 'geometry',
      				stylers: [{color: '#17263c'}]
      			},
      			{
      				featureType: 'water',
      				elementType: 'labels.text.fill',
      				stylers: [{color: '#515c6d'}]
      			},
      			{
      				featureType: 'water',
      				elementType: 'labels.text.stroke',
      				stylers: [{color: '#17263c'}]
      			}
      		]
      //old code again
                  });
      

      Have fun!

      Also, if you want to make the background black (so it looks cool on the mirror), set the first attribute ‘geometry’ to ‘#000000’.

      Try this…works 4 me

      posted in Transport
      K
      knubbl
    • RE: MMM-PublicTransportDB

      Are u still working on an offline List for Staton IDs?

      posted in Troubleshooting
      K
      knubbl
    • RE: After update to Mirror to 2.1.3 - no working Whitlist

      As soon i put “0.0.0.0” to my config (see bellow with empty adress"") i get a black screen on start MM

      var config = {
      port: 8080,
      address:“”,
      language: “de”,
      timeFormat: 24,
      units: “metric”,

      Any ideas?

      posted in Troubleshooting
      K
      knubbl
    • RE: Calendar Module problems update to Mirror to 2.1.3

      @randomnoise

      @randomnoise said in Calendar Module problems update to Mirror to 2.1.3:

      @knubbl I noticed mine was also displaying a lot more entries than it used to since I updated to 2.1.3.

      Do you have more than 1 calendar showing? I have 2 calendars so by setting the parameter to ‘5’ it shows a total of 10 now.

      this might b a good hint. i have 3 calendars in total. will check this tonight if there is any multipilcation with the parameter and calendars

      posted in System
      K
      knubbl
    • Calendar Module problems update to Mirror to 2.1.3

      HI,

      got a problem with calendar module showin more entries than configured

              timeFormat: "absolute",
              dateteFormat: "dd,DD.MMM,H.mm",
      	urgency: 0,
      	maximumEntries: 20,
      
      posted in System
      K
      knubbl
    • RE: 2 problems with MMM-MyCommute module

      I got the same problem. So im really interested what is the problem and how to fix.

      Thanks

      posted in Troubleshooting
      K
      knubbl
    • RE: MMM-SoccerLiveScore

      @JoeFranz are u sure? Everything works fine at my mm

      posted in Sport
      K
      knubbl
    • RE: MMM-SoccerLiveScore

      HI,

      is it possible to send an alarm/notification if there is a goal in any game in a league i set to shown on the mirror?

      Maybe its quite easy but honestly i do not have any idea how this alterts/notifications work

      posted in Sport
      K
      knubbl
    • 1 / 1