A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-DynamicWeather

    Fun & Games weather animation holiday
    8
    2 Votes
    8 Posts
    3k Views
    S
    @sifuhall Did you review the configuration options? The holiday references the “Name” column from https://www.timeanddate.com/holidays/us/?hol=43122559. You can only have one holiday per effect, but you can have many effects. Please review the documentation and troubleshooting techniques listed at https://github.com/scottcl88/MMM-DynamicWeather. Example: { module: 'MMM-DynamicWeather', position: 'fullscreen_above', config: { api_key: "your_key", locationID: "4140963", effects: [ { holiday: "Valentine's Day", images: ["heart1.png", "heart2.png"], }, { holiday: "Super Bowl", images: ["football.png",], } ], } },
  • 0 Votes
    2 Posts
    829 Views
    S
    @jvanderen1 this module supports moving modules on notification https://github.com/Toreke/MMM-Dynamic-Modules
  • 0 Votes
    7 Posts
    3k Views
    I
    i had the same problem and changed type: “wDataCurrent”, to type: “current”, because in the folder /home/pi/MagicMirror/modules/default/weather i found the files current.njk hourly.njk forecast.njk now is runs
  • How Can I change the icons of the weather

    Forum weather icons
    3
    -1 Votes
    3 Posts
    2k Views
    StoffbeuteluweS
    @diegocastillo01 https://forum.magicmirror.builders/topic/7227/changing-icons-of-the-modules-current-weather-and-weather-forecast
  • 0 Votes
    6 Posts
    1k Views
    Jarhead96097J
    @sdetweil Thank you for such quick responses…I do appreciate it! Here’s the link: https://api.weather.gov/gridpoints/MFR/104,44/forecast/hourly and here’s a snippet of the return that includes the dates and times that end up (apparently) causing the invalid date error: "properties": { "updated": "2020-06-05T01:18:34+00:00", "units": "us", "forecastGenerator": "HourlyForecastGenerator", "generatedAt": "2020-06-05T04:36:11+00:00", "updateTime": "2020-06-05T01:18:34+00:00", "validTimes": "2020-06-04T19:00:00+00:00/P7DT17H", "elevation": { "value": 868.98480000000006, "unitCode": "unit:m" }, Based on what I can compare against the moment.js documentation, I don’t see anything obvious that would cause the error.
  • MMM-WeatherBoy

    Utilities weather module kids graphics
    8
    1 Votes
    8 Posts
    2k Views
    lavolp3L
    @Stoffbeuteluwe This does not send notifications. And since it’s a default module I’m uncertain if I should try getting them inside with the next update just for this cause…
  • MMM-DWD-Pollen

    Health health weather
    32
    0 Votes
    32 Posts
    11k Views
    bheplerB
    @Klinge - It appears that your problem isn’t the same. @Sachse had two instances of the Magic Mirror framework running at the same time. You probably don’t have that problem. The DWD site appears to be up and is hosting a json file. So let’s start at the beginning. Please post the relevant portion of your config.js file. We don’t need everything, just the part that configures the MMM-DWD-Pollen module. That will let us try and replicate your problem. Be sure to use the Markdown features when you post your code snippet!
  • Carbon PPM tracker

    Unsolved Requests environment science climate weather
    3
    1 Votes
    3 Posts
    704 Views
    H
    I dont know much about what format the data source should be in but there are a lot of resources. Here are a few more from a qick google https://www.kaggle.com/ucsandiego/carbon-dioxide https://www.esrl.noaa.gov/gmd/ccgg/trends/monthly.html https://climate.nasa.gov/vital-signs/carbon-dioxide/
  • 0 Votes
    1 Posts
    555 Views
    P
    Somebody knows how can I use the temperature shown in current weather to show some compliments? Actually I have compliments by hour (morning, night, etc) and by weather (sunny, cloudy, etc) but I need by “temperature ranges”. Please your help.
  • Weather forecast issues

    Unsolved Troubleshooting weather
    9
    0 Votes
    9 Posts
    4k Views
    V
    I see this happening when my internet goes out for a bit, the new weather modules seem to no longer refresh. I created an issue - https://github.com/MichMich/MagicMirror/issues/1722
  • Netatmo Module: Stops updating

    Unsolved Troubleshooting network weather netatmo
    4
    0 Votes
    4 Posts
    2k Views
    J
    Problem was outdoor module battery was poor (however, was reported at 67% by netatmo). If data is missing from netatmo the netatmo module will stop updating and keep the old temperatures. If MM is restarted a spinning wheel will be shown. Hope that the new batteries did the trick.
  • currentweather isn't working

    Troubleshooting module currentweather weather
    7
    1
    0 Votes
    7 Posts
    3k Views
    R
    It would seem that the CurrentWeather module does not like it when you change to imperial units.
  • Minutely Rain forecast (for Germany)

    Requests module weather
    7
    0 Votes
    7 Posts
    3k Views
    pjkoelemanP
    @lavolp3 said in Minutely Rain forecast (for Germany): Do you happen to have an idea? Sorry at the moment I have not studied this. when I have time I can give it a try.
  • 0 Votes
    3 Posts
    2k Views
    M
    @Mykle1 I will post my config as soon as I can, but I really appreciate your timely response!!! Thanks a mil!
  • 1 Votes
    5 Posts
    4k Views
    S
    I know this is old, but I was able to modify the forecast-io module to show weather alerts https://github.com/esmoyer/MMM-forecast-io
  • Newbie questions

    Troubleshooting weather n00b maps api
    9
    0 Votes
    9 Posts
    5k Views
    bheplerB
    @theusu5k You can change the language of the calendar via the main configuration. Check with the configuration documentation for details. This will also change the language for any module that supports it (including weather). @broberg has the right idea for the news feeds. Find the feed for the language you want and then replace the feed in the module’s configuration in config.js. The default weathermodule is pretty good. If you wish more features, check out the Wunderground module. Both of these will let you set a location for the weather forecast.
  • Weather Underground Forecast (wuforecast)

    Utilities weather
    5
    0 Votes
    5 Posts
    7k Views
    cowboysdudeC
    @mattlugar Can you share your custom css as well? Thanks!
  • Current weather appid

    Solved Troubleshooting weather troubleshoot
    7
    0 Votes
    7 Posts
    6k Views
    S
    @dcimag u have to register with openweather to get one. it’s in the readme for the module, from the readme The OpenWeatherMap API key, which can be obtained by creating an OpenWeatherMap account
  • Hourly Weather Forecast

    Unsolved Requests weather
    2
    0 Votes
    2 Posts
    3k Views
    MichMichM
    Including a graph? That would be awesome. Looking forward to you module! ;)
  • Meteoblue Current Weather Module

    Utilities weather
    2
    1 Votes
    2 Posts
    4k Views
    S
    Can you please create a print screen with your module capabilities? I guess, will be easier for users to evaluate your module.