mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
5 lines
179 B
JavaScript
5 lines
179 B
JavaScript
|
const generateWeather = require("./weather_current");
|
||
|
const generateWeatherForecast = require("./weather_forecast");
|
||
|
|
||
|
module.exports = {generateWeather, generateWeatherForecast};
|