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

    Posts

    Recent Best Controversial
    • Made a thing

      Hi,

      Been having a bit of a dilemma… Made something (i think is) rather cool using a technique i haven’t seen in any module here… Spritesheet animation using css. Works great and only consists of a hand full of codelines…

      However my module uses a nonpublic api to get a preformatted spritesheet (just stumbled upon it… ), so i can’t really share it i think. I could however share the code without (information) about the api used…

      What do we think?

      alt text

      posted in General Discussion
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @ostfilinchen There appears to be an issue at weather underground. Just noticed that all but one warnings have expired already. Usually they wouldn’t be present in the api payload when expired. I’ll have to start checking for expiration in the code…

      Update: new version now checks alert expiration

      posted in Utilities
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @ostfilinchen Could you have at the wunderground payload? It’s present in your logs/console…

      posted in Utilities
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @ostfilinchen And you’re certain the warning isn’t present in the wunderground payload?

      Mine shows three because the payload has three warnings:

      0_1488202611473_upload-a8dda26e-b296-4900-91c7-6ae6fa233148

      	"alerts": [
      		{
      		"type": "WND",
      		"wtype_meteoalarm": "1",
      		"wtype_meteoalarm_name": "Wind",
      		"level_meteoalarm": "2",
      		"level_meteoalarm_name": "Yellow",
      		"level_meteoalarm_description": "The weather is potentially dangerous. The weather phenomena that have been forecast are not unusual, but be attentive if you intend to practice activities exposed to meteorological risks. Keep informed about the expected meteorological conditions and do not take any avoidable risk.",
      		"description": "Severe gusts of 80-90 km/h.BE AWARE of debris being blown around. Localised outdoor activity disruption is possible due to debris.>",
      		"date": "1970-01-01 00:00:00 GMT",
      		"date_epoch": "NA",
      		"expires": "2017-02-23 23:59:00 GMT",
      		"expires_epoch": "NA",
      		"message": "Severe gusts of 80-90 km/h.BE AWARE of debris being blown around. Localised outdoor activity disruption is possible due to debris.>)",
      		"phenomena": "NA",
      		"significance": "NA",
      		"attribution": "Information provided by , <a href='http://meteoalarm.eu/'>EUMETNET - MeteoAlarm</a> Note: Time delays between this website and <a href='http://meteoalarm.eu/'>Meteoalarm.eu</a> are possible. For the most up-to-date information about alert levels as published by the participating National Meteorological Services, please visit <a href='http://meteoalarm.eu/'>Meteoalarm</a>. For terms of use of this information, and copyright information, see <a href='http://meteoalarm.eu/'>Meteoalarm</a> Terms of Use."
      		}
      		,
      		{
      		"type": "WIN",
      		"wtype_meteoalarm": "2",
      		"wtype_meteoalarm_name": "Snow/Ice",
      		"level_meteoalarm": "2",
      		"level_meteoalarm_name": "Yellow",
      		"level_meteoalarm_description": "The weather is potentially dangerous. The weather phenomena that have been forecast are not unusual, but be attentive if you intend to practice activities exposed to meteorological risks. Keep informed about the expected meteorological conditions and do not take any avoidable risk.",
      		"description": "Potential disruption due to snow and ice from 6AM CET SAT until 8:59AM CET SAT",
      		"date": "2017-02-25 06:28:03 GMT",
      		"date_epoch": "NA",
      		"expires": "2017-02-25 07:59:00 GMT",
      		"expires_epoch": "NA",
      		"message": "Potential disruption due to snow and ice from 6AM CET SAT until 8:59AM CET SAT)",
      		"phenomena": "NA",
      		"significance": "NA",
      		"attribution": "Information provided by , <a href='http://meteoalarm.eu/'>EUMETNET - MeteoAlarm</a> Note: Time delays between this website and <a href='http://meteoalarm.eu/'>Meteoalarm.eu</a> are possible. For the most up-to-date information about alert levels as published by the participating National Meteorological Services, please visit <a href='http://meteoalarm.eu/'>Meteoalarm</a>. For terms of use of this information, and copyright information, see <a href='http://meteoalarm.eu/'>Meteoalarm</a> Terms of Use."
      		}
      		,
      		{
      		"type": "WRN",
      		"wtype_meteoalarm": "3",
      		"wtype_meteoalarm_name": "Thunderstorms",
      		"level_meteoalarm": "2",
      		"level_meteoalarm_name": "Yellow",
      		"level_meteoalarm_description": "The weather is potentially dangerous. The weather phenomena that have been forecast are not unusual, but be attentive if you intend to practice activities exposed to meteorological risks. Keep informed about the expected meteorological conditions and do not take any avoidable risk.",
      		"description": "Potential disruption due to thunderstorms from 4PM CET MON until 9:59PM CET MON",
      		"date": "2017-02-27 11:46:02 GMT",
      		"date_epoch": "NA",
      		"expires": "2017-02-27 20:59:00 GMT",
      		"expires_epoch": "NA",
      		"message": "Potential disruption due to thunderstorms from 4PM CET MON until 9:59PM CET MON)",
      		"phenomena": "NA",
      		"significance": "NA",
      		"attribution": "Information provided by , <a href='http://meteoalarm.eu/'>EUMETNET - MeteoAlarm</a> Note: Time delays between this website and <a href='http://meteoalarm.eu/'>Meteoalarm.eu</a> are possible. For the most up-to-date information about alert levels as published by the participating National Meteorological Services, please visit <a href='http://meteoalarm.eu/'>Meteoalarm</a>. For terms of use of this information, and copyright information, see <a href='http://meteoalarm.eu/'>Meteoalarm</a> Terms of Use."
      		}
      	]
      
      posted in Utilities
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @c502 Thanks!

      The initial xml doesn’t hold all the info:

      This atom/xml feed is an index to active advisories, watches and warnings 
      issued by the National Weather Service.  This index file is not the complete 
      Common Alerting Protocol (CAP) alert message.  To obtain the complete CAP 
      alert, please follow the links for each entry in this index.  Also note the 
      CAP message uses a style sheet to convey the information in a human readable 
      format.  Please view the source of the CAP message to see the complete data 
      set.  Not all information in the CAP message is contained in this index of 
      active alerts.
      

      You’ll have to follow the links in the initial xml message to get the full info. You could probably use the newsfeed module as an initial startingpoint…

      posted in Utilities
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @ostfilinchen Cannot reproduce your error. We have cloudy conditions here now and everything works fine.
      One thing i did notice when using the remote control module is that it places the icon tables in the config.js for some reason. Could you check your config? Maybe you can pm me your config section.maybe it’s some combination of settings…

      posted in Utilities
      RedNaxR
      RedNax
    • RE: Change Res to 2560 x 1080 ?

      @johnnyboy Did you try this (a bit further down in the thread)? https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=24679

      posted in Troubleshooting
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @ostfilinchen Some obsolete coloricon code got in the way it seems. Are you not using the coloricons?

      posted in Utilities
      RedNaxR
      RedNax
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @ostfilinchen Anything in the logs? Works fine here…

      IT could be your chosen weatherstation is feeding ‘estimated’ forecasts. The module skips those as they vary wildly (0 to 15 degrees C)… Should clear up on it’s own in that case.

      Update: There was no logging on skipping estimated forecasts. Added it just now.

      posted in Utilities
      RedNaxR
      RedNax
    • RE: MMM-TrafficCal - Dynamically display commutes based on calendar entries

      @RedNax New version has these strings as config items…

      posted in Utilities
      RedNaxR
      RedNax
    • 1
    • 2
    • 3
    • 4
    • 5
    • 14
    • 15
    • 2 / 15