Is there a module where you can have pictures/files in a folder an click to open one of them and see it and then click to close it again? Think about files in pdf and jpg.
If there is no module like this, anyone interested in making one?
Is there a module where you can have pictures/files in a folder an click to open one of them and see it and then click to close it again? Think about files in pdf and jpg.
If there is no module like this, anyone interested in making one?
@sdetweil Ahaaa! Thought you talk about the driver for the monitor.
@sdetweil Driver was only for Windows. I have buttons on the screen, but could’nt choose to rotate screen. All text was black except the one for rotate that was grey.
Maybe it’s because of this, found in the Dell manuall : NOTE: “Horizontal Position and Vertical Position adjustments
are only available for “VGA” input.”
I’m using HDMI. I don’t even know if the VGA would have solved my problem. But no need to know, @viktorzonix solved the problem for us. So glad for u guys helping, I haven’t asked one question at MM forum and not getting helped.
@viktorzonix Yes, that’s it. Thank you so much, can’t describe how glad I am for this, I really appreciate you share this for us!
I want to use my touchscreen vertically, but when I do that, the touch can’t click right. It’s like the mouse won’t turn side to vertical.
I have tried the screen with my PC, works perfect. It’s something between the screen, Rasperry pi and the Magic Mirror. Anybody have an idea about what? I do the rotate with the “screen layoute editor”. Have tried reebot.
@sdetweil Oh, that’s good to know!!
@sdetweil Intresting, no need for trailing comma when it was only
{
module; "clock",
position: "top_left"
},
It did work with a trailing comma after position line, thanks!
Somone know why it does’nt work for me? I have tried:
{
module; "clock",
position: "top_left"
config: {
displaySeconds: false
}
},
and
{
module; "clock",
position: "top_left"
config: {
displaySeconds: false,
}
},
@sdetweil I did change weather module and first it did’nt work. But after a while it did. Think it was the 3.0 onecall api take some time after I did sign up. Thanks for the tip!
@sdetweil
Yes, they are 2 modules, the top_right is MMM-OpenmapWeather.
Hm ok so there can be limited data. This is my config and there is no difference if i take those out (I put them in by myself)
showRainAmount: true,
maxNumberOfDays: 8,
scale: “50%”,
{
module: "MMM-weatherforecast",
position: "middle_center",
header: "Vädret i", // This can be any of the regions.
// Best results in bottom_bar region due to horizontal default layout and icon sizes.
config: {
showRainAmount: true,
maxNumberOfDays: 8,
scale: "50%",
// See 'Configuration options' for more information.
location: "Stockholm, Sweden",
locationID: "", //Location ID from http://openweathermap.org/help/city_list.txt
appid: "xxxx" //openweathermap.org API key.
}
},