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

    Posts

    Recent Best Controversial
    • RE: My SmartDisplay

      @sdetweil Thank you Sam for the assitance once again! You are correct there was an error. I tried to copy the sample config and replaced my API Key from Openweather and entered in my lat and long.

      {
        module: "MMM-OpenWeatherMapForecast",
        header: "Weather",
        position: "top_right",
        classes: "default everyone",
        disabled: false,
        config: {
          apikey: "SUPER SECRET!!!",
          latitude: "51.506130",
          longitude: "-0.090270",      
          iconset: "4c",
          concise: false,
          forecastLayout: "table"
        }
      },
      

      The error Im getting is saying Verify styleshhet URLs, Affected Resource Localhost/:0

      The weird thing I can use the API key for the default weather map no problem. Maybe I’m entering it in in the wrong format. Your help is much appreciated!

      posted in Show your Mirror
      B
      bebetter14
    • RE: My SmartDisplay

      @Chazzer Did you ever find out why OpenWeather wasnt working? I have a very similar issue.

      posted in Show your Mirror
      B
      bebetter14
    • RE: Weekly calendar view

      @angeliKITTYx How was this project been going. Im doing something similar.

      posted in Requests
      B
      bebetter14
    • RE: MMM-ImagesPhotos Help Resizing photos

      @sdetweil That was it! Thank you so much. This project has really gotten me interested in learning coding! Looking forward to posting my mirror once it’s finished.

      posted in Troubleshooting
      B
      bebetter14
    • RE: MMM-ImagesPhotos Help Resizing photos

      @sdetweil For example;

      Ive used the same example in your Readme however just adding on the width and height.

      {
      	module: "MMM-ImagesPhotos",
      	position: "middle_center",
      	config: {
      		opacity: 0.9,
      		animationSpeed: 500,
      		updateInterval: 5000,
      		backgroundColor: 'grey', 
      		fill: false,  
      		blur: 10,   
      		sequential: false 
                      maxWidth: 500, 
                       maxHeight: 500,
      	}
      },
      

      If I remove the width and height, it works no problem. Thank you very much for helping me out!

      posted in Troubleshooting
      B
      bebetter14
    • MMM-ImagesPhotos Help Resizing photos

      I’m very new to this and I’m running into trouble trying to resize my photos using the referenced module. I keep getting a syntax error when trying to enter in the maxWidth and maxHeight. What is the correct format I need to use if I’m trying to have my photos be 500px X 500px. Thank you!

      posted in Troubleshooting
      B
      bebetter14
    • 1 / 1