nebulx29 / MMM-bergfex

bergfex.at snow reports Austria
Apache License 2.0
8 stars 3 forks source link

SPDX licence #1

Closed fabianhussl closed 6 years ago

fabianhussl commented 6 years ago

Hi, after installing I get an npm warning: npm WARN MMM-bergfex@ license should be a valid SPDX license expression MMM-Bergfex doesn't load any skiing resorts. Regards from the Bodensee, Fabian

fabianhussl commented 6 years ago

Hi, still have problems with this module. Can you help me? On the screen I get the header ("Gebiet Tal Berg Neu Lifte") but I just get the start sequence "loading......" Regards, Fabian

ReinerZ commented 6 years ago

1) add "private": true, after "license": "Apache 2.0", inside package.json to avoid the license problem

2) change inside node_helper.js var sys = require('sys'); to //var sys = require('sys'); var util = require('util');

3) change inside node_helper.js var tbody = $('.content').children().last(); to var tbody = $('.content>table').children().last();

regards Reiner

fabianhussl commented 6 years ago

Hi @ReinerZ thank you for your help - the changes worked perfectly. Regards, Fabian

ReinerZ commented 6 years ago

:-)