Read the statement by Michael Teeuw here.
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; }
-
@majorc Thank you, I’ve added that and updated the repo.
-
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; }
-
@majorc thanks, added!
-
@FatTony123 Hi, your fork is gone from git. Has anybody a working bergfex module? Mine isn’t showing any values anymore.
Log says: [12.12.2022 16:52.17.247] [LOG] 230 snow reports from bergfex.at retrieved.
Last season it worked.
Anybody any idea?Oh boy. They changed the names of a view locations.
After updating my list it works again. -
@lxne Glad to hear that it’s working again.
Out of curiosity, which locations are you using?I’ve moved my repositories to gitlab, you should find the latest version here:
https://gitlab.com/FatTony404/MMM-bergfexAs far as I recall I’ve updated the MagicMirror module list accordingly as well.
Cheers!
-
@FatTony123 Thanks for your reply.
Just three locations I am visiting more or less regularly:
‘Wildkogel-Arena / Neukirchen / Bramberg’,
‘Lech Zürs / Arlberg’,
‘Hochkössen / Unterberg’
Now the names are all with slashes. Last year there were some minuses.Thank you for the link.
Best wishes
-
You moved to gitlab with MMM-bergfex. But in the readme is:
clone https://github.com/FatTony404/MMM-bergfex.git
Should this not be
clone https://gitlab.com/FatTony404/MMM-bergfex.git
???
Christian