@j-e-f-f
Big thanks to you,sir !
Now the module is just perfect for me,everything is exactly as I wished.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
-
RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
Hello,
It is somehow possible to show the unit of measurement for the temperature (in my case, “C” for Celsius) ?
Thank you.
-
RE: My first project
@Cynic
Hi Cynic,
Nice build,keep up the good work.
For my mirror I used normal glass and Oracal MIR 500 film and the results are satisfying.
Of course you can not compare the result with a two way mirror but just keep in mind the price,also not comparable.
Good luck! -
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
I’ve just tried with your config and I can’t duplicate this problem. That said, when I inspect that part of the screen with the dev tools, it looks like there is an extra character there, but in my case it just appears as white space. But there’s nothing I can see in the markup where this is…
Hello j.e.f.f,
Thank you for your update about this issue.
I did try another thing:
-I’ve commented out my whole config for DarkSkyForecast module
-copied the default config from module’s github and pasted it my config file from MM
-restarted MM
Unfortunately the result is the same,still had that odd character even with the default config for this module.Thank you very much for your effort.
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
Hello,
I’ve installed this weather module and I find it very nice but I have a little issue with it,a strange character like a rectangle appear in front of the temperature value. (marked with red in pic)
Does anybody knows what could be the cause ?
Had this issue on an old installation of raspbian + MagicMirror,also have it on a fresh reinstall of raspbian and magic mirror only the config file remained from old installation.
My config:<------><------>{ <------><------><------>module: 'MMM-DarkSkyForecast', <------><------><------>position: 'right', <------><------><------>classes: 'default everyone', <------><------><------>disabled: false, <------><------><------>config: { <------><------><------><------>apikey: "xxxxx......xxxx....", <------><------><------><------>latitude: "44.426765", <------><------><------><------>longitude: "26.102537", <------><------><------><------>iconset: "5c", <------><------><------><------>concise: false, <------><------><------><------>forecastLayout: "table", <------><------><------><------>showHourlyForecast: true, <------><------><------><------>hourlyForecastInterval: 12, <------><------><------><------>maxHourliesToShow: 1, <------><------><------><------>label_high: "max", <------><------><------><------>label_low: "min", <------><------><------><------>label_days: ["Duminica", "Luni", "Mar?i", "Miercuri", "Joi", "Vineri", "Sâmbata"], <------><------><------><------>showCurrentConditions: true, <------><------><------><------>showExtraCurrentConditions: true, <------><------><------><------>label_ordinals: ["N", "NNE", "NE", "ENE", "E", "ESE", "SE", "SSE", "S", "SSV", "SV", "VSV", "V", "VNV", "NV", "NNV"], <------><------><------><------>maxDailiesToShow: "5", <------><------><------><------>showSummary: true, <------><------><------><------>label_timeFormat: "kk:mm", <------><------><------><------>} <------><------>},
Thank you.