MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. mohace
    3. Best
    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 2
    • Posts 17
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Local weather on MagicMirror

      @TamP Sorry, I don’t know. I figured out that this page give you de city id.
      There are anothers modules that gives current weather and forecast using another apis and working with coordinates, for example, https://github.com/mykle1/MMM-BMW-DS
      You can zoom the icons by css if they were to small.
      Sorry, I don’t know another way to help you.

      posted in Troubleshooting
      M
      mohace
    • MMM-WeatherBackground new default collections. Please contribute.

      Hi. I recently made a PR for the MMM-WeatherBackground module. I made a contribution to modify MMM-WeatherBackground.js, in such a way that now there are predetermined a series of collections that reflect in addition to the weather conditions, the time of day (day or night) and the season of the year.

      All those collections can be seen in:
      https://unsplash.com/@mohace/collections

      It is a hard job to select photos and add them to the collections.
      They are divided into all weather conditions, whether it is day or night and the season of the year. For example, fog day, rain day spring, snow night, etc.
      For this reason I want to ask anyone who is interested in contributing photos to the collections, to use this post to do so.
      As follows:
      cloudy windy day autumn: https://unsplash.com/photos/VQqt3g0BixA

      That way I will be adding the photos to the collections, so that by default they are visualized in the module when season, day or night and weather condition match.

      The configuration of the module in config.js should now be as simple as:

      {
      	  module: "MMM-WeatherBackground",
      	  config: {
                                       targetDOM: ".MMM-Dummy",
                                       //null or DomSelector for target.
      				// if null, currentweather will be targeted.
      				// examples: ".newsfeed", "#SOME_SPECIAL_DOM", ".top.left .module"
      				hemisphere: "n", // new config option "s" or "n". Another letter or number won't work.
      				source : "MMM-NOAA3", // `currentweather`, `MMM-NOAA3`, `MMM-DarkSkyForecast`
      				defaultCollection: "featured", 	// I think this is now deprecated			
      			}
      },
      
      posted in Utilities
      M
      mohace
    • RE: [MMM-Remote-Control] Cannot GET /api

      @teemuoksanen said in [MMM-Remote-Control] Cannot GET /api:

      I have exactly the same problem - all API calls result in error “Cannot GET /api/whatevermoduleitrytocall”. However, remote.html loads just fine.

      As I have.

      Edited: It was a mistake, sorry. I have same problem.

      posted in Troubleshooting
      M
      mohace
    • 1 / 1