ok, found the issue, needed to define arrayName. Thanks!
Read the statement by Michael Teeuw here.
Posts
-
RE: api info to table
@sdetweil still get the same error. here is the url
https://api.opensensemap.org/boxes/57000b8745fd40c8196ad04c -
RE: api info to table
can I ask for help?
i did install everything, but i’m seeing errors for “json data is not of type array”
can you help me with exact url (https://docs.opensensemap.org/)? -
api info to table
Can someone make a simple mm module?
Get data from any of those api https://github.com/opendata-stuttgart/meta/wiki/APIs and make a table out of them?
Only 4 parameters needs to be fetched & displayed: PM2.5, PM10, temperature, humidity -
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
@Cr4z33 said in MMM-DarkSkyForecast - Yet ANOTHER weather module:
@epi said in MMM-DarkSkyForecast - Yet ANOTHER weather module:
- “Feels like”
Indeed comes very handy to me when in Summer.
The weather here is usually very wet and in Summer ie. 35° C give a feeling of 42° C so I wish I could know it before getting out. :sun: :fire:
Its the opposite in Latvia - due to cold weather and wind, taking into consideration that the sea is very close, even -1 Celsius might feel like -7.
-
RE: MMM-NetworkScanner help needed
In my case, all the devices on LAN and 2.4 networks are found, while 5ghz network is not seen even through sudo arp-scan -l -q
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
Great widget!
It just lacks 3 things:
- Sunrise & sunset data
- “Feels like”
- showWindDirectionAsArrow: true as in module: “currentweather”,
Made a sketch -

-
RE: MMM-NetworkConnection
Guys, can someone also make a simplified version? No need for internet speed metrics, just the ability to ping specific ip address and return as “internet is working” either “network down”?
-
RE: change font of modules (local fonts)
Still doesn’t work
/***************************************************** * Magic Mirror * * Custom CSS * * * * By Michael Teeuw http://michaelteeuw.nl * * MIT Licensed. * * * * Add any custom CSS below. * * Changes to this files will be ignored by GIT. * *****************************************************/ body { } @font-face { font-family: "SF"; font-style: normal; font-weight: 100; src: local("ComicRelief"), url("fonts/ComicRelief.ttf") format("truetype"); } -
RE: change font of modules (local fonts)
So, I’ve downloaded https://www.fontsquirrel.com/fonts/comic-relief and added a font to
/home/pi/MagicMirror/fontsAnd my custom css looks like this
body { @font-face { font-family: "SF"; font-style: normal; font-weight: 100; src: local("ComicRelief"), url("fonts/ComicRelief.ttf") format("truetype"); } }Despite that, font is not seen. What could be the reason?
-
RE: MMM-NetworkConnection
@Sandy2503 I changed to “-s” and still did not work.
@Mykle1 I followed the installation guide, incl. the dependencies. I did not modify anything. I tried the module alone (all other cfg removed), still did not work for me.What is the installation folder for dependencies in your case?
-
RE: MMM-NetworkConnection
That is very strange, as I see nothing. OK, my code
{ module: "MMM-NetworkConnection", position: "top_center", config: { updateInterval: 600000, maxTime: 5000, initialLoadDelay: 2500, decimal: 1, displayTextStatus: true, animationSpeed: 2500 } }, -
RE: MMM-NetworkConnection
Installed as in readme file, fails to show up. No errors in browser. Module is not working.
-
RE: Default calendar double dates relative&absolute
@morelinux thank you. Calendar module description is missing this one.
showEnd: false, -
Default calendar double dates relative&absolute

After the latest update, calendar is showing both absolute & relative dates for me. From the screenshot, first entry shows “Today-Oct.5th”. I would like it to have just relative date, as “Today”. So this probably has also something to do with event end time.
Second issue is with second entry, which states “In 3 hours-19:00”. Instead, I’d like to see “Today at 15:00”, so instead of relative, I’d like it to be absolute and without event end time.
Does this seems possible?
Current settings{ module: "calendar", header: "", position: "top_right", config: { maximumEntries: "5", timeFormat: "relative", getRelative: "5", fetchInterval: "60000", calendars:[ -
RE: MMM-NOAA - Another Weather Module
Did someone managed to change css to make this module look more like this?

Or like this

-
RE: Advanced stocks / finance module needed
Great job! Love it! :smiling_face_with_heart-eyes: