The problem is still there in MM v2.16.0.
I just opened an issue on GitHub,
The problem is still there in MM v2.16.0.
I just opened an issue on GitHub,
That sounds great. I will check it out tomorrow.
@swvalenti I use this one: https://forum.magicmirror.builders/topic/1846/mmm-doomsday-the-countdown-module/7
Works for me very good.
@cowboysdude Nice. I have now a Natatmo station and very happy.
https://www.netatmo.com/de-de/weather/weatherstation
Works very good with https://forum.magicmirror.builders/topic/12315/mmm-netatmo-updated
@sdetweil since updated to v2.15 I have the cursor, too.
The main.css looks like:
html {
cursor: none;
overflow: hidden;
background: #000;
user-select: none;
}
Not sure what to do.
@sdetweil thank you.
I cleaned up my configuration. Only MMM-weatherchart is in.
{
module: 'mmm-weatherchart',
position: 'bottom_right', // this can be any of the regions
config: {
country: 'Germany', // as determined above
area: 'Berlin', // as determined above
city: 'Berlin', // as determined above
updateInterval: 60 * 60 * 1000, // update every hour
hideBorder: true, // whether or not a border with city name should be shown
negativeImage: true, // whether or not the default white image should be inverted
retryDelay: 2500,
domain: "www.yr.no",
path: "/place/",
mmDirectory: "/home/pi/MagicMirror/", // not sure whether it is possible to ask MM for this path?
hoursToShow: 24
}
},
the error message is:
undefined:1 GET http://192.168.2.16:8080/undefined 404 (Not Found)
I don’t know how I can provide better information to solve this?!?
This is the last error I get, only if I activate MMM-weatherchart.
Any suggestions is highly appreciated:
undefined:1 GET http://192.168.2.16:8080/undefined 404 (Not Found)
@sdetweil thank you for your fork of MMM-weatherchart
https://github.com/sdetweil/mmm-weatherchart
I think in the readme, the npm install was missing. I updated that on github.
The error I posted in the thread of @paphko is gone, thank you.
I added to the config:
customiseSVG: true, // change colours in hex values or "default" for no change
background_colour: "#666666",
That seams not to work. Is there any chance to get a semi-transparent background?