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.