Thanks. Fixed!
Read the statement by Michael Teeuw here.
Posts
-
RE: Currency Exchange Rates?
I guess I could add some sorting mechanism, maybe based on the array order.
Which comma exactly? I’m just on my smartphone, so I might oversee it
-
RE: Currency Exchange Rates?
all right everyone, I did some progress on the module. Please take a look at it and let me know your thoughts.
Features:
- ticker mode - displays all selected currencies in a marquee ticker, main use in my opinion is in bottom_bar or top_bar
- table mode - display all selected currencies in a table. Up to 8 currencies are split into 2 columns, anything above is split into 3 columns
- you can hide/show the curreny flag and the currency code/abbreviation
- you can display a custom header above the output to show your selected base currency and the date of the data
Question: Does anyone know if and how I could manipulate the original header to avoid the custom header thing and still display base currency and date?
One notice: data is provided by fixer.io which is updating their data once a day. There are other apis for currency rates but you cannot select your own base currency if you are on a free plan. Means you would have to pay for it
[card:yawnsde/MMM-CurrencyExchange]
-
RE: MMM-DWD-WarnWeather - Wetterwarnungen
@MarkAlisch said in MMM-DWD-WarnWeather - Wetterwarnungen:
@MarkAlisch After a restart of the raspi it worked.
This module - like other modules too - uses a node_helper and this requires a reboot of the magicmirror process (or the whole raspberry).
-
RE: Image Galery
@Jeff said in Image Galery:
I trying to get shadows around the picture to get a smooth overlay from the picture to the mirrors backround.
I’m not sure how to do this. The only way I know, i to change the original picture e.g. on instagram and put a black shadow overlay around. But I’m not really happy with this solution.
Maybe someone knows better…Some options I could think of, by just modifying your css file.
- adds a small drop shadow to the image on the right side and at the bottom
#MMM-Instagram-image { box-shadow: 5px 5px 5px #aaa; }- adds a “glowing” shadow all around the image
#MMM-Instagram-image { box-shadow: 2px 2px 15px #aaa, -2px 2px 15px #aaa, 2px -2px 15px #aaa, -2px -2px 15px #aaa; }- make it look like a polaroid thrown on the mirror
#MMM-Instagram-image { box-shadow: 10px 10px 15px #aaa; padding: 10px 10px 30px 10px; border: 1px solid #bfbfbf; background-color: #fff; transform: rotate(-6deg); -ms-transform: rotate(-6deg); -webkit-transform: rotate(-6deg); }Not sure if this is what you are looking for. If you go for the polaroid look (which I really like) you could add several “versions” with different rotation values and change the class when loading the next image to have some randomness.
-
RE: [ORDER CLOSED] Two way mirror order in Germany
@Goldjunge_Chriz said in Two way mirror order in Germany:
@yawns @gustav1976 @lolobyte @Jeff @cpramhofer
Please tell me what you think about that. Do you want to order the next days or do you want to wait?
Still interested, but not in a hurry
-
RE: MMM-RNV
@mcg
Hi, glad you like it.
What do you mean with configurable direction? -
RE: Black Screen on Localhost...
What happens, if you run
node serveronlyinstead? -
RE: Currency Exchange Rates?
@Cato
Right, that’s my concern too. I don’t want to overload the mirrors spaceMaybe I can add some logic to choose the layout based on the number of currencies chosen
-
RE: Currency Exchange Rates?
@foggy @elmerito25
Could you please let me know how the output should look like?
The base work is done (except for some more error handling and code cleanup) but I’d like your thoughts on the output.