Read the statement by Michael Teeuw here.
MMM-NOAA
-
@hriereb May you please also post your
it.json
-
{
“Atmospheric Conditions” : “Condizioni Atmosferiche”,
“Sunrise/Sunset”:“Alba/Tramonto”,
“AQI/UV/Wind”:“AQI/UV/Vento”,
“4 Day Forecast”:"Previsioni su quattro giorni ",
“Monday”: “Lunedì”,
“Tuesday”: “Martedì”,
“Wednesday”: "Mercoledì ",
“Thursday”: “Giovedì”,
“Friday”: “Venerdì”,
“Saturday”: “Sabato”,
“Sunday”: “Domenica”,
“Hours of Light”:“Ore di luce”,
“Last Updated”: “Ultimo aggiornamento”,
“Today”:“Oggi”,
“Mon”:“Lun”,
“Tue”:“Mar”,
“Wed”:“Mer”,
“Thu”:“Giov”,
“Fri”:“Ven”,
“Sat”:“Sab”,
“Sun”:“Dom”,
“Forecast”:“Previsioni”,
“Weather warning”:“Allerta meteo”,
“Night”: “Notte”
} -
@hriereb This is an invalide JSON, please replace
“
with"
. -
@idoodler
Sorry,
I’m an absolute beginner, what do I have to replace? -
@hriereb As I already mentioned previously (but only halve correct) replace the characters
“
(Left Double Quotation Mark) and”
(Right Double Quotation Mark) with"
(Quotation Mark).
NOTE: The characters you used are slightly tilted (italic).{ "Atmospheric Conditions" : "Condizioni Atmosferiche", "Sunrise/Sunset":"Alba/Tramonto", "AQI/UV/Wind":"AQI/UV/Vento", "4 Day Forecast":"Previsioni su quattro giorni ", "Monday": "Lunedì", "Tuesday": "Martedì", "Wednesday": "Mercoledì ", "Thursday": "Giovedì", "Friday": "Venerdì", "Saturday": "Sabato", "Sunday": "Domenica", "Hours of Light":"Ore di luce", "Last Updated": "Ultimo aggiornamento", "Today":"Oggi", "Mon":"Lun", "Tue":"Mar", "Wed":"Mer", "Thu":"Giov", "Fri":"Ven", "Sat":"Sab", "Sun":"Dom", "Forecast":"Previsioni", "Weather warning":"Allerta meteo", "Night": "Notte" }
-
@idoodler
Ah ok, my tablet wrote a wrong character but I have the right version in my translation folder. What’s wrong with that? -
@hriereb You may try to lint your JSON then -> https://jsonlint.com/
-
it returns me a valid json…
-
@hriereb Well, thats odd then. I assume you did restart your MagicMirror after adding itallian, right?
-
How do I restart the mirror? Do I have to do a sudo reboot?