Read the statement by Michael Teeuw here.
MMM-NOAA - Another Weather Module
-
Hello,
I do the git pull too, but I still get the Errors in the Terminalwindow shown on top.
No Forecast and now measurement unitsThe Api request work in the Browser for my coordinates an id.
Any Ideas.
-
What provider are you using? OpenWeather is proving to be a problem but I’m working on it.
-
@cowboysdude
Yes im Using Openweather -
Trying to update my MMM-NOAA but I’m getting the following message.
pi@raspberrypi:~/MagicMirror/modules/MMM-NOAA3 $ git pull
Updating 083122c…747044d
error: The following untracked working tree files would be overwritten by merge:
latlon.json
Please move or remove them before you merge.
Aborting -
-
Thanks!
-
No Problem. Always glad to help out when I can! :smiling_face_with_sunglasses:
-
Description:
A fork of @Sean MMM-WeatherBackground but remade for NOAA3
Please follow Readme on Github!
Day
Night
Version 1.0.0
Download:
[card:cowboysdude/MMM-WeatherBackground]
-
@cowboysdude
Thanks for this great module noaa3
One question
is there a possiblity to increase the size of the module?
Thanks
Regards -
This will increase or decrease the body element on the page. You would put that in your custom.css file in the CSS directory.
…the ONLY way to make ONLY NOAA bigger is by editing the css file itself…
body {
zoom: 75%;
}