@Nystro0m
Looks to me that there is two times the same code in the js-file ecxept for the language settings. So @cowboysdude has to look into this.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-NOAA - Another Weather Module
-
RE: Help Translating Word Clock
@willfri @strawberry-3-141
Is the translation of 13:20 okee, I would say “Es ist zehn vor halb zwei”? -
RE: Internet Monitor
@Advokaten said in Internet Monitor:
Don’t know what is turning the strength bars into a white color
There are four images (white) used for the strength. You can find them in the sub-folder ‘images’.
-
RE: Introduce yourself!
Hi all,
My first forum message.
I’m am 54 years old and living in the Netherlands, working as an electrical engineer. Using the Raspberry Pi used in various projects.
Going to build a Magic Mirror with LED RGB background lighting, which is, of course, controlled by the Raspberry Pi.
-
RE: Translation "After one month" in Calendar Module
@MM-Hans said in Translation “After one month” in Calendar Module:
Thanks Stefan, I appreciate your help!
I answer this in Dutch because otherwise it will be difficult to explain. The used notation in moment.js is correct.
Getallen tot twintig (20) worden normalieter uitgeschreven. Op het getal een worden accenten geplaatst als het een telwoord is.
Uitzondering hierop is in samenstellingen met een worden geen accenten op de ee gezet, ook niet als het telwoord één bedoeld is.
Voorbeeld hiervan is eendagsvlieg.Bron : onzetaal.nl
No reason to change this, why would you like to do this?
-
RE: Internet Monitor
@ronny3050 said in Internet Monitor:
@pjkoeleman @Advokaten customizable WiFi symbol is updated on github. Unfortunately, I could not test on my Mirror yet (especially the animations). I would greatly appreciate any feedback
I hope this is what you were looking for.Thanks for your work in updating the module, but I now have a black screen with nothing on it.
Here is my part of config.js what I’am using.{ module: 'internet-monitor', position: 'bottom_right', config: { type: 'minimal', maxTime: 7000, updateInterval: 120000, verbose: false, displayStrength: true, displaySpeed: false, strengthIconSize: 40, maxGaugeScale: 25, wifiSymbol:{ size: 50, fullColor: '#3afc25', almostColor: '#ffff0c', halfColor: '#ff8c00', noneColor: '#ff1111' } } },
I have nothing in custom.css regarding internet-monitor.
When I start with npm start dev, I see one error in the panel, this is the following;loader.js:189 GET http://localhost:8080/modules/internet-monitor//convert.js loadFile @ loader.js:189 loadFile @ loader.js:236 loadNextScript @ module.js:236 (anonymous function) @ module.js:238 script.onload @ loader.js:187
Personaly I think animated gif’s are a bit to much, change them back to PNG-files with the option to color them.
One other thing; is color options not something for the custom.css? -
RE: MMM-Traffic - make text lighter ?
@ironman_DK Thats not the way to do this.
Do it this way:
- When you don’t have a custom.css create one in /MagicMirror/css
- Add the following code to custom.css
.MMM-Traffic div.small.dimmed { color: #00FF00; }
Now you have the text in green but you can change that as you like.
-
RE: Where are you from?
I’am from Rijnsburg, a small place between Amsterdam and the Hague, Near the North Sea in the Netherlands
-
RE: MMM-WorldTides, no output on screen
@pjkoeleman said in MMM-WorldTides, no output on screen:
http://www.worldtides.info/api?extremes&lat=52.212&lon=4.399&lenght=2592000000&key=
I found the problem, yeah !!!
The apiBase URL has to change fromapiBase: "http://worldtides.info/api"
to
apiBase: "https://worldtides.info/api"