@chewitt86 There already is a static version of this (in fact, i hijacked it to make mine :) ) https://github.com/SamLewis0602/MMM-Traffic
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-TrafficCal - Dynamically display commutes based on calendar entries
-
MMM-TrafficCal - Dynamically display commutes based on calendar entries
[card:RedNax67/MMM-TrafficCal]
-
RE: MMM-IPCam - Display images from your (foscam) ip camera
Looks like your cam isn’t supported by https://github.com/fvdm/nodejs-foscam which is what i’m using in the module.
Could you have a look here http://foscam.us/forum/how-to-get-jpg-pictures-and-mj-stream-on-fi9821w-fi9801-02w-t4328.html and see if you can get a jpeg from your cam? If so i could try to incorporate it…
-
RE: MMM-IPCam - Display images from your (foscam) ip camera
@desq What’s the entire content of img tag in your screenshot? Could it be that your cam’s not compatible maybe?
-
RE: MMM-IPCam - Display images from your (foscam) ip camera
Could cou examine the pm2 logs for more information? ~/.pm2/logs
The screenprint is not very helpful i’m afraid… -
MMM-IPCam - Display images from your (foscam) ip camera
[card:RedNax67/MMM-IPCam]
Display ipcam (foscam and compatible) feed on MagicMirror
-
RE: Weatherunderground - currently - hourly - daily - configurable
@byoung2010 Hi!
Check out the Dev branch, made a start on flexible layout… not perfect yet, so feel free to improve it!
New options available are:
hourlylayout: "horizontal", dailylayout: "vertical", showpop: 0,Which, i think, are self explanatory to you :)
-
RE: Weatherunderground - currently - hourly - daily - configurable
@ostfilinchen Thanks!
Slight oversight on my part when i added the horizontal layout. Now fixed. Please update MMM-WunderGround.
-
RE: Weatherunderground - currently - hourly - daily - configurable
Did you ever update both the MagicMirror and MMM-WunderGround to the latest versions? The weather-icons-wind.css are now part of the MM standard install.
-
RE: Temp suddenly showing 239 degrees
You’re getting degrees Kelvin… Something’s wrong with your units definition…
Have a look at the units entry here: https://github.com/MichMich/MagicMirror/tree/master/modules/default/currentweather
-
RE: Temp suddenly showing 239 degrees
The error is with the openweathermap api payload:
{"temp":295.06,"pressure":1026,"humidity":68,"temp_min":293.15,"temp_max":297.75},What units are your guys using in config.js?
The above result only appears when it’s not defined at all.metric or emperial yield valid results. I guess it’s kelvin?
-
RE: Weatherunderground - currently - hourly - daily - configurable
@bthuilot Could you have a look at the log/console? See if there’s anything helpful? This post may assist you: https://forum.magicmirror.builders/topic/86/how-to-troubleshoot
-
RE: Website Launched
Looks great!
Small typo spotted on the front page: MagicMirror² is Open Source, free and maintained by a big group of enthousiasts.
Edit: I’ll make a pull request
-
RE: MMM-PIR-Sensor - White Screen
On my tv simply issuing
tvservice -pwouldn’t work as it does on my monitor/mirror resulting in a white screen. Adding
fbset -depth 8 fbset -g 1920 1080 1920 1080 16solved it for me…
-
RE: MMM-Wunderground - dates are off??
@amanzimdwini The module will display the hourrly data of today. Then the ‘day’ data will also display the outlook for today…(even when it’s almost over) So details and a summary for today… There could be an option to offset the day part…
-
RE: Weatherunderground - currently - hourly - daily - configurable
@yo-less Wow, kudos… i consider regex to be black magic ;)