thanks for your advice. i have the problem that my wife shall get it for christmas, but i don’t know if she will like it. so it is more something to test and on the other hand a nice project for me and my children. ;)
that is the reason why i need something that is quite cheap at first… if she don’t accept that kind of technic i will use the raspberry for something else, otherwise i might exchange the foil by a spy glass later on. but a good spy glass costs >150$, whereas my perspex with foil will be less than 40$.
Read the statement by Michael Teeuw here.
Posts made by astrakid
-
RE: spy foil - any suggestions?
-
RE: MMM-Bergfex doesent load respectively should be a valid spdx license expression
@marphi1602 highlightingwould need changes to the sourcecode.
-
RE: Electron CPU usage
i am running magicmirror only as client (via webbrowser) on a raspberry pi zero. have only a few modules installed (newsfeed, calendar, currentwheather, 2 wheather forecasts, bergfex, mmm-syslog), and don’t have any performance issues while displaying (resolution 1080x1920).
can’t tell you the main difference in cpu load between electron and midori (which i am using), but i guess there must be something else causing this trouble. -
RE: MMM-Bergfex doesent load respectively should be a valid spdx license expression
@marphi1602 said in MMM-Bergfex doesent load respectively should be a valid spdx license expression:
Kitzbühel - Kirchberg
it works for me without an issue. my config part:
{ module: 'MMM-bergfex', position: 'top_right', classes: 'small dimmed', config: { updateInterval: 30*60*1000, animationSpeed: 0, header: 'Schneebericht', skiareas: [ 'Fieberbrunn - Saalbach Hinterglemm Leogang', 'Kitzbühel - Kirchberg', ], shortenArea: 20, cssclassrow: 'normal', cssclassheader: 'bright' } },
edit: which ‘locale’ are you using? i have “C” configured except “LANGUAGE=” and “LC_ALL=”.
edit2: maybe you can try this (this is what is visible in the logfile): ‘Kitzbhel - Kirchberg’ -
spy foil - any suggestions?
hi,
i am trying to build a magic mirror. so far, so good, it is being done on a rasppi zero w, which is showing via midori the page generated on a server - so the load is minimal on the rasppi zero, and taht is working fine.
now i am going to finish the hardware-part. i bought two acryl glasses “vivak”, which feel goog, although they are very thin (2mm), but i could get them even thicker, but i will see how they will be when finihed.
i ordered a cheap spy foil, which is working, but i hope to increase the result by getting a better foil. searching the web i found “vista 99xc” with these specifications:Ultraviolet transmission 1 %
Visible light transmission < 1 %
Reflection of external visible light 88 %
Reflection of internal visible light 11 %
Total solar energy rejected 99 %
Total solar energy rejected 2* 99 %
Solar ratio :
Solar energy reflection 85 %
Solar energy absorption 14 %
Solar energy transmission 1 %
Reduction in Solar Glare 100 %
g-value 0.03
u-value 5.1
Shading coefficient 0.2
Installation type External application
Roll length 30,5 m
PET / PVC composition PET
Thickness 60 μDo you think that this would get a good result? i have no specifications to the foil i am using now, but i guess it has
Reflection of external visible light about 60 %
Reflection of internal visible light about 60 %
why i thinkt that? because other cheap foils have these specifications.if this vista 99xc should create good results, does anyone know where to get them? just found this foil on the manufacturers site, and i don’t think they will sell to private customers.
thanks in advance,
regards,
andreedit: well, just found already a seller… price would be ok… what do you think about the specs?
-
RE: MMM-Bergfex doesent load respectively should be a valid spdx license expression
@gianienderlin said in MMM-Bergfex doesent load respectively should be a valid spdx license expression:
custom files. please let me k
as far as i could see there is one main change in node_helper.js:
instead of
var sys = require(‘sys’);he uses
var util = require(‘util’);regards,
andre -
RE: MMM-Bergfex doesent load respectively should be a valid spdx license expression
not yet, i am waiting for the files of gianienderlin, then i can find out what is the fix.
-
RE: MMM-Bergfex doesent load respectively should be a valid spdx license expression
@gianienderlin
That would be cool. Or put ut in here for ithers as well. -
RE: MMM-Bergfex doesent load respectively should be a valid spdx license expression
same issue here for me… tried lots of different snow areas, at least only one, but still only “loading…”.
-
RE: Problem MMM-syslog in Midori
found the issue: if the module is set to “top_bar”, then it forces this error. “top_right” works fine.