Read the statement by Michael Teeuw here.
MMM-AQI
-
yeah, i get that. I want to change only the display name, because its too long and looks ugly like that.
-
You send me your Config for this Modul. I’ll watch it tomorrow. OKAY?
Good Night -
@engelhertz said in MMM-AQI:
I want to change only the display name, because its too long and looks ugly like that.
Like this?
In your custom.css file you would need to add these:
.MMM-AQI .city { visibility: hidden; } .MMM-AQI .city:after { content: "engelhertz "; visibility: visible; /* display: block; */ /* position: absolute; */ } .MMM-AQI header { max-width: 100px; float: right; /* border-bottom: none; */ }
Adjust these to your liking. :-)
-
@Mykle1 thats exactly what i needed, thx :)
-
What is the correct command “City with addition” in config?
I would like to take the example “http://aqicn.org/city/germany/berlin/wedding-amrumer-str./de/” .
My Config:{
module: ‘MMM-AQI’,
disabled: true,
position: ‘top_right’,
header: ‘Luftverschmutzung in Berlin’,
config: {
token: “xxx”,
city: “berlin”,
iaqi: true,
updateInterval: 30 * 60 * 1000, // Every half hour.
initialLoadDelay: 0,
animationSpeed: 1000,
debug: false
}
},I think you will help me please.:thumbs_up_light_skin_tone:
-
I’m not quite sure what you are asking. :-(
-
I’m not quite sure what you are asking.
Berlin has several locations. Once “Berlin” and “Berlin + street names”.
I am looking for and need the setting for “Berlin + street names”, whether “Berlin / street names” or “Berlin - street names” or something completely different?I wish you a nice and contemplative Christmas.:clinking_beer_mugs:
-
The readme says you can use an ID number from the site and enter that in
city:
. Go to the site and get the ID of the location you are looking for.Or
You can use
city: "here",
for geolocation. It does work. I just tested it.Have a wonderful Christmas! :-)
-
The readme says you can use an ID number from the site and enter that in city:. Go to the site and get the ID of the location you are looking for.
Or
You can use city: “here”, for geolocation. It does work. I just tested it.
Have a wonderful Christmas!Da ich weiß, dass Du deutsch kannst und es mir ohne Google einfacher macht, mache ich es für dieses Mal so.
Die Lösung funktioniert, schade, der falsche Stadtbezirk. Laut meinen Geo- Daten sitze ich in “Berlin- Wedding”, aber ich bin näher an"Berlin- Friedrichshain (http://aqicn.org/city/germany/berlin/friedrichshain-frankfurter-allee/de/) dran.
Es muss doch ein Möglichkeit geben in der Config, dass ich mein bestimmten Standort habe:
city: “berlin/friedrichshain-frankfurter-allee”, // dass geht nicht:loudly_crying_face:
Danke trotzdem, für die Hilfe. Macht die Tage ruhiger und genießt das Fest mit eurer Familie.:smiling_face_with_halo:
-
The solution works, too bad, the wrong district.
The solution works, too bad, the wrong district. According to my geographic data I am in “Berlin-Wedding”, but I am closer to "Berlin- Friedrichshain (http://aqicn.org/city/germany/berlin/friedrichshain-frankfurter-allee/de/).
There must be a way in the config that I have my specific location:
city: “berlin / friedrichshain-frankfurter-allee”, // that doesn’t work😭