• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
  1. Home
  2. Manino
  3. Posts
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
M
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 6
  • Posts 37
  • Groups 0

Posts

Recent Best Controversial
  • Request or... is there already a module like this? Showing pictures from an folder.

    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?

    posted in Requests
    M
    Manino
    Oct 14, 2023, 11:32 AM
  • RE: Touchscreen works wrong when screen is rotated vertical

    @sdetweil Ahaaa! Thought you talk about the driver for the monitor.

    posted in Troubleshooting
    M
    Manino
    Oct 9, 2023, 1:32 PM
  • RE: Touchscreen works wrong when screen is rotated vertical

    @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.

    posted in Troubleshooting
    M
    Manino
    Oct 9, 2023, 8:07 AM
  • RE: Touchscreen works wrong when screen is rotated vertical

    @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!

    posted in Troubleshooting
    M
    Manino
    Oct 9, 2023, 7:48 AM
  • Touchscreen works wrong when screen is rotated vertical

    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.

    posted in Troubleshooting
    M
    Manino
    Oct 7, 2023, 8:57 PM
  • RE: How to disable seconds in clock time?

    @sdetweil Oh, that’s good to know!!

    posted in Troubleshooting
    M
    Manino
    Oct 1, 2023, 6:32 PM
  • RE: How to disable seconds in clock time?

    @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!

    posted in Troubleshooting
    M
    Manino
    Oct 1, 2023, 5:11 PM
  • RE: How to disable seconds in clock time?

    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,
    }
    },
    
    posted in Troubleshooting
    M
    Manino
    Sep 30, 2023, 9:12 PM
  • RE: MMM-weatherforecast not working correct, or?

    @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!

    posted in Troubleshooting
    M
    Manino
    Sep 30, 2023, 9:06 PM
  • RE: MMM-weatherforecast not working correct, or?

    @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.
    	}
    },
    
    posted in Troubleshooting
    M
    Manino
    Sep 29, 2023, 7:29 PM
  • 1 / 1
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy