@Rex-Flymo said in MMM-Fuel only showing "undefined":
MMM-Fuel
you have an comma after radius. That crash.
@Rex-Flymo said in MMM-Fuel only showing "undefined":
MMM-Fuel
you have an comma after radius. That crash.
{
/* 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]"
}
}
},
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?
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?
Exactly, that would have been my next theory, check the coordinates and I think you have to specify a type (diesel).
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 :-)
(im an German, if you are too, you can write me in german :-P )