@chrisdub have you activated the pins at your Raspberry OS?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-bergfex not working
I added a second element, so it looks nice, even if there is now data available e.g. “new snow”.
.MMM-bergfex td { padding-right: 20px; min-width: 35px; }
-
RE: MMM-bergfex not working
I played a little bit around with coustom.css and at the moment it looks nice to me with:
/** * MMM-bergfex */ .MMM-bergfex td { padding-right: 20px; }
-
RE: MMM-WeatherChart
@AxLed I find your fork very useful.
Can you tell me, how to use: rgba(0,0,0,0.06); as background-color?
Thanks
-
RE: NEED HELP FOR CREATING OUR OWN MODULE...
@robinsin17 first, you should fix your keyboard. :astonished_face:
-
Weather forecast with transparent background
Hello,
I am looking for a 3-5 days weather forecast. It would be important for me that the weather icons have a transparent background, because my MM is a picture frame.
I really like the icons from https://github.com/sathyarajv/MMM-OpenmapWeather. Unfortunately I haven’t found a forecast module that fits yet.
At the moment I am using: https://github.com/jharttech/MMM-weatherforecast but maybe there is something else?
Do you have an idea?
-
RE: MMM-BoschSmartHome
Update with
git pull
was working fine.
I am not sure about the new grafic-elements. This is how it looks on my system without custom.css.
module: "MMM-BoschSmartHome", position: "bottom_left", config: { host: "192.168.2.XX", // Local IP Address name: "MMM-BoschSmartHome", // Display name for App identifier: "MMM-BoschSmartHome", // Unique Identifier for app password: "XXX", // Password for Bosch Smart Home Bridge refreshIntervalInSeconds: 60, // Default: 60 width: "340px", displayRoomIcons: true, // Default: false displayThermostats: true, // Default: false airquality: { purity: "none", // one of [tile, bar, donut, none]. Default: bar humidity: "bar", // one of [tile, bar, donut, none]. Default: bar temperature: "donut", // one of [tile, bar, donut, none]. Default: bar preferredTemperatureProvider: "ClimateControl", // Twinguard or ClimateControl. Default: Twinguard, but falls back to CC preferredHumidityProvider: "ClimateControl" // Twinguard or ClimateControl. Default: Twinguard, but falls back to CC } } },
-
RE: DHL Tracking with DHL Paket Account
That would be very nice. It looks like DHL has an API.
-
RE: MMM-bergfex not working
@FatTony123 my mistake. It looks like the cities I have in my configurations are not reporting “new snow” (Neu") to bergfex. So I never saw something where. I just added another city and it works quite nice.
As I am not interested in “new snow”, it would be nice to be able to activate/deactivate all (Tal, Berg, Neu, Lifte) as an option in the config. But I can do that by myself in the source code.