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

    CanbiZ

    @CanbiZ

    0
    Reputation
    3
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    CanbiZ Unfollow Follow

    Latest posts made by CanbiZ

    • RE: MMM-Fuel only showing "undefined"

      @Rex-Flymo said in MMM-Fuel only showing "undefined":

      MMM-Fuel

      you have an comma after radius. That crash.

      posted in Troubleshooting
      C
      CanbiZ
    • RE: MMM-Weather

      @Bugsounet

      {  
      			/* 2. Modul - Page 1  */
      			module: "MMM-Weather",
      			position: "top_left",
      			configDeepMerge: true,
      			config: {
      				debug: false,
      				updateInterval: "15m", // 15 minutes
      				updateFadeSpeed: 500,
      				api: {
      				  key: "XXXX",
      				  latitude: "51.XXX",
                                        longitude: "12.XXX",
      				},
      				display: {
      				  CurrentConditions: true,
      				  ExtraCurrentConditions: true,
      				  Summary: true,
      				  ForecastTableColumnHeaderIcons: true,
      				  HourlyForecast: true,
      				  DailyForecast: true,
      				  Precipitation: true,
      				  Wind: true,
      				  InlineIcons: true,
      				  Feels: true,
      				  SunCondition: true,
      				  Humidity: true,
      				  UV: true,
      				  Beaufort: true
      				},
      				personalize: {
      				  hourlyForecastInterval: 3,
      				  maxHourliesToShow: 3,
      				  maxDailiesToShow: 3,
      				  concise: false,
      				  colored : true,
      				  forecastLayout: "table",
      				  forecastHeaderText: ""
      				},
      				labels: {
      				  high: "H",
      				  low: "L",
      				  timeFormat: "kk[h]"
      				}
      			  }
      		},
      
      posted in Utilities
      C
      CanbiZ
    • RE: MMM-Weather

      Hello!

      I use your plugin. But I always get wrong values (I think in Fahrenheit) in the config.js of MM but “metric” is given, but I can’t get it pulled for your plugin…
      Do you have an idea?

      posted in Utilities
      C
      CanbiZ
    • Error REQUEST_DENIED in Google-Maps (MMM-google-route)

      Hi, guys,

      I finished tinkering with my mirror today.
      I wanted to get an early morning update on my commute.

      Therefore I use MMM-google-route (or are there better alternatives (optical / functional)?)
      I have adapted the destinations ;-)

      	{
              module: 'MMM-google-route',
              position: 'bottom_left',
              config: {
                  key: 'AIzaSyDuzRUs_n4gf2DMK2uZxxxxxxxxxxxxxxx',
                  directionsRequest:{
                      origin: 'Willy-Brandt-Platz, 04109 Leipzig',
                      destination: 'Terminalring 11, 04435 Schkeuditz'
                  }
              }
          }
      

      As soon as I start the mirror, only a “grey” window appears, with the hint
      Google directions service status:
      REQUEST_DENIED

      I created the API key half an hour ago. (https://console.developers.google.com/) API Key for Javascript?

      posted in Troubleshooting mmm-google-route google api maps route
      C
      CanbiZ
    • RE: MMM-Fuel does not show any data

      @thgmirror

      Exactly, that would have been my next theory, check the coordinates and I think you have to specify a type (diesel).

      posted in Troubleshooting
      C
      CanbiZ
    • RE: MMM-Fuel does not show any data

      Hey!

      Have you confirmed the e-mail? Otherwise the API key cannot be used. I just did it yesterday for my test project on a VM, it worked without problems.
      I can send you a screenshot to show you. I guess you must have made a little mistake somewhere.

      I just sat down and requested a new API key, this one works too.

      It’s my first post, so I had to wait 10 minutes. In this time I made a screenshot for you :-)

      alt text

      (im an German, if you are too, you can write me in german :-P )

      posted in Troubleshooting
      C
      CanbiZ